#624: Program location for thread error messages
-----------------------------------------+----------------------------------
  Reporter:  chak                        |          Owner:                  
      Type:  task                        |         Status:  new             
  Priority:  normal                      |      Milestone:  _|_             
 Component:  Compiler                    |        Version:  None            
Resolution:  None                        |       Keywords:                  
  Testcase:                              |      Blockedby:                  
Difficulty:  Moderate (less than a day)  |             Os:  Unknown/Multiple
  Blocking:                              |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown                |  
-----------------------------------------+----------------------------------
Changes (by ezyang):

  * failure:  => None/Unknown


Comment:

 It sounds like it would be pretty easy to add the thread identifier
 (indeed, you can already get that info if you compile with -debug and
 enable RTS tracing with +RTS -D, look for the "resurrecting thread"
 message). Source code identifier sounds a little bit tougher though; does
 GHC even let us do that without making forkIO inlined?

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