#4476: Event log header: Startup event length wrong
---------------------------------+------------------------------------------
    Reporter:  scpmw             |       Owner:                
        Type:  bug               |      Status:  new           
    Priority:  normal            |   Component:  Runtime System
     Version:  7.1               |    Keywords:                
    Testcase:                    |   Blockedby:                
          Os:  Unknown/Multiple  |    Blocking:                
Architecture:  Unknown/Multiple  |     Failure:  Other         
---------------------------------+------------------------------------------
 GHC currently writes 0 as the length of the EVENT_STARTUP event. That's
 not true, as the event writes the number of capabilities as data (see
 EventLog.c:282). ghc-event doesn't notice because the format is hard-coded
 there and never gets checked.

 Fix is obviously pretty easy, see attachment.

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