Statically compiled jfsutils crashes on fsck.jfs. Tested of versions 1.1.12, 1.1.13 and 1.1.14. Reproducible: Always Steps to Reproduce: 1.use="static" emerge jfsutils 2.fsck <jfsfs> Actual Results: Warning... fsck.jfs for device /dev/mapper/vg-tmp exited with signal 11.
Please paste your `emerge --info sys-fs/jfsutils' in a comment.
Created attachment 261271 [details] emerge --info jfsutils
(In reply to comment #2) > Created an attachment (id=261271) [details] > emerge --info jfsutils That is not in a comment. But let's move on.
I'm assuming this is similar to bug #357807 and solved by jfsutils-1.1.15 now in CVS. If not, please reopen.
*** Bug 364609 has been marked as a duplicate of this bug. ***
Still present in static build of jfsutils-1.1.15. Note this happens only with hardened kernel. kernel: fsck.jfs[30976] general protection ip:44c54f sp:3a2e9a8fd78 error:0 in jfs_fsck[400000+c6000] Kernel: grsec: From my_ip_address: Segmentation fault occurred at (nil) in /sbin/jfs_fsck[fsck.jfs:30976] uid/euid:0/0 gid/egid:0/0, parent /sbin/fsck[fsck:30975] uid/euid:0/0 gid/egid:0/0 All I managed to get from GDB is this bt (exactly the same as in Bug #364609 ) (gdb) bt #0 0x000000000044c54f in alarm () #1 0x0f0000000fc0c748 in ?? () #2 0x0000000000000000 in ?? () If you need more info, please tell me how to obtain it.
(In reply to comment #6) > Still present in static build of jfsutils-1.1.15. Note this happens only with > hardened kernel. Does this mean you've tried to reproduce this on a non-hardened kernel and failed?