[GHC] #7723: iOS patch no 12: Itimer.c doesn't work on iOS

GHC cvs-ghc at haskell.org
Sun Apr 21 21:59:42 CEST 2013


#7723: iOS patch no 12: Itimer.c doesn't work on iOS
----------------------------------+-----------------------------------------
    Reporter:  StephenBlackheath  |       Owner:  StephenBlackheath
        Type:  bug                |      Status:  patch            
    Priority:  normal             |   Milestone:  7.8.1            
   Component:  Compiler           |     Version:  7.7              
    Keywords:                     |          Os:  Other            
Architecture:  arm                |     Failure:  None/Unknown     
  Difficulty:  Unknown            |    Testcase:                   
   Blockedby:                     |    Blocking:  7724             
     Related:                     |  
----------------------------------+-----------------------------------------

Comment(by ian@…):

 commit e7817396e8ec5c45689b1c7d6fa852623bb12b33
 {{{
 Author: Ian Lynagh <ian at well-typed.com>
 Date:   Sun Apr 21 17:54:57 2013 +0100

     Use a pthread-based implementation of Itimer.c on iOS

     Patch from Stephen Blackheath.

     timer_create doesn't exist and setitimer doesn't fire on iOS, so we're
     using a pthreads-based implementation. It may be to do with
     interference with the signals of the debugger. Revisit. See #7723.

  rts/posix/Itimer.c |   55
 +++++++++++++++++++++++++++++++++++++++++++++++----
  1 files changed, 50 insertions(+), 5 deletions(-)
 }}}

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



More information about the ghc-tickets mailing list