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

Summary: "Reverse Debugging" doesn't work on Ubuntu 16.04
Product: cnd Reporter: soldatov <soldatov>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: GDB log

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