#4038: segmentation fault between GHC-6.12.2 and gtk2hs
-------------------------------+--------------------------------------------
    Reporter:  guest           |       Owner:                    
        Type:  bug             |      Status:  new               
    Priority:  normal          |   Component:  Compiler          
     Version:  6.12.2          |    Keywords:  segmentation fault
          Os:  Linux           |    Testcase:                    
Architecture:  x86_64 (amd64)  |     Failure:  Runtime crash     
-------------------------------+--------------------------------------------

Comment(by guest):

 a...@ubuntu:~/gtk2hs/demo/treeList$ gdb ./completion
 GNU gdb (GDB) 7.1-ubuntu
 Copyright (C) 2010 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later
 <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
 and "show warranty" for details.
 This GDB was configured as "x86_64-linux-gnu".
 For bug reporting instructions, please see:
 <http://www.gnu.org/software/gdb/bugs/>...
 Reading symbols from /home/andy/gtk2hs/demo/treeList/completion...done.
 (gdb) run
 Starting program: /home/andy/gtk2hs/demo/treeList/completion
 [Thread debugging using libthread_db enabled]

 Program received signal SIGSEGV, Segmentation fault.
 0x0000000000ac5b44 in rts_getInt32 ()
 (gdb) bt
 #0  0x0000000000ac5b44 in rts_getInt32 ()
 #1  0x00000000008d53b3 in GraphicsziUIziGtkziEntryziEntryCompletion_d37LB
 ()
 #2  0x00007ffff788f6f7 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 #3  0x00007ffff79d6dfc in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 #4  0x00007ffff79d8bdd in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 #5  0x00007ffff79d9039 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 #6  0x00007ffff79d568f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 #7  0x00007ffff79d5f8b in gtk_tree_model_foreach ()
    from /usr/lib/libgtk-x11-2.0.so.0
 #8  0x00007ffff7890314 in gtk_entry_completion_complete ()
    from /usr/lib/libgtk-x11-2.0.so.0
 #9  0x00007ffff7884778 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 #10 0x00007ffff752cd56 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
 #11 0x00007ffff52e509b in ?? () from /lib/libglib-2.0.so.0
 #12 0x00007ffff52e48c2 in g_main_context_dispatch () from
 /lib/libglib-2.0.so.0
 #13 0x00007ffff52e8748 in ?? () from /lib/libglib-2.0.so.0
 #14 0x00007ffff52e8c55 in g_main_loop_run () from /lib/libglib-2.0.so.0
 #15 0x00007ffff78f6af7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
 #16 0x0000000000785b00 in
 gtkzm0zi10zi5_GraphicsziUIziGtkziGeneralziGeneral_mainGUI_info ()
 #17 0x0000000000000000 in ?? ()

 Above are backtrace from gdb for gtk2hs/demo/treeList/Completion , just
 paste this, haven't time to  investigate this now.

   -- Andy

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4038#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to