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 251729 - Crash when SOCKS enabled
Summary: Crash when SOCKS enabled
Status: RESOLVED DUPLICATE of bug 235202
Alias: None
Product: platform
Classification: Unclassified
Component: Proxy (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: rjdkolb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-09 08:18 UTC by rjdkolb
Modified: 2015-07-07 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
logs (129.11 KB, application/octet-stream)
2015-04-09 08:18 UTC, rjdkolb
Details
Thread dump in Windows 7 (45.12 KB, text/plain)
2015-04-10 08:44 UTC, rjdkolb
Details
.pac file as requested (5.14 KB, application/x-ns-proxy-autoconfig)
2015-07-07 08:38 UTC, rjdkolb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rjdkolb 2015-04-09 08:18:15 UTC
Created attachment 153108 [details]
logs

Attached is a log file from a Windows 7 machine that crashed.

It seems quite consistent.
Open the IDE and go to Tools->Options->Test Connection with SOCKS enabled.

Removing the SOCKS protocol seems to fix the issue.

The proxy is IIS using Websense I think.
Comment 1 Ondrej Vrabec 2015-04-09 12:46:54 UTC
Please attach the JVM crash log (probably created in C:\Program Files\NetBeans 8.0.2)
Comment 2 rjdkolb 2015-04-10 08:44:11 UTC
Created attachment 153123 [details]
Thread dump in Windows 7
Comment 3 rjdkolb 2015-04-10 08:52:19 UTC
It seems it is not a crash, but rather a hang.
I've attached a thread dump.

In the one case I could not connect a VisualVM to to the Java process (Visual VM did not pick up NB was running)

I can't find a heapdump.hprof or hs_err_pid(xxxx).log file
Comment 4 Libor Fischmeistr 2015-07-07 08:32:59 UTC
The pac file is not solved correctly. Can you please attach it? (http://websec.discsrv.co.za/proxy/websense-discovery.pac). Don't worry to erase confidential addresses and data. Used functions are important to me.

Thanks
Comment 5 rjdkolb 2015-07-07 08:38:43 UTC
Created attachment 154498 [details]
.pac file as requested

Hi Libor,

Thanks,
regards
Comment 6 Libor Fischmeistr 2015-07-07 09:18:19 UTC
Thank you for quick reply

There is used myIpAddress() function in the PAC file, unfortunately it's not supported in the IDE yet.

Look at issue 235202

*** This bug has been marked as a duplicate of bug 235202 ***
Comment 7 rjdkolb 2015-07-07 09:24:09 UTC
Thanks Libor.