#6010: GHC.Conc.labelThread function can't use Unicode character for thread 
label.
---------------------------------+------------------------------------------
    Reporter:  shelarcy          |       Owner:  igloo           
        Type:  bug               |      Status:  merge           
    Priority:  normal            |   Milestone:  7.6.2           
   Component:  libraries/base    |     Version:  7.4.1           
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------
Changes (by igloo):

  * status:  new => merge


Comment:

 I think I have an old `ghc-events` which doesn't handle unicode correctly,
 but I now get the same garbage for both `labelThread` and `traceEventIO`,
 so I believe this is fixed by:
 {{{
 commit b41a99bda499801fd88ef0e29b07b1e6d7a56f1b
 Author: Ian Lynagh <i...@well-typed.com>
 Date:   Thu Oct 25 23:54:40 2012 +0100

     Handle UTF8 correctly in GHC.Conc.labelThread; fixes #6010
 }}}

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