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 245145 - Exception in log (unsupported dwarf 4)
Summary: Exception in log (unsupported dwarf 4)
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-19 19:15 UTC by Alexander Simon
Modified: 2014-06-21 04:40 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-19 19:15:02 UTC
java.io.IOException: unknown type DW_FORM_flag_present
    at org.netbeans.modules.cnd.dwarfdump.reader.DwarfReader.readForm(DwarfReader.java:153)
    at org.netbeans.modules.cnd.dwarfdump.reader.DwarfReader.readAttrValue(DwarfReader.java:79)
    at org.netbeans.modules.cnd.dwarfdump.CompilationUnit.readEntry(CompilationUnit.java:513)
    at org.netbeans.modules.cnd.dwarfdump.CompilationUnit.getTopLevelEntries(CompilationUnit.java:602)
    at org.netbeans.modules.cnd.dwarfdump.CompilationUnit.hasMain(CompilationUnit.java:729)
[catch] at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider.sizeComilationUnit(BaseDwarfProvider.java:465)
    at org.netbeans.modules.cnd.dwarfdiscovery.provider.AnalyzeExecutable.canAnalyze(AnalyzeExecutable.java:282)
    at org.netbeans.modules.cnd.discovery.wizard.SelectModeWizard.initPreferedProvider(SelectModeWizard.java:256)
    at org.netbeans.modules.cnd.discovery.wizard.SelectModeWizard.validate(SelectModeWizard.java:190)
    at org.openide.WizardDescriptor$11.run(WizardDescriptor.java:1458)
    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-19 19:19:52 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/5e2bff9a4db4
Comment 2 Alexander Simon 2014-06-19 20:27:16 UTC
fix type of flag present:
http://hg.netbeans.org/cnd-main/rev/bc0aa1971780
Comment 3 Quality Engineering 2014-06-20 02:33:22 UTC
Integrated into 'main-silver', will be available in build *201406200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5e2bff9a4db4
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #245145 Exception in log (unsupported dwarf 4)
Comment 4 Quality Engineering 2014-06-21 04:40:27 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/bc0aa1971780
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #245145 Exception in log (unsupported dwarf 4)
- fix type of flag present