#3266: Segment fault with WxHaskell and GHC 6.10.2
-----------------------------+----------------------------------------------
    Reporter:  mcastellazzi  |        Owner:         
        Type:  bug           |       Status:  new    
    Priority:  normal        |    Milestone:  _|_    
   Component:  Compiler      |      Version:  6.10.2 
    Severity:  normal        |   Resolution:         
    Keywords:  wxhaskell     |   Difficulty:  Unknown
    Testcase:                |           Os:  Windows
Architecture:  x86           |  
-----------------------------+----------------------------------------------
Changes (by igloo):

  * milestone:  => _|_

Comment:

 My hunch is that, as Eric suggests, it is a wxHaskell bug, probably due to
 different threads calling wxHaskell functions. GHCi is compiled with
 `-threaded`, which might explain why you see the problem in ghci but not
 when running compiled code.

 If you think that it is a GHC bug then it would be very helpful if you
 could make this example self-contained, just inlining the few wxHaskell
 functions and FFI imports that are used.

 I'll leave the ticket open while its cause is unconfirmed.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3266#comment:3>
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