#2398: segfault in cmpLocks on 64 bit multicore
----------------------------+-----------------------------------------------
 Reporter:  sclv            |          Owner:         
     Type:  bug             |         Status:  new    
 Priority:  low             |      Milestone:  6.10.1 
Component:  Runtime System  |        Version:  6.8.3  
 Severity:  major           |     Resolution:         
 Keywords:                  |     Difficulty:  Unknown
 Testcase:                  |   Architecture:  Unknown
       Os:  Linux           |  
----------------------------+-----------------------------------------------
Changes (by igloo):

  * priority:  normal => low
  * difficulty:  => Unknown
  * milestone:  => 6.10.1

Comment:

 I can't reproduce this using the first 351k of my exim `spec.txt` as the
 file contents, compiling with GHC 6.8.3:
 {{{
 ghc -fforce-recomp --make q -O -threaded
 }}}
 and running with just
 {{{
 ./q
 }}}
 or
 {{{
 ./q +RTS -N3
 }}}
 on an amd64/Linux machine. I do get a load of
 {{{
 q: foo/984: openFile: resource exhausted (Too many open files)
 }}}
 but that is to be expected. It would be useful if you could attach a text
 file that triggers the problem for you, and give details of how you are
 compiling and running the program.

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