#4867: ghci displays negative floats incorrectly (was: Incorrect result from 
trig
functions)
-------------------------------+--------------------------------------------
    Reporter:  gwright         |        Owner:  gwright                    
        Type:  bug             |       Status:  new                        
    Priority:  high            |    Milestone:  7.0.2                      
   Component:  GHCi            |      Version:  7.0.1                      
    Keywords:                  |     Testcase:                             
   Blockedby:                  |   Difficulty:                             
          Os:  MacOS X         |     Blocking:                             
Architecture:  x86_64 (amd64)  |      Failure:  Incorrect result at runtime
-------------------------------+--------------------------------------------

Comment(by simonmar):

 Looks like you're getting closer to nailing this one.  If you turn on
 linker debugging (`+RTS -Dl`) you should be able to see it resolving the
 relocation at that address, and that should give you enough information to
 map it to a source file.  Once you have the source file, you can look at
 the assembly and see what the relocation is supposed to be doing.

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