Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 353233

Summary: sys-fs/jfsutils USE=static - Warning... fsck.jfs for device /dev/mapper/vg-tmp exited with signal 11.
Product: Gentoo Linux Reporter: Lefty <oggysss>
Component: [OLD] Core systemAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: major CC: a_tevelev
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info jfsutils

Description Lefty 2011-01-30 14:46:37 UTC
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.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-02-01 17:27:31 UTC
Please paste your `emerge --info sys-fs/jfsutils' in a comment.
Comment 2 Lefty 2011-02-01 18:05:43 UTC
Created attachment 261271 [details]
emerge --info jfsutils
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-02-01 19:48:52 UTC
(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.
Comment 4 Tim Harder gentoo-dev 2011-03-08 06:00:12 UTC
I'm assuming this is similar to bug #357807 and solved by jfsutils-1.1.15 now in CVS. If not, please reopen.
Comment 5 Tim Harder gentoo-dev 2011-05-18 20:24:19 UTC
*** Bug 364609 has been marked as a duplicate of this bug. ***
Comment 6 Lefty 2011-06-20 08:42:46 UTC
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.
Comment 7 Tim Harder gentoo-dev 2011-06-23 18:52:19 UTC
(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?