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 242825

Summary: SIGTRAP window appears if Debugging tab are activated
Product: cnd Reporter: soldatov <soldatov>
Component: DebuggerAssignee: henk89
Status: VERIFIED FIXED    
Severity: normal    
Priority: P2    
Version: 8.0   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2014-03-12 11:02:08 UTC
From issue 242513

Solaris 11.1, GCC 4.8.2, GDB 7.6.2
Scenario:
- Create Welcome project
- Push Step Into 
- Push Window|Debugging|Debugging menu item
- Push Step Over
===> message appears:
===================================================================================
Signal received: SIGTRAP (Trace/breakpoint trap)
For program welcome_1, pid 29,663

You may discard the signal or forward it and you may continue or pause the process
===================================================================================
Comment 1 henk89 2014-04-18 12:21:49 UTC
fixed in (as part of another bug):
http://hg.netbeans.org/cnd-main/rev/df5d32fc4165

Now you can toggle on the ignore check box in order to omit next signal raises.
Comment 2 soldatov 2014-04-22 09:17:15 UTC
verified

fixed scenario:
- Create Welcome
- Open welcome.cc file
- Set line breakpoint at 41th line
- Press "Debug Project" button
- Push Window|Debugging|Debugging menu item
- Push Step Over
===> dialog appears

before fix:
- Push "Discard and Continue"
- Push Step Over
- Push "Discard and Continue"
- Push Step Over
- Push "Discard and Continue"
- Push Step Over
......

now:
- Set "Don't Catch this Signal Again" checkbox
- Push "Discard and Continue"
- Push Step Over
- Push Step Over
- Push Step Over
......
Comment 3 soldatov 2014-04-22 09:19:22 UTC
verified in trunk build 201404220001