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

Summary: [mixeddev] at first time debugger stops in disassembler
Product: cnd Reporter: soldatov <soldatov>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: gdb log

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 ***