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 240637 - Debugger requires on Internet Protocol version 4 for local host
Summary: Debugger requires on Internet Protocol version 4 for local host
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-18 09:34 UTC by eda
Modified: 2014-01-18 09:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eda 2014-01-18 09:34:35 UTC
The NetBeans IDE attempts to connect to the debugger at the Internet Protocol version 4 local host address, 127.0.0.1 . If IP4 networking is not available for the loopback interface, it fails. This is observed where the loop back interface has an IP6 address but not IP4.
This problem happens with the Java Debugger. GDB works.

To test, on GNU/Linux, one can remove the IP4 address with the command
ip address delete 127.0.0.1/8 dev lo

This was tested on the main-golden, post 7.4 .