Skip to content

Commit

Permalink
LTP: Add 'Call Trace:' as failure in dmesg
Browse files Browse the repository at this point in the history
At least syslog11 on unfixed SLERT-15SP6 produced this output in dmesg.

Link: https://bugzilla.suse.com/show_bug.cgi?id=1229025#c1
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Aug 21, 2024
1 parent 3fed221 commit 012f25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/known_bugs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ sub create_list_of_serial_failures {
push @$serial_failures, {type => $type, message => 'Kernel stack is corrupted', pattern => quotemeta 'stack-protector: Kernel stack is corrupted'};
push @$serial_failures, {type => $type, message => 'Kernel BUG found', pattern => quotemeta 'BUG: failure at'};
push @$serial_failures, {type => $type, message => 'Kernel Ooops found', pattern => quotemeta '-[ cut here ]-'};
push @$serial_failures, {type => $type, message => 'Kernel Call Trace found', pattern => quotemeta 'Call Trace:'};
}

push @$serial_failures, {type => 'soft', message => 'Low memory problem detected bsc#1166955', pattern => quotemeta 'kswapd0 Kdump'};
Expand Down

0 comments on commit 012f25d

Please sign in to comment.