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 237905 - common.symbolFiles is not supported
Summary: common.symbolFiles is not supported
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 22:55 UTC by Vladimir Voskresensky
Modified: 2016-07-06 14:38 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 Vladimir Voskresensky 2013-11-01 22:55:55 UTC
I tried to debug openJDK.
Specified 
common.symbolFiles=${OUTPUT_PATH},\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/jre/lib/amd64/server/libjvm.so,\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/jre/lib/amd64/libverify.so,\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/jre/lib/amd64/libjava.so,\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/jre/lib/amd64/libzip.so,\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/jre/lib/amd64/libnio.so,\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/jre/lib/amd64/libnet.so,\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/jre/lib/amd64/libawt.so,\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/jre/lib/amd64/libawt_xawt.so,\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so,\
/home/vv159170/devarea/jdk/jdk_trunk.dev/build/images/j2sdk-image/jre/lib/amd64/libfontmanager.so

But specified libraries are not loaded.
See LauncherExecutor.onDefault. symbolFiles are asked, but only the first item is used. All others are not passed into debugger. 
Is this the reason?
Comment 1 Vladimir Voskresensky 2013-11-01 22:56:28 UTC
use this instructions to reproduce on your machine
http://netbeans.dzone.com/articles/hack-openjdk-netbeans-ide