#781: GHCi on x86_64, cannot link to static data in shared libs
-------------------------------+--------------------------------------------
  Reporter:  guest             |          Owner:  simonmar      
      Type:  bug               |         Status:  new           
  Priority:  high              |      Milestone:  7.8.1         
 Component:  Compiler          |        Version:  6.5           
Resolution:                    |       Keywords:  getEnvironment
        Os:  Linux             |   Architecture:  x86_64 (amd64)
   Failure:  GHCi crash        |     Difficulty:  Unknown       
  Testcase:  getEnvironment01  |      Blockedby:  3658          
  Blocking:                    |        Related:                
-------------------------------+--------------------------------------------

Comment(by igloo):

 Looks like it only affects Linux:

 amd64/Linux:
 {{{
 Prelude Main> main
 -907777
 }}}

 amd64/OSX:
 {{{
 Prelude Main> main
 42
 }}}

 amd64/Windows:
 {{{
 Prelude Main> main
 42
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/781#comment:22>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to