Project

General

Profile

action #77314

Updated by mkittler over 3 years ago

### 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 poo#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.

Back