This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 3258 - java.net.SocketException: Interrupted system call On SuSe linux
Summary: java.net.SocketException: Interrupted system call ...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-10 18:01 UTC by pzajac
Modified: 2008-12-23 10:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 1999-08-10 18:01:44 UTC
[jglick] Fix is in current builds, though there are still a few problems with the fix...

[jglick] Socket handling rewritten, should not throw this exception now at all.

On SuSe linux
-------------------------------------------------------------------------------
>Log Session: Tuesday, August 10, 1999 10:36:40 AM CEST
>System Info:
  Product Version    = NetBeans Developer (Gandalf), Build 372
  IDE Versioning     = IDE/1 spec=0.95 impl=Build 372
  Operating System   = Linux Version 2.2.5-15 Running on i386

  Java Version       = 1.2
  Java VM Version    = Classic VM 1.2
[snip]
  JIT                = sunwjit
  Home Dir           = /home/pzajac
  Current Directory  = /home/pzajac/NetBeans/Developer30
  NetBeans Home      = /home/pzajac/NetBeans/Developer30
  NetBeans User Home = /home/pzajac/NetBeans/Developer30
  System Directory   = /home/pzajac/NetBeans/Developer30/system
  CLASSPATH          = /home/pzajac/NetBeans/Developer30/lib:/home/pzajac/NetBeans/Developer30/lib/developer.jar:/home/pzajac/NetBeans/Developer30/lib/openide.jar:/home/pzajac/NetBeans/Developer30/lib
/xml4j.jar:/home/pzajac/NetBeans/Developer30/lib/regexp.jar:/home/pzajac/jdk1.2.2/jre/lib/i18n.jar:/home/pzajac/jdk1.2.2/lib/tools.jar:/home/pzajac/jdk1.2.2/lib/dt.jar
-------------------------------------------------------------------------------
java.net.SocketException: Interrupted system call
	at java.net.PlainDatagramSocketImpl.peek(Native Method)
	at java.net.DatagramSocket.receive(Compiled Code)
	at com.netbeans.developer.modules.openfile.Server.server(Compiled Code)
	at com.netbeans.developer.modules.openfile.Server.run(Compiled Code)
java.net.SocketException: Interrupted system call
	at java.net.PlainDatagramSocketImpl.peek(Native Method)
	at java.net.DatagramSocket.receive(Compiled Code)
	at com.netbeans.developer.modules.openfile.Server.server(Compiled Code)
	....
Comment 1 Marek Grummich 2000-07-25 09:24:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 15:16:56 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.