
On Thursday 2015-01-08 11:03, Felix Miata wrote:
# e2fsck /dev/sdb2 e2fsck 1.42.12 (29-Aug-2014) ST32000542ASp1: clean, 334/61054976 files, 210156348/244189440 blocks Signal (11) SIGSEGV si_code=SI_KERNEL fault addr=(nil)
Hrmmmm.. "SI_KERNEL Sent by the kernel." it is undocumented. open a bug report so kernel folks can find what's going on.
It is documented (well, at least mentioned) in sigaction(3).
Userspace attempts to dereference a pointer. It is of course the kernel which will try to satisfy that paging request, but cannot, as this is apparently a NULL pointer and there is no page mapped at 0x0 for e2fsck. Thus SIGSEGV is raised, naturally by the kernel, so the SI_KERNEL origin is well-formed.
Does this mean a bug report is not indicated?
SIGSEGV does not indicate a bug report, it indicates a bug! :) One that maybe should be reported. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org