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 258180 - [mixeddev] at first time debugger stops in disassembler
Summary: [mixeddev] at first time debugger stops in disassembler
Status: RESOLVED DUPLICATE of bug 255996
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-29 15:48 UTC by soldatov
Modified: 2016-08-19 14:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gdb log (174.32 KB, text/plain)
2016-07-14 16:06 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2016-02-29 15:48:14 UTC
We switched automatic tests to NetBeans trunk and now I see stable failures in JNI suite

Scenario:
- Use Ubuntu machine
- Create Java project
- Add JNI declaration
- Build Java project
- Generate JNI (C++) project
- Build C++ project
- Add valid System.loadLibrary(...)
- Build Java project
- Set line breakpoint on JNI call
- Start JPDA debugger
- Press Step Into
===>
NetBeans 8.1: debugger stopped in cpp file
NetBeans trunk: IDE displays disassembler ("Go To Source Code" menu item returns "No symbolic information")

Workaround: set line breakpoint in cpp file and press Continue
Comment 1 soldatov 2016-07-14 16:06:04 UTC
Created attachment 160386 [details]
gdb log
Comment 2 Maria Tishkova 2016-08-19 14:18:36 UTC

*** This bug has been marked as a duplicate of bug 255996 ***