#5003: test 4038 (ghci) fails on OS X 64 bit.
---------------------------------+------------------------------------------
    Reporter:  gwright           |        Owner:  gwright      
        Type:  bug               |       Status:  patch        
    Priority:  high              |    Milestone:  7.2.1        
   Component:  GHCi              |      Version:  7.0.2        
    Keywords:                    |     Testcase:               
   Blockedby:                    |   Difficulty:               
          Os:  Unknown/Multiple  |     Blocking:               
Architecture:  x86_64 (amd64)    |      Failure:  Runtime crash
---------------------------------+------------------------------------------

Comment(by altaic):

 Replying to [comment:25 simonmar]:
 > So it's still a mystery why sometimes the test doesn't fail.  Perhaps
 the memory below the stack is allocated to another thread, and as Greg
 suggests we might get away with it because we're not writing to a part of
 the stack that the other thread is using.

 That would explain why the tests pass consistently in my testsuite but
 fail when I run them from the shell. Should we open a new ticket for the
 testsuite script with the goal of being able to better detect bad memory
 accesses?

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