#4456: Missing atexit symbol
---------------------------+------------------------------------------------
  Reporter:  mitar         |          Owner:                
      Type:  bug           |         Status:  closed        
  Priority:  normal        |      Milestone:  7.2.1         
 Component:  GHCi          |        Version:  6.13          
Resolution:  fixed         |       Keywords:                
  Testcase:                |      Blockedby:                
Difficulty:                |             Os:  Linux         
  Blocking:                |   Architecture:  x86_64 (amd64)
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * version:  6.12.3 => 6.13
  * resolution:  => fixed


Comment:

 I added it to the linker's symbol table.  I think `atexit` resides in a
 static C library and so can't be resolved by `dlsym()` at runtime.

 {{{
 Tue Mar 29 08:56:28 PDT 2011  Simon Marlow <[email protected]>
   * add atexit (#4456)
 }}}

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