#3028: what_next error
--------------------+-------------------------------------------------------
Reporter:  osuch    |          Owner:        
    Type:  bug      |         Status:  new   
Priority:  normal   |      Component:  None  
 Version:  6.10.1   |       Severity:  normal
Keywords:           |       Testcase:        
      Os:  Windows  |   Architecture:  x86   
--------------------+-------------------------------------------------------
 C:\Documents and Settings\ondrej\Desktop\Prob>del *.o

 C:\Documents and Settings\ondrej\Desktop\Prob>ghc --make -o par2 Par2.hs
 par1.hs

 [1 of 2] Compiling Par1             ( par1.hs, par1.o )
 [2 of 2] Compiling Main             ( Par2.hs, Par2.o )
 Linking par2.exe ...


 C:\Documents and Settings\ondrej\Desktop\Prob>par2.exe -d 10 -t 2 -r
 100000 -s 1
 0
 [('d',"10"),('r',"100000"),('s',"10"),('t',"2")]
 about to start generator thread
 about to start consumer threads
 done
 Result for thread 1 is Just 499799.8385894363
 par2.exe: internal error: schedule: invalid what_next field
     (GHC version 6.10.1 for i386_unknown_mingw32)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug

 This application has requested the Runtime to terminate it in an unusual
 way.
 Please contact the application's support team for more information.

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