Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.7
-
Fix Version/s: JRuby 1.7.0.pre2
-
Component/s: Core Classes/Modules, Windows
-
Labels:None
-
Number of attachments :
Description
The unit test: test_multicast_send_and_receive hangs in msys window and gives a bind error: name or service not own using cygwin. I really am confused why the behavior is different but it appears to be a result of the bind to Socket::INADDR_ANY. This inaddr_any is defined wrong or unsupported by windows.
No stacktrace because I have only been getting core dumps on this ![]()
Wow, core dumps? That shouldn't happen. JRuby uses Java socket APIs for all of this, so if it's core dumping you have a bad Java install (or something else is crashing).
I'm marking this for pre2, since we will confirm tests are working on Windows before release.