[GHC] #7629: segmentation fault in compiled program, involves gtk, selinux
GHC
cvs-ghc at haskell.org
Tue Feb 5 16:43:46 CET 2013
#7629: segmentation fault in compiled program, involves gtk, selinux
-----------------------------------------------------------------+----------
Reporter: wgmitchener | Owner: simonmar
Type: bug | Status: infoneeded
Priority: high | Milestone: 7.6.2
Component: Runtime System | Version: 7.4.2
Keywords: segmentation fault, multithreading, selinux, gtk | Os: Linux
Architecture: x86 | Failure: Runtime crash
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
-----------------------------------------------------------------+----------
Comment(by wgmitchener):
The problems I'm having with Try2 are compiled just as ghc is packaged on
Fedora. According to ldd:
(on fedora 19, ghc 7.4.2) ldd Try2 yields
linux-gate.so.1 => (0xb772f000)
libgobject-2.0.so.0 => /lib/libgobject-2.0.so.0 (0x43995000)
libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0x43829000)
libgmp.so.10 => /lib/sse2/libgmp.so.10 (0x4eb12000)
libffi.so.6 => /lib/libffi.so.6 (0x439e8000)
libm.so.6 => /lib/libm.so.6 (0x4373a000)
librt.so.1 => /lib/librt.so.1 (0x4372f000)
libdl.so.2 => /lib/libdl.so.2 (0x43728000)
libc.so.6 => /lib/libc.so.6 (0x4354e000)
libpthread.so.0 => /lib/libpthread.so.0 (0x4370c000)
/lib/ld-linux.so.2 (0x4352b000)
so I think all of these are the fedora packaged libraries.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7629#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list