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 3647 - OpenFile server throws exception every second on Linux with native threads.
Summary: OpenFile server throws exception every second on Linux with native threads.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All Linux
: P4 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-31 15:26 UTC by Jesse Glick
Modified: 2008-12-23 10:49 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 Jesse Glick 1999-08-31 15:26:34 UTC
this exception was thrown (perhaps) every second. on Linux jdk1.2 which
using native threads - it is standard configuration of starter script
(common starter script netbeans.sh from corona 382) so for linux it must
be changed to work with green threads!

java.net.SocketException: Interrupted system call
        at java.net.PlainDatagramSocketImpl.peek(Native Method)

        at java.net.DatagramSocket.receive(DatagramSocket.java:353)
        at
com.netbeans.developer.modules.openfile.Server.server(Server.java:124)
        at
com.netbeans.developer.modules.openfile.Server.run(Server.java:62)
        at java.lang.Thread.run(Thread.java:479)