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 243957 - A lot of "Signal Stop\tPrint\tPass to program\tDescription\n" lines after Step into
Summary: A lot of "Signal Stop\tPrint\tPass to program\tDescription\n" lines af...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0.1
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-21 08:51 UTC by soldatov
Modified: 2015-02-25 10:31 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-04-21 08:51:00 UTC
Scenario:
- Create Welcome
- Push Step Into
- Open Debugger Console tab
===> a lot "Signal        Stop\tPrint\tPass to program\tDescription\n" lines

~"<http://www.gnu.org/software/gdb/bugs/>.\n"
(gdb) 
~"Signal        Stop\tPrint\tPass to program\tDescription\n"
~"\n"
~"SIGHUP        Yes\tYes\tYes\t\tHangup\n"
~"SIGINT        Yes\tYes\tNo\t\tInterrupt\n"
~"SIGQUIT       Yes\tYes\tYes\t\tQuit\n"
~"SIGILL        Yes\tYes\tYes\t\tIllegal instruction\n"
~"SIGTRAP       Yes\tYes\tNo\t\tTrace/breakpoint trap\n"
~"SIGABRT       Yes\tYes\tYes\t\tAborted\n"
~"SIGEMT        Yes\tYes\tYes\t\tEmulation trap\n"
~"SIGFPE        Yes\tYes\tYes\t\tArithmetic exception\n"
~"SIGKILL       Yes\tYes\tYes\t\tKilled\n"
~"SIGBUS        Yes\tYes\tYes\t\tBus error\n"
~"SIGSEGV       Yes\tYes\tYes\t\tSegmentation fault\n"
.....
.....
~"SIG126        Yes\tYes\tYes\t\tReal-time event 126\n"
~"SIG127        Yes\tYes\tYes\t\tReal-time event 127\n"
~"SIGINFO       Yes\tYes\tYes\t\tInformation request\n"
~"EXC_BAD_ACCESS Yes\tYes\tYes\t\tCould not access memory\n"
~"EXC_BAD_INSTRUCTION Yes\tYes\tYes\t\tIllegal instruction/operand\n"
~"EXC_ARITHMETIC Yes\tYes\tYes\t\tArithmetic exception\n"
~"EXC_EMULATION Yes\tYes\tYes\t\tEmulation instruction\n"
~"EXC_SOFTWARE  Yes\tYes\tYes\t\tSoftware generated exception\n"
~"EXC_BREAKPOINT Yes\tYes\tYes\t\tBreakpoint\n"
~"\nUse the \"handle\" command to change these tables.\n"
(gdb) 
~"Working directory /export/files/NB/Welcome_2.\n"
(gdb) 
~"[Thread debugging using libthread_db enabled]\n"
~"[New Thread 1 (LWP 1)]\n"
~"[Switching to Thread 1 (LWP 1)]\n"
Comment 2 Quality Engineering 2015-01-22 03:59:01 UTC
Integrated into 'main-silver', will be available in build *201501220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cdc8b7904840
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #243957 - A lot of "Signal Stop\tPrint\tPass to program\tDescription\n" lines after Step into
Comment 3 soldatov 2015-02-24 08:46:19 UTC
verified in trunk

>System Info: 
  Product Version         = NetBeans IDE Dev (Build 201502240532) (#d6aa48dbbbfb)
Comment 4 soldatov 2015-02-25 10:31:17 UTC
verified in NetBeans IDE 8.0.2 (Build 201502242207)