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 245150 - Exception in log while creating project from binary compiled by g++ 4.6 with -g3 flag
Summary: Exception in log while creating project from binary compiled by g++ 4.6 with ...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-20 09:04 UTC by Alexander Simon
Modified: 2014-08-06 10:53 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 Alexander Simon 2014-06-20 09:04:34 UTC
INFO [org.netbeans.modules.cnd.dwarfdiscovery.provider.DwarfSource]: Exception in file /home/as204739/devarea/projects/DiscoveryLinksApplication/src/derived/discoverytest
java.io.IOException: Wrong position 53997
    at org.netbeans.modules.cnd.dwarfdump.reader.MyRandomAccessFile.seek(MyRandomAccessFile.java:167)
    at org.netbeans.modules.cnd.dwarfdump.reader.ByteStreamReader.seek(ByteStreamReader.java:112)
    at org.netbeans.modules.cnd.dwarfdump.section.DwarfMacroInfoSection.readMacinfoTable(DwarfMacroInfoSection.java:221)
    at org.netbeans.modules.cnd.dwarfdump.dwarf.DwarfMacinfoTable.readBaseSourceTable(DwarfMacinfoTable.java:108)
    at org.netbeans.modules.cnd.dwarfdump.dwarf.DwarfMacinfoTable.getBaseSourceTable(DwarfMacinfoTable.java:93)
    at org.netbeans.modules.cnd.dwarfdump.dwarf.DwarfMacinfoTable.getCommandLineMarcos(DwarfMacinfoTable.java:127)
    at org.netbeans.modules.cnd.dwarfdiscovery.provider.DwarfSource.gatherMacros(DwarfSource.java:816)
    at org.netbeans.modules.cnd.dwarfdiscovery.provider.DwarfSource.process(DwarfSource.java:515)
[catch] at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider.getSourceFileProperties(BaseDwarfProvider.java:707)
    at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider.processObjectFile(BaseDwarfProvider.java:304)
    at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider.access$400(BaseDwarfProvider.java:95)
    at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider$MyRunnable.run(BaseDwarfProvider.java:793)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Alexander Simon 2014-06-20 09:05:17 UTC
As result project contains only 1 source file
Comment 2 Alexander Simon 2014-06-20 09:07:43 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/0202ea2889f5
Comment 3 Quality Engineering 2014-06-21 04:40:45 UTC
Integrated into 'main-silver', will be available in build *201406210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0202ea2889f5
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #245150 Exception in log while creating project from binary compiled by g++ 4.6 with -g3 flag