#5269: RTS flag decoding broken
---------------------------------+------------------------------------------
    Reporter:  augustss          |       Owner:                
        Type:  bug               |      Status:  new           
    Priority:  normal            |   Component:  Runtime System
     Version:  7.0.4             |    Keywords:                
    Testcase:                    |   Blockedby:                
          Os:  Unknown/Multiple  |    Blocking:                
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown  
---------------------------------+------------------------------------------
 Some misguided security paranoia seems to have turned off a lot of the
 flag decoding done by the RTS, unless the program is compile with
 {{{-rtsopts}}}.  This is very annoying, because for 99% of the use cases
 you want the flag decoding on.  You should cater for the common case, not
 the uncommon case.  So my suggestion is to make {{{-rtsopts}}} the
 default, and have a flag to turn it off.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5269>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to