Actions
action #77314
openTest incompletes with "(Bizarre copy of (HASH|ARRAY) in list assignment|attempt to copy freed scalar)", improve error feedback
Start date:
2020-11-10
Due date:
% Done:
0%
Estimated time:
Description
observation¶
[2020-11-09T10:40:21.760 CET] [debug] Backend process died, backend errors are reported below in the following lines:
Bizarre copy of HASH in list assignment at /usr/lib/perl5/vendor_perl/5.26.1/Devel/StackTrace.pm line 61.
(from https://openqa.suse.de/tests/4959706)
Backend process died, backend errors are reported below in the following lines:
Bizarre copy of ARRAY in list assignment at /usr/lib/perl5/vendor_perl/5.26.1/Devel/StackTrace.pm line 61.
(from https://openqa.suse.de/tests/4959705)
This error message looks different but points to the same line (not sure whether it is connected):
[2020-11-09T14:56:20.420 CET] [debug] Backend process died, backend errors are reported below in the following lines:
panic: attempt to copy freed scalar 10035a0c9c0 to 1003892f520 at /usr/lib/perl5/vendor_perl/5.26.1/Devel/StackTrace.pm line 61.
(from https://openqa.suse.de/tests/4960277)
notes¶
- There's also #64664 so this isn't actually something new.
- See attached log files.
- Not sure about the cause. These error messages are quite generic so maybe there's also not just a single cause. In any case, these weird error messages are weird and not very helpful and should be avoided.
Files
Updated by mkittler about 4 years ago
- File autoinst-log-2.txt autoinst-log-2.txt added
- Subject changed from Test incompletes with auto_review:"Bizarre copy of HASH in list assignment" to Test incompletes with auto_review:"Bizarre copy of (HASH|ARRAY) in list assignment"
- Description updated (diff)
There's also another job with a similar error message.
Updated by mkittler about 4 years ago
- File autoinst-log-3.txt autoinst-log-3.txt added
- Subject changed from Test incompletes with auto_review:"Bizarre copy of (HASH|ARRAY) in list assignment" to Test incompletes with auto_review:"(Bizarre copy of (HASH|ARRAY) in list assignment|attempt to copy freed scalar)"
- Description updated (diff)
Updated by okurz about 4 years ago
- Related to action #56741: [SLE][Migration][backlog] test fails in reconnect_mgmt_console: Error connecting to VNC server timeout or auto_review:"(Bizarre copy of (HASH|ARRAY) in list assignment|attempt to copy freed scalar)" added
Updated by okurz about 4 years ago
- Subject changed from Test incompletes with auto_review:"(Bizarre copy of (HASH|ARRAY) in list assignment|attempt to copy freed scalar)" to Test incompletes with "(Bizarre copy of (HASH|ARRAY) in list assignment|attempt to copy freed scalar)", improve error feedback
- Category changed from Regressions/Crashes to Feature requests
- Priority changed from Normal to Low
- Target version set to future
I have moved the auto_review
expression to #56741 . This issue seems to be strongly linked to migration s390x scenarios. I commented there. We can keep this ticket about the "error feedback improvement".
Actions