#993: threaded RTS under pc-solaris does not work
----------------------------+-----------------------------------------------
 Reporter:  [EMAIL PROTECTED]   |          Owner:         
     Type:  bug             |         Status:  new    
 Priority:  normal          |      Milestone:  6.6.1  
Component:  Runtime System  |        Version:  6.6    
 Severity:  normal          |     Resolution:         
 Keywords:                  |     Difficulty:  Unknown
 Testcase:  N/A             |   Architecture:  x86    
       Os:  Solaris         |  
----------------------------+-----------------------------------------------
Comment (by [EMAIL PROTECTED]):

 more gdb output:
 {{{
 (gdb) info line
 Line 105 of "../includes/SMP.h" starts at address 0x8ca8dbb
 <scheduleDoGC+12>
    and ends at 0x8ca8dc8 <scheduleDoGC+25>.
 (gdb) disas 0x8ca8dbb 0x8ca8dc8
 Dump of assembler code from 0x8ca8dbb to 0x8ca8dc8:
 0x08ca8dbb <scheduleDoGC+12>:   mov    $0x0,%edx
 0x08ca8dc0 <scheduleDoGC+17>:   mov    $0x1,%ecx
 0x08ca8dc5 <scheduleDoGC+22>:   mov    %edx,%eax
 0x08ca8dc7 <scheduleDoGC+24>:   lock test %eax,%eax
 End of assembler dump.
 (gdb) info line
 Line 106 of "../includes/SMP.h"
    is at address 0x8ca9954 <threadStackOverflow+49> but contains no code.
 (gdb) info line
 Line 107 of "../includes/SMP.h"
    is at address 0x8ca9954 <threadStackOverflow+49> but contains no code.
 (gdb) info line
 Line 108 of "../includes/SMP.h"
    is at address 0x8ca9954 <threadStackOverflow+49> but contains no code.
 }}}

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