Re: [GHC] #6019: 'threadDelay maxBound' results in 'internal error: select failed'

2012-11-06 Thread GHC
#6019: 'threadDelay maxBound' results in 'internal error: select failed'
-+--
  Reporter:  shahn   |  Owner:  simonmar  
  Type:  bug | Status:  closed
  Priority:  normal  |  Milestone:  7.6.2 
 Component:  Runtime System  |Version:  7.4.1 
Resolution:  fixed   |   Keywords:
Os:  Linux   |   Architecture:  x86_64 (amd64)
   Failure:  Runtime crash   | Difficulty:  Unknown   
  Testcase:  rts/7087|  Blockedby:
  Blocking:  |Related:
-+--
Changes (by pcapriotti):

  * status:  merge = closed


Comment:

 Merged as 306ab5509fceb5ccaf6f94fe18b92ae6b476.

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


Re: [GHC] #6019: 'threadDelay maxBound' results in 'internal error: select failed'

2012-10-22 Thread GHC
#6019: 'threadDelay maxBound' results in 'internal error: select failed'
-+--
  Reporter:  shahn   |  Owner:  simonmar  
  Type:  bug | Status:  merge 
  Priority:  normal  |  Milestone:  7.6.2 
 Component:  Runtime System  |Version:  7.4.1 
Resolution:  fixed   |   Keywords:
Os:  Linux   |   Architecture:  x86_64 (amd64)
   Failure:  Runtime crash   | Difficulty:  Unknown   
  Testcase:  rts/7087|  Blockedby:
  Blocking:  |Related:
-+--
Changes (by simonmar):

  * status:  closed = merge
  * milestone:  7.6.1 = 7.6.2


Comment:

 We should have merged this one; see #7325

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


Re: [GHC] #6019: 'threadDelay maxBound' results in 'internal error: select failed'

2012-07-31 Thread GHC
#6019: 'threadDelay maxBound' results in 'internal error: select failed'
-+--
  Reporter:  shahn   |  Owner:
  Type:  bug | Status:  new   
  Priority:  normal  |  Milestone:  7.6.1 
 Component:  Runtime System  |Version:  7.4.1 
Resolution:  |   Keywords:
Os:  Linux   |   Architecture:  x86_64 (amd64)
   Failure:  Runtime crash   | Difficulty:  Unknown   
  Testcase:  |  Blockedby:
  Blocking:  |Related:
-+--
Changes (by simonmar):

  * status:  closed = new
  * resolution:  fixed =


Comment:

 No, it started working as a side-effect of

 commit 5ba7db93fb634ff8094f42780a14972322446a94
 {{{
 Author: Paolo Capriotti p.caprio...@gmail.com
 Date:   Tue Mar 20 11:57:28 2012 +

 Use monotonic clock in Select.c (#5865)
 }}}

 but the bug still exists.  I have a fix on the way...

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


Re: [GHC] #6019: 'threadDelay maxBound' results in 'internal error: select failed'

2012-07-31 Thread GHC
#6019: 'threadDelay maxBound' results in 'internal error: select failed'
-+--
  Reporter:  shahn   |  Owner:  simonmar  
  Type:  bug | Status:  new   
  Priority:  normal  |  Milestone:  7.6.1 
 Component:  Runtime System  |Version:  7.4.1 
Resolution:  |   Keywords:
Os:  Linux   |   Architecture:  x86_64 (amd64)
   Failure:  Runtime crash   | Difficulty:  Unknown   
  Testcase:  |  Blockedby:
  Blocking:  |Related:
-+--
Changes (by simonmar):

  * owner:  = simonmar


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


Re: [GHC] #6019: 'threadDelay maxBound' results in 'internal error: select failed'

2012-07-31 Thread GHC
#6019: 'threadDelay maxBound' results in 'internal error: select failed'
-+--
  Reporter:  shahn   |  Owner:  simonmar  
  Type:  bug | Status:  closed
  Priority:  normal  |  Milestone:  7.6.1 
 Component:  Runtime System  |Version:  7.4.1 
Resolution:  fixed   |   Keywords:
Os:  Linux   |   Architecture:  x86_64 (amd64)
   Failure:  Runtime crash   | Difficulty:  Unknown   
  Testcase:  rts/7087|  Blockedby:
  Blocking:  |Related:
-+--
Changes (by simonmar):

  * status:  new = closed
  * testcase:  = rts/7087
  * resolution:  = fixed


Comment:

 Fixed:

 commit 598ee1ad1b8de089a2ed207543761d617a90db52
 {{{
 Author: Simon Marlow marlo...@gmail.com
 Date:   Tue Jul 31 09:06:43 2012 +0100

 Fix #7087 (integer overflow in getDelayTarget())

  includes/Rts.h |2 ++
  rts/posix/Select.c |   15 ---
  2 files changed, 14 insertions(+), 3 deletions(-)
 }}}

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


Re: [GHC] #6019: 'threadDelay maxBound' results in 'internal error: select failed'

2012-04-19 Thread GHC
#6019: 'threadDelay maxBound' results in 'internal error: select failed'
-+--
  Reporter:  shahn   |  Owner:
  Type:  bug | Status:  closed
  Priority:  normal  |  Milestone:  7.6.1 
 Component:  Runtime System  |Version:  7.4.1 
Resolution:  fixed   |   Keywords:
Os:  Linux   |   Architecture:  x86_64 (amd64)
   Failure:  Runtime crash   | Difficulty:  Unknown   
  Testcase:  |  Blockedby:
  Blocking:  |Related:
-+--
Changes (by pcapriotti):

  * status:  new = closed
  * difficulty:  = Unknown
  * resolution:  = fixed
  * milestone:  = 7.6.1


Comment:

 Thanks for the report. Cannot reproduce on the HEAD. I presume it's fixed
 by the recent `threadDelay` changes in the non-threaded RTS
 (9d26519c20194abc3832578a55fbe31327519eeb).

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