#2397: inclusion of Network.Curl causes compiler issues and coredumps
-------------------------------+--------------------------------------------
 Reporter:  b7j0c              |          Owner:         
     Type:  bug                |         Status:  new    
 Priority:  normal             |      Milestone:  6.10.1 
Component:  libraries (other)  |        Version:  6.8.2  
 Severity:  normal             |     Resolution:         
 Keywords:  curl, GC           |     Difficulty:  Unknown
 Testcase:                     |   Architecture:  Unknown
       Os:  Unknown            |  
-------------------------------+--------------------------------------------
Changes (by dons):

  * keywords:  => curl, GC
 * cc: [EMAIL PROTECTED] (added)

Comment:

 {{{

 $ ghc --make newspage.hs
 [1 of 1] Compiling Main             ( newspage.hs, newspage.o )
 Linking newspage ...

 $ ./newspage
 newspage: internal error: task 0xda5c30: main thread 1 has been GC'd
     (GHC version 6.8.2 for x86_64_unknown_linux)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 zsh: abort      ./newspage

 }}}

 Now, the curl library uses finalisers and MVars to manage resources. I
 wonder if this is a finaliser issue.

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