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 255992 - [mixeddev] stepping from Java into native does not work sometimes
Summary: [mixeddev] stepping from Java into native does not work sometimes
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-18 10:06 UTC by Vladimir Kvashin
Modified: 2015-12-08 07:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gdb log (23.04 KB, text/plain)
2015-10-18 10:18 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2015-10-18 10:06:19 UTC
From time to time stepping from Java into native does not work.
(As I remember, it seemed that Java just runs further until it hits one of Java breakpoints; although now I'm not quite sure).

This happens when the debugging view is closed.

This happens more frequently if I do debugging several times and less frequently when I just open IDE and do a debugging. 

My use case is very simple: a simple 1-class Java application, a simple .so that implements a native method; Java breakpoint at this method call, when it's hit, press F7 - and hope to get into native.

I'm attaching a gdb log.
Comment 1 Vladimir Kvashin 2015-10-18 10:18:01 UTC
Created attachment 156772 [details]
gdb  log
Comment 2 Vladimir Kvashin 2015-10-18 10:24:44 UTC
Although unstable, this bug seems very important to me. At least that's exactly the bug that prevented me from demoing mixed dev to an important customer.
Comment 3 Vladimir Kvashin 2015-10-20 09:37:39 UTC
It seems that with gdb 7.10 everything works OK.
But let me double check prior than closing the issue.
Comment 4 Vladimir Kvashin 2015-12-02 12:21:11 UTC
with gdb 7.10 everything works OK