Menu

#2 ghci crashes on 2nd run invocation

closed-fixed
nobody
None
5
2003-10-28
2003-07-22
No

Launch wxHaskell gui under ghci, close the window, launch the
gui again results in:

*Main> main

GThread-ERROR **: GThread system may only be initialized
once.
aborting...

Process ghci aborted

[gentoo linux / gtk]

Discussion

  • Daan Leijen

    Daan Leijen - 2003-07-23
    • status: open --> open-postponed
     
  • Daan Leijen

    Daan Leijen - 2003-07-23

    Logged In: YES
    user_id=224655

    This is a known problem with the wxWindows library.
    It happens since some static variables are not properly
    "deinitialized" when the application closes. Leading to a
    crash when restarted. We work with the wxWindows devs
    to fix this.

     
  • Daan Leijen

    Daan Leijen - 2003-10-28
    • status: open-postponed --> open-fixed
     
  • Daan Leijen

    Daan Leijen - 2003-10-28

    Logged In: YES
    user_id=224655

    Fixed with the newest wxWindows (2.4.2).
    (However there may still be other static variables
    besides the GThreads that are not properly deinitialized.)

     
  • Daan Leijen

    Daan Leijen - 2003-10-28
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.