What | Removed | Added |
---|---|---|
Flags | needinfo?(jrivrain@suse.com) | |
CC | jrivrain@suse.com, jslaby@suse.com |
It's not a kernel panic per se. The kernel died because init died. Is this a
regression?
Could you identify the illegal instruction? Given:
> illegal instruction (4) at 7fffb1f5f874 nip 7fffb1f5f874 lr 7fffb1f5380c code 1 in ld64.so.2[7fffb1f20000+50000]
it is supposed to be in ld64.so.2 at offset 0x7fffb1f5f874-0x7fffb1f20000 =
0x3f874. (Objdump of the lib around the address would help too.)