Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Segmentation fault while starting GHCi
https://bugzilla.redhat.com/show_bug.cgi?id=529168
Summary: Segmentation fault while starting GHCi Product: Fedora Version: 11 Platform: powerpc OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ghc AssignedTo: bos@serpentine.com ReportedBy: stefan@seekline.net QAContact: extras-qa@fedoraproject.org CC: petersen@redhat.com, bos@serpentine.com, loupgaroublond@gmail.com, fedora-haskell-list@redhat.com Classification: Fedora
Description of problem: At startup of GHCi a segmentation fault is reported.
gdb --args /usr/lib/ghc-6.10.3/ghc -B/usr/lib/ghc-6.10.3/. -dynload wrapped --interactive (gdb) run Starting program: /usr/lib/ghc-6.10.3/ghc -B/usr/lib/ghc-6.10.3/. -dynload wrapped --interactive [Thread debugging using libthread_db enabled] [New Thread 0x48bff490 (LWP 6159)] [New Thread 0x495ff490 (LWP 6160)] GHCi, version 6.10.3: http://www.haskell.org/ghc/ :? for help
Program received signal SIGSEGV, Segmentation fault. 0x10fa7b80 in ?? () (gdb) bt #0 0x10fa7b80 in ?? () #1 0x10fa7c80 in ?? () #2 0x100f8094 in ?? () #3 0x10facf04 in ?? () #4 0x10fa855c in ?? () #5 0x10fa7e7c in ?? () #6 0x10fa7f98 in ?? () #7 0x0fe0f3fc in generic_start_main (main=<value optimized out>, argc=<value optimized out>, ubp_av=<value optimized out>, auxvec=<value optimized out>, init=<value optimized out>, fini=<value optimized out>, rtld_fini=<value optimized out>, stack_end=<value optimized out>) at ../csu/libc-start.c:220 #8 0x0fe0f5a0 in __libc_start_main (argc=<value optimized out>, ubp_av=<value optimized out>, ubp_ev=<value optimized out>, auxvec=<value optimized out>, rtld_fini=<value optimized out>, stinfo=<value optimized out>, stack_on_entry=<value optimized out>) at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c:92 #9 0x00000000 in ?? ()
I installed the debugging symbol package for glibc but couldn't find a package for ghc. If someone could point me to a debugging symbol package, then I could provide a more verbose output of gdb.
Version-Release number of selected component (if applicable): ghc-6.10.3-3.fc11
How reproducible: Just run "ghci"