#2476: internal error: awaitEvent: descriptor out of range
----------------------------+-----------------------------------------------
 Reporter:  newsham         |          Owner:         
     Type:  bug             |         Status:  new    
 Priority:  normal          |      Milestone:  6.10.1 
Component:  Runtime System  |        Version:  6.8.2  
 Severity:  normal          |     Resolution:         
 Keywords:                  |     Difficulty:  Unknown
 Testcase:                  |   Architecture:  ia64   
       Os:  FreeBSD         |  
----------------------------+-----------------------------------------------
Changes (by igloo):

  * milestone:  => 6.10.1

Comment:

 I can't reproduce this on amd64/Linux; after a while it dies with:
 {{{
 DummyClient3s.exe: connect: unsupported operation (Cannot assign requested
 address)
 }}}
 strace shows that this is caused by:
 {{{
 connect(3, {sa_family=AF_INET, sin_port=htons(8001),
 sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EADDRNOTAVAIL (Cannot assign
 requested address)
 }}}

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