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 - SIGTRAP window appears if Debugging tab are activated
Summary: SIGTRAP window appears if Debugging tab are activated
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 11:02 UTC by soldatov
Modified: 2014-04-22 16:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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