ActionsLike0
Bug #6653
closed1.9.2/1.9.3 exhibit SEGV with many threads+tcp connections
Description
the script: https://gist.github.com/4f36f8543ad702861096
the trace + output of the run: https://gist.github.com/cf7dd137ad65802c46ae
ruby -v is 1.9.2-p290, but we're seeing this in 1.9.3-p194 as well.
This does not exhibit on OS X, only linux, we tested on Ubuntu 12.04.
I can get more information if desired.
Just guessing, this appears to be a bug in how FD_SETSIZE is handled.
Thank you!
Updated by kosaki (Motohiro KOSAKI) over 12 years ago
- Status changed from Open to Feedback
Updated by mame (Yusuke Endoh) over 12 years ago
- Priority changed from Normal to 3
Updated by mame (Yusuke Endoh) over 12 years ago
- Status changed from Feedback to Assigned
- Assignee set to akr (Akira Tanaka)
- Target version set to 2.0.0
Updated by mame (Yusuke Endoh) about 12 years ago
- Target version changed from 2.0.0 to 2.6
Updated by kosaki (Motohiro KOSAKI) about 12 years ago
- Status changed from Assigned to Closed
ActionsLike0