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 268086 - "Reverse Debugging" doesn't work on Ubuntu 16.04
Summary: "Reverse Debugging" doesn't work on Ubuntu 16.04
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-18 19:42 UTC by soldatov
Modified: 2017-04-03 17:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
GDB log (16.10 KB, text/plain)
2016-09-18 19:42 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2016-09-18 19:42:11 UTC
Created attachment 162099 [details]
GDB log

Ubuntu 16.04
GCC 5.4.0
GDB 7.11.1

Scenario:
- Create Welcome project
- Set line breakpoint at line 39
- Call Project Properties window
- Set Debug|Reverse Debugging = true
- Press OK button
- Push Debug button
===> "Signal Caught" window appears

I see "Signal received: 0 (Signal 0)" and "Only signals 1-15 are valid as numeric signals.\nUse \"info signals\" for a list of symbolic signals." warnings.
Comment 1 soldatov 2016-09-18 20:36:51 UTC
I think I found same bug report: https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1573786