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 253213 - Breakpoint markers, current line, etc. is not shown in debug mode
Summary: Breakpoint markers, current line, etc. is not shown in debug mode
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 17:57 UTC by xhpohanka
Modified: 2017-08-30 17:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of the issue (129.06 KB, image/png)
2015-06-26 17:57 UTC, xhpohanka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xhpohanka 2015-06-26 17:57:56 UTC
Created attachment 154408 [details]
screenshot of the issue

I'm trying to debug small test c++ project. 

When I start debugging, the progress bar in status area is still running and important markers do not show up in editor. For example current line is not highlighted, breakpoints are not shown in line numbers column, etc.

The rest of debugging works normally. On attached picture there is a breakpoint on line 38, and 42 is the current position.
Comment 1 xhpohanka 2015-06-26 17:59:46 UTC
Tested on Archlinux, gdb version 7.9.1, Intel integrated graphics (i915)
Comment 2 soldatov 2015-06-26 19:24:18 UTC
If you describes any problem in debugger, then GDB log should be attached too. Path to log  can be found in "Debugger Console" tab (Window|Debugging|Debugger Console menu item).
Comment 3 xhpohanka 2015-06-26 21:45:36 UTC
here you are...
I do not see any problem here. Just GUI do not react as expected...

This log is saved to: /tmp/gdb-cmds8781135600373558161.log
NB build: 201411102027
~"GNU gdb (GDB) 7.9.1\n"
~"Copyright (C) 2015 Free Software Foundation, Inc.\n"
~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\nand \"show warranty\" for details.\n"
~"This GDB was configured as \"x86_64-unknown-linux-gnu\".\nType \"show configuration\" for configuration details."
~"\nFor bug reporting instructions, please see:\n"
~"<http://www.gnu.org/software/gdb/bugs/>.\n"
~"Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
~"For help, type \"help\".\n"
~"Type \"apropos word\" to search for commands related to \"word\".\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"
~"SIGSYS        Yes\tYes\tYes\t\tBad system call\n"
~"SIGPIPE       Yes\tYes\tYes\t\tBroken pipe\n"
~"SIGALRM       No\tNo\tYes\t\tAlarm clock\n"
~"SIGTERM       Yes\tYes\tYes\t\tTerminated\n"
~"SIGURG        No\tNo\tYes\t\tUrgent I/O condition\n"
~"SIGSTOP       Yes\tYes\tYes\t\tStopped (signal)\n"
~"SIGTSTP       Yes\tYes\tYes\t\tStopped (user)\n"
~"SIGCONT       Yes\tYes\tYes\t\tContinued\n"
~"SIGCHLD       No\tNo\tYes\t\tChild status changed\n"
~"SIGTTIN       Yes\tYes\tYes\t\tStopped (tty input)\n"
~"SIGTTOU       Yes\tYes\tYes\t\tStopped (tty output)\n"
~"SIGIO         No\tNo\tYes\t\tI/O possible\n"
~"SIGXCPU       Yes\tYes\tYes\t\tCPU time limit exceeded\n"
~"SIGXFSZ       Yes\tYes\tYes\t\tFile size limit exceeded\n"
~"SIGVTALRM     No\tNo\tYes\t\tVirtual timer expired\n"
~"SIGPROF       No\tNo\tYes\t\tProfiling timer expired\n"
~"SIGWINCH      No\tNo\tYes\t\tWindow size changed\n"
~"SIGLOST       Yes\tYes\tYes\t\tResource lost\n"
~"SIGUSR1       Yes\tYes\tYes\t\tUser defined signal 1\n"
~"SIGUSR2       Yes\tYes\tYes\t\tUser defined signal 2\n"
~"SIGPWR        Yes\tYes\tYes\t\tPower fail/restart\n"
~"SIGPOLL       No\tNo\tYes\t\tPollable event occurred\n"
~"SIGWIND       Yes\tYes\tYes\t\tSIGWIND\n"
~"SIGPHONE      Yes\tYes\tYes\t\tSIGPHONE\n"
~"SIGWAITING    No\tNo\tYes\t\tProcess's LWPs are blocked\n"
~"SIGLWP        No\tNo\tYes\t\tSignal LWP\n"
~"SIGDANGER     Yes\tYes\tYes\t\tSwap space dangerously low\n"
~"SIGGRANT      Yes\tYes\tYes\t\tMonitor mode granted\n"
~"SIGRETRACT    Yes\tYes\tYes\t\tNeed to relinquish monitor mode\n"
~"SIGMSG        Yes\tYes\tYes\t\tMonitor mode data available\n"
~"SIGSOUND      Yes\tYes\tYes\t\tSound completed\n"
~"SIGSAK        Yes\tYes\tYes\t\tSecure attention\n"
~"SIGPRIO       No\tNo\tYes\t\tSIGPRIO\n"
~"SIG33         Yes\tYes\tYes\t\tReal-time event 33\n"
~"SIG34         Yes\tYes\tYes\t\tReal-time event 34\n"
~"SIG35         Yes\tYes\tYes\t\tReal-time event 35\n"
~"SIG36         Yes\tYes\tYes\t\tReal-time event 36\n"
~"SIG37         Yes\tYes\tYes\t\tReal-time event 37\n"
~"SIG38         Yes\tYes\tYes\t\tReal-time event 38\n"
~"SIG39         Yes\tYes\tYes\t\tReal-time event 39\n"
~"SIG40         Yes\tYes\tYes\t\tReal-time event 40\n"
~"SIG41         Yes\tYes\tYes\t\tReal-time event 41\n"
~"SIG42         Yes\tYes\tYes\t\tReal-time event 42\n"
~"SIG43         Yes\tYes\tYes\t\tReal-time event 43\n"
~"SIG44         Yes\tYes\tYes\t\tReal-time event 44\n"
~"SIG45         Yes\tYes\tYes\t\tReal-time event 45\n"
~"SIG46         Yes\tYes\tYes\t\tReal-time event 46\n"
~"SIG47         Yes\tYes\tYes\t\tReal-time event 47\n"
~"SIG48         Yes\tYes\tYes\t\tReal-time event 48\n"
~"SIG49         Yes\tYes\tYes\t\tReal-time event 49\n"
~"SIG50         Yes\tYes\tYes\t\tReal-time event 50\n"
~"SIG51         Yes\tYes\tYes\t\tReal-time event 51\n"
~"SIG52         Yes\tYes\tYes\t\tReal-time event 52\n"
~"SIG53         Yes\tYes\tYes\t\tReal-time event 53\n"
~"SIG54         Yes\tYes\tYes\t\tReal-time event 54\n"
~"SIG55         Yes\tYes\tYes\t\tReal-time event 55\n"
~"SIG56         Yes\tYes\tYes\t\tReal-time event 56\n"
~"SIG57         Yes\tYes\tYes\t\tReal-time event 57\n"
~"SIG58         Yes\tYes\tYes\t\tReal-time event 58\n"
~"SIG59         Yes\tYes\tYes\t\tReal-time event 59\n"
~"SIG60         Yes\tYes\tYes\t\tReal-time event 60\n"
~"SIG61         Yes\tYes\tYes\t\tReal-time event 61\n"
~"SIG62         Yes\tYes\tYes\t\tReal-time event 62\n"
~"SIG63         Yes\tYes\tYes\t\tReal-time event 63\n"
~"SIGCANCEL     No\tNo\tYes\t\tLWP internal signal\n"
~"SIG32         Yes\tYes\tYes\t\tReal-time event 32\n"
~"SIG64         Yes\tYes\tYes\t\tReal-time event 64\n"
~"SIG65         Yes\tYes\tYes\t\tReal-time event 65\n"
~"SIG66         Yes\tYes\tYes\t\tReal-time event 66\n"
~"SIG67         Yes\tYes\tYes\t\tReal-time event 67\n"
~"SIG68         Yes\tYes\tYes\t\tReal-time event 68\n"
~"SIG69         Yes\tYes\tYes\t\tReal-time event 69\n"
~"SIG70         Yes\tYes\tYes\t\tReal-time event 70\n"
~"SIG71         Yes\tYes\tYes\t\tReal-time event 71\n"
~"SIG72         Yes\tYes\tYes\t\tReal-time event 72\n"
~"SIG73         Yes\tYes\tYes\t\tReal-time event 73\n"
~"SIG74         Yes\tYes\tYes\t\tReal-time event 74\n"
~"SIG75         Yes\tYes\tYes\t\tReal-time event 75\n"
~"SIG76         Yes\tYes\tYes\t\tReal-time event 76\n"
~"SIG77         Yes\tYes\tYes\t\tReal-time event 77\n"
~"SIG78         Yes\tYes\tYes\t\tReal-time event 78\n"
~"SIG79         Yes\tYes\tYes\t\tReal-time event 79\n"
~"SIG80         Yes\tYes\tYes\t\tReal-time event 80\n"
~"SIG81         Yes\tYes\tYes\t\tReal-time event 81\n"
~"SIG82         Yes\tYes\tYes\t\tReal-time event 82\n"
~"SIG83         Yes\tYes\tYes\t\tReal-time event 83\n"
~"SIG84         Yes\tYes\tYes\t\tReal-time event 84\n"
~"SIG85         Yes\tYes\tYes\t\tReal-time event 85\n"
~"SIG86         Yes\tYes\tYes\t\tReal-time event 86\n"
~"SIG87         Yes\tYes\tYes\t\tReal-time event 87\n"
~"SIG88         Yes\tYes\tYes\t\tReal-time event 88\n"
~"SIG89         Yes\tYes\tYes\t\tReal-time event 89\n"
~"SIG90         Yes\tYes\tYes\t\tReal-time event 90\n"
~"SIG91         Yes\tYes\tYes\t\tReal-time event 91\n"
~"SIG92         Yes\tYes\tYes\t\tReal-time event 92\n"
~"SIG93         Yes\tYes\tYes\t\tReal-time event 93\n"
~"SIG94         Yes\tYes\tYes\t\tReal-time event 94\n"
~"SIG95         Yes\tYes\tYes\t\tReal-time event 95\n"
~"SIG96         Yes\tYes\tYes\t\tReal-time event 96\n"
~"SIG97         Yes\tYes\tYes\t\tReal-time event 97\n"
~"SIG98         Yes\tYes\tYes\t\tReal-time event 98\n"
~"SIG99         Yes\tYes\tYes\t\tReal-time event 99\n"
~"SIG100        Yes\tYes\tYes\t\tReal-time event 100\n"
~"SIG101        Yes\tYes\tYes\t\tReal-time event 101\n"
~"SIG102        Yes\tYes\tYes\t\tReal-time event 102\n"
~"SIG103        Yes\tYes\tYes\t\tReal-time event 103\n"
~"SIG104        Yes\tYes\tYes\t\tReal-time event 104\n"
~"SIG105        Yes\tYes\tYes\t\tReal-time event 105\n"
~"SIG106        Yes\tYes\tYes\t\tReal-time event 106\n"
~"SIG107        Yes\tYes\tYes\t\tReal-time event 107\n"
~"SIG108        Yes\tYes\tYes\t\tReal-time event 108\n"
~"SIG109        Yes\tYes\tYes\t\tReal-time event 109\n"
~"SIG110        Yes\tYes\tYes\t\tReal-time event 110\n"
~"SIG111        Yes\tYes\tYes\t\tReal-time event 111\n"
~"SIG112        Yes\tYes\tYes\t\tReal-time event 112\n"
~"SIG113        Yes\tYes\tYes\t\tReal-time event 113\n"
~"SIG114        Yes\tYes\tYes\t\tReal-time event 114\n"
~"SIG115        Yes\tYes\tYes\t\tReal-time event 115\n"
~"SIG116        Yes\tYes\tYes\t\tReal-time event 116\n"
~"SIG117        Yes\tYes\tYes\t\tReal-time event 117\n"
~"SIG118        Yes\tYes\tYes\t\tReal-time event 118\n"
~"SIG119        Yes\tYes\tYes\t\tReal-time event 119\n"
~"SIG120        Yes\tYes\tYes\t\tReal-time event 120\n"
~"SIG121        Yes\tYes\tYes\t\tReal-time event 121\n"
~"SIG122        Yes\tYes\tYes\t\tReal-time event 122\n"
~"SIG123        Yes\tYes\tYes\t\tReal-time event 123\n"
~"SIG124        Yes\tYes\tYes\t\tReal-time event 124\n"
~"SIG125        Yes\tYes\tYes\t\tReal-time event 125\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 /home/work/dev/netbeans-test/cpp_test.\n"
(gdb) 
~"\nTemporary breakpoint "
~"2, 0x0000000000400d50 in _start ()\n"
(gdb) 
~"\nBreakpoint "
~"1, main () at main.cpp:38\n"
~"38\t    vector<Test> vec;\n"
(gdb)
Comment 4 henk89 2015-06-29 14:39:14 UTC
Please follow the steps described to provide a correct log.
Comment 5 xhpohanka 2015-06-29 15:18:10 UTC
Excuse me, I missed the line with log path...


This log is saved to: /tmp/gdb-cmds1575062998610705449.log

NB build: 201411102027

=thread-group-added,id="i1"
~"GNU gdb (GDB) 7.9.1\n"
~"Copyright (C) 2015 Free Software Foundation, Inc.\n"
~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\nand \"show warranty\" for details.\n"
~"This GDB was configured as \"x86_64-unknown-linux-gnu\".\nType \"show configuration\" for configuration details."
~"\nFor bug reporting instructions, please see:\n"
~"<http://www.gnu.org/software/gdb/bugs/>.\n"
~"Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
~"For help, type \"help\".\n"
~"Type \"apropos word\" to search for commands related to \"word\".\n"
=cmd-param-changed,param="print pretty",value="on"
=cmd-param-changed,param="print object",value="on"
=cmd-param-changed,param="print vtbl",value="on"
=cmd-param-changed,param="demangle-style",value="gnu-v3"
(gdb) 
2-list-features
3info signals
4-gdb-set print repeat 0
5-gdb-set backtrace limit 1024
6-gdb-set print elements 400
7-gdb-set follow-fork-mode parent
8-gdb-set detach-on-fork on
9-enable-pretty-printing
10-file-exec-and-symbols  "/home/honza/dev/netbeans-test/cpp_test/dist/Debug/GNU-Linux-x86/cpp_test"
2^done,features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info","language-option","info-gdb-mi-command","undefined-command-error-code","exec-run-start-option","python"]
(gdb) 
&"info signals\n"
~"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"
~"SIGSYS        Yes\tYes\tYes\t\tBad system call\n"
~"SIGPIPE       Yes\tYes\tYes\t\tBroken pipe\n"
~"SIGALRM       No\tNo\tYes\t\tAlarm clock\n"
~"SIGTERM       Yes\tYes\tYes\t\tTerminated\n"
~"SIGURG        No\tNo\tYes\t\tUrgent I/O condition\n"
~"SIGSTOP       Yes\tYes\tYes\t\tStopped (signal)\n"
~"SIGTSTP       Yes\tYes\tYes\t\tStopped (user)\n"
~"SIGCONT       Yes\tYes\tYes\t\tContinued\n"
~"SIGCHLD       No\tNo\tYes\t\tChild status changed\n"
~"SIGTTIN       Yes\tYes\tYes\t\tStopped (tty input)\n"
~"SIGTTOU       Yes\tYes\tYes\t\tStopped (tty output)\n"
~"SIGIO         No\tNo\tYes\t\tI/O possible\n"
~"SIGXCPU       Yes\tYes\tYes\t\tCPU time limit exceeded\n"
~"SIGXFSZ       Yes\tYes\tYes\t\tFile size limit exceeded\n"
~"SIGVTALRM     No\tNo\tYes\t\tVirtual timer expired\n"
~"SIGPROF       No\tNo\tYes\t\tProfiling timer expired\n"
~"SIGWINCH      No\tNo\tYes\t\tWindow size changed\n"
~"SIGLOST       Yes\tYes\tYes\t\tResource lost\n"
~"SIGUSR1       Yes\tYes\tYes\t\tUser defined signal 1\n"
~"SIGUSR2       Yes\tYes\tYes\t\tUser defined signal 2\n"
~"SIGPWR        Yes\tYes\tYes\t\tPower fail/restart\n"
~"SIGPOLL       No\tNo\tYes\t\tPollable event occurred\n"
~"SIGWIND       Yes\tYes\tYes\t\tSIGWIND\n"
~"SIGPHONE      Yes\tYes\tYes\t\tSIGPHONE\n"
~"SIGWAITING    No\tNo\tYes\t\tProcess's LWPs are blocked\n"
~"SIGLWP        No\tNo\tYes\t\tSignal LWP\n"
~"SIGDANGER     Yes\tYes\tYes\t\tSwap space dangerously low\n"
~"SIGGRANT      Yes\tYes\tYes\t\tMonitor mode granted\n"
~"SIGRETRACT    Yes\tYes\tYes\t\tNeed to relinquish monitor mode\n"
~"SIGMSG        Yes\tYes\tYes\t\tMonitor mode data available\n"
~"SIGSOUND      Yes\tYes\tYes\t\tSound completed\n"
~"SIGSAK        Yes\tYes\tYes\t\tSecure attention\n"
~"SIGPRIO       No\tNo\tYes\t\tSIGPRIO\n"
~"SIG33         Yes\tYes\tYes\t\tReal-time event 33\n"
~"SIG34         Yes\tYes\tYes\t\tReal-time event 34\n"
~"SIG35         Yes\tYes\tYes\t\tReal-time event 35\n"
~"SIG36         Yes\tYes\tYes\t\tReal-time event 36\n"
~"SIG37         Yes\tYes\tYes\t\tReal-time event 37\n"
~"SIG38         Yes\tYes\tYes\t\tReal-time event 38\n"
~"SIG39         Yes\tYes\tYes\t\tReal-time event 39\n"
~"SIG40         Yes\tYes\tYes\t\tReal-time event 40\n"
~"SIG41         Yes\tYes\tYes\t\tReal-time event 41\n"
~"SIG42         Yes\tYes\tYes\t\tReal-time event 42\n"
~"SIG43         Yes\tYes\tYes\t\tReal-time event 43\n"
~"SIG44         Yes\tYes\tYes\t\tReal-time event 44\n"
~"SIG45         Yes\tYes\tYes\t\tReal-time event 45\n"
~"SIG46         Yes\tYes\tYes\t\tReal-time event 46\n"
~"SIG47         Yes\tYes\tYes\t\tReal-time event 47\n"
~"SIG48         Yes\tYes\tYes\t\tReal-time event 48\n"
~"SIG49         Yes\tYes\tYes\t\tReal-time event 49\n"
~"SIG50         Yes\tYes\tYes\t\tReal-time event 50\n"
~"SIG51         Yes\tYes\tYes\t\tReal-time event 51\n"
~"SIG52         Yes\tYes\tYes\t\tReal-time event 52\n"
~"SIG53         Yes\tYes\tYes\t\tReal-time event 53\n"
~"SIG54         Yes\tYes\tYes\t\tReal-time event 54\n"
~"SIG55         Yes\tYes\tYes\t\tReal-time event 55\n"
~"SIG56         Yes\tYes\tYes\t\tReal-time event 56\n"
~"SIG57         Yes\tYes\tYes\t\tReal-time event 57\n"
~"SIG58         Yes\tYes\tYes\t\tReal-time event 58\n"
~"SIG59         Yes\tYes\tYes\t\tReal-time event 59\n"
~"SIG60         Yes\tYes\tYes\t\tReal-time event 60\n"
~"SIG61         Yes\tYes\tYes\t\tReal-time event 61\n"
~"SIG62         Yes\tYes\tYes\t\tReal-time event 62\n"
~"SIG63         Yes\tYes\tYes\t\tReal-time event 63\n"
~"SIGCANCEL     No\tNo\tYes\t\tLWP internal signal\n"
~"SIG32         Yes\tYes\tYes\t\tReal-time event 32\n"
~"SIG64         Yes\tYes\tYes\t\tReal-time event 64\n"
~"SIG65         Yes\tYes\tYes\t\tReal-time event 65\n"
~"SIG66         Yes\tYes\tYes\t\tReal-time event 66\n"
~"SIG67         Yes\tYes\tYes\t\tReal-time event 67\n"
~"SIG68         Yes\tYes\tYes\t\tReal-time event 68\n"
~"SIG69         Yes\tYes\tYes\t\tReal-time event 69\n"
~"SIG70         Yes\tYes\tYes\t\tReal-time event 70\n"
~"SIG71         Yes\tYes\tYes\t\tReal-time event 71\n"
~"SIG72         Yes\tYes\tYes\t\tReal-time event 72\n"
~"SIG73         Yes\tYes\tYes\t\tReal-time event 73\n"
~"SIG74         Yes\tYes\tYes\t\tReal-time event 74\n"
~"SIG75         Yes\tYes\tYes\t\tReal-time event 75\n"
~"SIG76         Yes\tYes\tYes\t\tReal-time event 76\n"
~"SIG77         Yes\tYes\tYes\t\tReal-time event 77\n"
~"SIG78         Yes\tYes\tYes\t\tReal-time event 78\n"
~"SIG79         Yes\tYes\tYes\t\tReal-time event 79\n"
~"SIG80         Yes\tYes\tYes\t\tReal-time event 80\n"
~"SIG81         Yes\tYes\tYes\t\tReal-time event 81\n"
~"SIG82         Yes\tYes\tYes\t\tReal-time event 82\n"
~"SIG83         Yes\tYes\tYes\t\tReal-time event 83\n"
~"SIG84         Yes\tYes\tYes\t\tReal-time event 84\n"
~"SIG85         Yes\tYes\tYes\t\tReal-time event 85\n"
~"SIG86         Yes\tYes\tYes\t\tReal-time event 86\n"
~"SIG87         Yes\tYes\tYes\t\tReal-time event 87\n"
~"SIG88         Yes\tYes\tYes\t\tReal-time event 88\n"
~"SIG89         Yes\tYes\tYes\t\tReal-time event 89\n"
~"SIG90         Yes\tYes\tYes\t\tReal-time event 90\n"
~"SIG91         Yes\tYes\tYes\t\tReal-time event 91\n"
~"SIG92         Yes\tYes\tYes\t\tReal-time event 92\n"
~"SIG93         Yes\tYes\tYes\t\tReal-time event 93\n"
~"SIG94         Yes\tYes\tYes\t\tReal-time event 94\n"
~"SIG95         Yes\tYes\tYes\t\tReal-time event 95\n"
~"SIG96         Yes\tYes\tYes\t\tReal-time event 96\n"
~"SIG97         Yes\tYes\tYes\t\tReal-time event 97\n"
~"SIG98         Yes\tYes\tYes\t\tReal-time event 98\n"
~"SIG99         Yes\tYes\tYes\t\tReal-time event 99\n"
~"SIG100        Yes\tYes\tYes\t\tReal-time event 100\n"
~"SIG101        Yes\tYes\tYes\t\tReal-time event 101\n"
~"SIG102        Yes\tYes\tYes\t\tReal-time event 102\n"
~"SIG103        Yes\tYes\tYes\t\tReal-time event 103\n"
~"SIG104        Yes\tYes\tYes\t\tReal-time event 104\n"
~"SIG105        Yes\tYes\tYes\t\tReal-time event 105\n"
~"SIG106        Yes\tYes\tYes\t\tReal-time event 106\n"
~"SIG107        Yes\tYes\tYes\t\tReal-time event 107\n"
~"SIG108        Yes\tYes\tYes\t\tReal-time event 108\n"
~"SIG109        Yes\tYes\tYes\t\tReal-time event 109\n"
~"SIG110        Yes\tYes\tYes\t\tReal-time event 110\n"
~"SIG111        Yes\tYes\tYes\t\tReal-time event 111\n"
~"SIG112        Yes\tYes\tYes\t\tReal-time event 112\n"
~"SIG113        Yes\tYes\tYes\t\tReal-time event 113\n"
~"SIG114        Yes\tYes\tYes\t\tReal-time event 114\n"
~"SIG115        Yes\tYes\tYes\t\tReal-time event 115\n"
~"SIG116        Yes\tYes\tYes\t\tReal-time event 116\n"
~"SIG117        Yes\tYes\tYes\t\tReal-time event 117\n"
~"SIG118        Yes\tYes\tYes\t\tReal-time event 118\n"
~"SIG119        Yes\tYes\tYes\t\tReal-time event 119\n"
~"SIG120        Yes\tYes\tYes\t\tReal-time event 120\n"
~"SIG121        Yes\tYes\tYes\t\tReal-time event 121\n"
~"SIG122        Yes\tYes\tYes\t\tReal-time event 122\n"
~"SIG123        Yes\tYes\tYes\t\tReal-time event 123\n"
~"SIG124        Yes\tYes\tYes\t\tReal-time event 124\n"
~"SIG125        Yes\tYes\tYes\t\tReal-time event 125\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"
3^done
(gdb) 
4^done
(gdb) 
5^done
(gdb) 
6^done
(gdb) 
7^done
(gdb) 
8^done
(gdb) 
9^done
(gdb) 
10^done
11cd /home/work/dev/netbeans-test/cpp_test
12-exec-arguments 
13-break-insert -f "/home/honza/dev/netbeans-test/cpp_test/main.cpp:38"
14-break-insert -f "/home/honza/dev/netbeans-test/cpp_test/main.cpp:42"
(gdb) 
&"cd /home/work/dev/netbeans-test/cpp_test\n"
~"Working directory /home/work/dev/netbeans-test/cpp_test.\n"
11^done
(gdb) 
12^done
(gdb) 
13^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000400eef",func="main()",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="38",thread-groups=["i1"],times="0",original-location="/home/honza/dev/netbeans-test/cpp_test/main.cpp:38"}
(gdb) 
14^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000400f1c",func="main()",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="42",thread-groups=["i1"],times="0",original-location="/home/honza/dev/netbeans-test/cpp_test/main.cpp:42"}
(gdb) 
15-break-insert -t _start
15^done,bkpt={number="3",type="breakpoint",disp="del",enabled="y",addr="0x0000000000400d50",at="<_start>",thread-groups=["i1"],times="0",original-location="_start"}
16-exec-run
(gdb) 
=thread-group-started,id="i1",pid="2849"
=thread-created,id="1",group-id="i1"
=library-loaded,id="/lib64/ld-linux-x86-64.so.2",target-name="/lib64/ld-linux-x86-64.so.2",host-name="/lib64/ld-linux-x86-64.so.2",symbols-loaded="0",thread-group="i1"
16^running
*running,thread-id="all"
(gdb) 
=library-loaded,id="/lib/libstdc++.so.6",target-name="/lib/libstdc++.so.6",host-name="/lib/libstdc++.so.6",symbols-loaded="0",thread-group="i1"
=library-loaded,id="/lib/libm.so.6",target-name="/lib/libm.so.6",host-name="/lib/libm.so.6",symbols-loaded="0",thread-group="i1"
=library-loaded,id="/lib/libgcc_s.so.1",target-name="/lib/libgcc_s.so.1",host-name="/lib/libgcc_s.so.1",symbols-loaded="0",thread-group="i1"
=library-loaded,id="/lib/libc.so.6",target-name="/lib/libc.so.6",host-name="/lib/libc.so.6",symbols-loaded="0",thread-group="i1"
=breakpoint-modified,bkpt={number="3",type="breakpoint",disp="del",enabled="y",addr="0x0000000000400d50",at="<_start>",thread-groups=["i1"],times="1",original-location="_start"}
~"\nTemporary breakpoint "
~"3, 0x0000000000400d50 in _start ()\n"
*stopped,reason="breakpoint-hit",disp="del",bkptno="3",frame={addr="0x0000000000400d50",func="_start",args=[]},thread-id="1",stopped-threads="all",core="3"
17-exec-continue
=breakpoint-deleted,id="3"
(gdb) 
17^running
No answer for: 16-exec-run

*running,thread-id="all"
(gdb) 
=breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000400eef",func="main()",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="38",thread-groups=["i1"],times="1",original-location="/home/honza/dev/netbeans-test/cpp_test/main.cpp:38"}
~"\nBreakpoint "
~"1, main () at main.cpp:38\n"
~"38\t    vector<Test> vec;\n"
*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame={addr="0x0000000000400eef",func="main",args=[],file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="38"},thread-id="1",stopped-threads="all",core="2"
18-stack-list-frames
(gdb) 
18^done,stack=[frame={level="0",addr="0x0000000000400eef",func="main",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="38"}]
No answer for: 17-exec-continue

19-stack-list-arguments 1
(gdb) 
19^done,stack-args=[frame={level="0",args=[]}]
(gdb) 
20-exec-next
20^running
*running,thread-id="all"
(gdb) 
=breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000400eef",func="main()",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="38",thread-groups=["i1"],times="2",original-location="/home/honza/dev/netbeans-test/cpp_test/main.cpp:38"}
*stopped,reason="end-stepping-range",frame={addr="0x0000000000400efe",func="main",args=[],file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="39"},thread-id="1",stopped-threads="all",core="3"
21-stack-list-frames
(gdb) 
21^done,stack=[frame={level="0",addr="0x0000000000400efe",func="main",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="39"}]
No answer for: 20-exec-next

22-stack-list-arguments 1
(gdb) 
22^done,stack-args=[frame={level="0",args=[]}]
(gdb) 
23-exec-next
23^running
*running,thread-id="all"
(gdb) 
*stopped,reason="end-stepping-range",frame={addr="0x0000000000400f0d",func="main",args=[],file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="40"},thread-id="1",stopped-threads="all",core="1"
24-stack-list-frames
(gdb) 
24^done,stack=[frame={level="0",addr="0x0000000000400f0d",func="main",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="40"}]
No answer for: 23-exec-next

25-stack-list-arguments 1
(gdb) 
25^done,stack-args=[frame={level="0",args=[]}]
(gdb) 
26-exec-next
26^running
*running,thread-id="all"
(gdb) 
=breakpoint-modified,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000400f1c",func="main()",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="42",thread-groups=["i1"],times="1",original-location="/home/honza/dev/netbeans-test/cpp_test/main.cpp:42"}
~"\nBreakpoint "
~"2, main () at main.cpp:42\n"
~"42\t    auto x = make_shared<Test>(1, 5);\n"
*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame={addr="0x0000000000400f1c",func="main",args=[],file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="42"},thread-id="1",stopped-threads="all",core="1"
27-stack-list-frames
(gdb) 
27^done,stack=[frame={level="0",addr="0x0000000000400f1c",func="main",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="42"}]
No answer for: 26-exec-next

28-stack-list-arguments 1
(gdb) 
28^done,stack-args=[frame={level="0",args=[]}]
(gdb)
Comment 6 henk89 2015-07-13 10:35:47 UTC
Could you please attach messages.log too? (http://wiki.netbeans.org/FaqLogMessagesFile)
Comment 7 xhpohanka 2015-07-13 10:52:10 UTC
-------------------------------------------------------------------------------
>Log Session: Monday, June 29, 2015 5:10:57 PM CEST
>System Info: 
  Product Version         = NetBeans IDE 8.0.2 (Build 201411102027) (#9d7b6a376346)
  Operating System        = Linux version 4.0.6-1-ARCH running on amd64
  Java; VM; Vendor        = 1.7.0_79; OpenJDK 64-Bit Server VM 24.79-b02; Oracle Corporation
  Runtime                 = OpenJDK Runtime Environment 1.7.0_79-b14
  Java Home               = /usr/lib/jvm/java-7-openjdk/jre
  System Locale; Encoding = cs_CZ (nb); UTF-8
  Home Directory          = /home/honza
  Current Directory       = /home/honza
  User Directory          = /home/honza/.netbeans/8.0.2
  Cache Directory         = /home/honza/.cache/netbeans/8.0.2
  Installation            = /usr/share/netbeans/nb
                            /usr/share/netbeans/ergonomics
                            /usr/share/netbeans/ide
                            /usr/share/netbeans/extide
                            /usr/share/netbeans/java
                            /usr/share/netbeans/apisupport
                            /usr/share/netbeans/webcommon
                            /usr/share/netbeans/websvccommon
                            /usr/share/netbeans/enterprise
                            /usr/share/netbeans/mobility
                            /usr/share/netbeans/profiler
                            /usr/share/netbeans/php
                            /usr/share/netbeans/harness
                            /usr/share/netbeans/cnd
                            /usr/share/netbeans/dlight
                            /usr/share/netbeans/groovy
                            /usr/share/netbeans/javacard
                            /usr/share/netbeans/javafx
                            /usr/share/netbeans/platform
  Boot & Ext. Classpath   = /usr/lib/jvm/java-7-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/jfr.jar:/usr/lib/jvm/java-7-openjdk/jre/classes:/usr/lib/jvm/java-7-openjdk/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-7-openjdk/jre/lib/ext/sunpkcs11.jar
  Application Classpath   = /usr/share/netbeans/platform/lib/boot.jar:/usr/share/netbeans/platform/lib/org-openide-modules.jar:/usr/share/netbeans/platform/lib/org-openide-util.jar:/usr/share/netbeans/platform/lib/org-openide-util-lookup.jar:/usr/share/netbeans/platform/lib/locale/boot_ja.jar:/usr/share/netbeans/platform/lib/locale/boot_pt_BR.jar:/usr/share/netbeans/platform/lib/locale/boot_ru.jar:/usr/share/netbeans/platform/lib/locale/boot_zh_CN.jar:/usr/share/netbeans/platform/lib/locale/org-openide-modules_ja.jar:/usr/share/netbeans/platform/lib/locale/org-openide-modules_pt_BR.jar:/usr/share/netbeans/platform/lib/locale/org-openide-modules_ru.jar:/usr/share/netbeans/platform/lib/locale/org-openide-modules_zh_CN.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util_ja.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util-lookup_ja.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util-lookup_pt_BR.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util-lookup_ru.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util-lookup_zh_CN.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util_pt_BR.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util_ru.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util_zh_CN.jar:/usr/lib/jvm/default/lib/dt.jar:/usr/lib/jvm/default/lib/tools.jar
  Startup Classpath       = /usr/share/netbeans/platform/core/org-openide-filesystems.jar:/usr/share/netbeans/platform/core/core.jar:/usr/share/netbeans/platform/core/locale/org-openide-filesystems_zh_CN.jar:/usr/share/netbeans/platform/core/locale/core_pt_BR.jar:/usr/share/netbeans/platform/core/locale/core_ja.jar:/usr/share/netbeans/platform/core/locale/core_zh_CN.jar:/usr/share/netbeans/platform/core/locale/org-openide-filesystems_ja.jar:/usr/share/netbeans/platform/core/locale/org-openide-filesystems_ru.jar:/usr/share/netbeans/platform/core/locale/core_ru.jar:/usr/share/netbeans/platform/core/locale/org-openide-filesystems_pt_BR.jar:/usr/share/netbeans/nb/core/org-netbeans-upgrader.jar:/usr/share/netbeans/nb/core/locale/org-netbeans-upgrader_pt_BR.jar:/usr/share/netbeans/nb/core/locale/core_nb_ja.jar:/usr/share/netbeans/nb/core/locale/core_nb_ru.jar:/usr/share/netbeans/nb/core/locale/org-netbeans-upgrader_ja.jar:/usr/share/netbeans/nb/core/locale/core_nb_zh_CN.jar:/usr/share/netbeans/nb/core/locale/core_nb.jar:/usr/share/netbeans/nb/core/locale/org-netbeans-upgrader_zh_CN.jar:/usr/share/netbeans/nb/core/locale/org-netbeans-upgrader_ru.jar:/usr/share/netbeans/nb/core/locale/core_nb_pt_BR.jar
-------------------------------------------------------------------------------
INFO [org.netbeans.modules.netbinox]: Install area set to file:/usr/share/netbeans/
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.xml.text] use org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which is deprecated.
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
	org.openide.util.lookup [8.25.1 201411102027]
	org.openide.util [8.39.1 201411102027]
	org.openide.modules [7.43.1 201411102027]
	org.openide.filesystems [8.12.1 201411102027]
	org.netbeans.api.annotations.common/1 [1.24.1 201411102027]
	org.openide.awt [7.62.1 201411102027]
	org.netbeans.api.progress/1 [1.38.1 201411102027]
	org.openide.dialogs [7.38.1 201411102027]
	org.openide.nodes [7.39.1 201411102027]
	org.openide.windows [6.71.1 201411102027]
	org.netbeans.modules.editor.mimelookup/1 [1.36.1 201411102027]
	org.openide.text [6.62.2 201411102027]
	org.netbeans.swing.tabcontrol [1.51.1 201411102027]
	org.netbeans.swing.outline [1.30.1 201411102027]
	org.openide.explorer [6.57.1 201411102027]
	org.openide.actions [6.35.1 201411102027]
	org.netbeans.modules.queries/1 [1.39.1 201411102027]
	org.openide.loaders [7.57.2 201411102027]
	org.openide.io [1.45.1 201411102027]
	org.openide.execution [1.36.1 201411102027]
	org.netbeans.upgrader [4.31.2 201411102027]
	org.netbeans.swing.plaf [1.37.1 201411102027]
	org.netbeans.modules.projectapi/1 [1.60.2 201411102027]
	org.netbeans.swing.dirchooser [1.25.1 201411102027]
	org.netbeans.spi.viewmodel/2 [1.46.1 201411102027]
	org.netbeans.spi.tasklist/1 [1.30.1.1 1 201411102027]
	org.netbeans.spi.quicksearch [1.23.1 201411102027]
	org.netbeans.spi.palette/1 [1.42.1 201411102027]
	org.netbeans.spi.navigator/1 [1.33.1 201411102027]
	org.netbeans.modules.projectuiapi/1 [1.78.1.8 8 201411102027]
	org.netbeans.modules.editor.settings/1 [1.53.1 201411102027]
	org.netbeans.bootstrap/1 [2.69.2 201411102027]
	org.netbeans.core.startup/1 [1.55.2 201411102027]
	org.netbeans.modules.sampler [1.10.1 201411102027]
	org.netbeans.modules.keyring [1.20.1 201411102027]
	org.netbeans.core/2 [3.46.1 201411102027]
	org.netbeans.modules.options.api/1 [1.41.1 201411102027]
	org.netbeans.modules.editor.util/1 [1.58.1 201411102027]
	org.netbeans.modules.lexer/2 [1.59.1.1 1 201411102027]
	org.netbeans.modules.editor.lib2/1 [1.85.1.43 43 201411102027]
	org.netbeans.modules.options.keymap [1.31.1 201411102027]
	org.netbeans.modules.editor.settings.storage/1 [1.45.1 201411102027]
	org.netbeans.modules.editor.fold/1 [1.40.1 201411102027]
	org.netbeans.modules.editor.indent/2 [1.37.1 201411102027]
	org.netbeans.modules.editor.lib/3 [3.49.2.22.43 22 201411102027]
	org.netbeans.modules.editor.tools.storage [1.4.1 201411102027]
	org.netbeans.modules.editor.fold.nbui [1.7.1.43 201411102027]
	org.netbeans.modules.editor/3 [1.79.1.5.22.43 5 201411102027]
	org.netbeans.modules.options.editor/1 [1.51.1 201411102027]
	org.netbeans.spi.editor.hints/0 [1.35.1.7.43 7 201411102027]
	org.netbeans.spi.editor.hints.projects [1.7.1.1.7 1 201411102027]
	org.netbeans.api.debugger/1 [1.46.2 201411102027]
	org.netbeans.spi.debugger.ui/1 [2.46.1 201411102027]
	org.netbeans.api.xml/1 [1.39.1 201411102027]
	org.netbeans.modules.xml.core/2 [1.39.1.4 4 201411102027]
	org.netbeans.modules.editor.errorstripe.api/1 [2.29.1.1 1 201411102027]
	org.netbeans.modules.editor.errorstripe/2 [2.30.1.1.1 1 201411102027]
	org.netbeans.modules.diff/1 [1.47.1.42.1 42 201411102027]
	org.netbeans.modules.editor.completion/1 [1.40.1.2 2 201411102027]
	org.netbeans.modules.editor.codetemplates/1 [1.38.1.1 1 201411102027]
	org.netbeans.modules.editor.actions/1 [1.26.1.43 201411102027]
	org.netbeans.core.ui/1 [1.41.1 201411102027]
	org.netbeans.modules.project.indexingbridge [1.13.1 201411102027]
	org.netbeans.api.java.classpath/1 [1.42.1 201411102027]
	org.netbeans.libs.lucene/3 [3.16.1 201411102027]
	org.netbeans.modules.masterfs/2 [2.48.2 201411102027]
	org.netbeans.modules.parsing.lucene/2 [2.28.1.1 1 201411102027]
	org.netbeans.modules.parsing.api/1 [1.78.3.8 8 201411102027]
	org.netbeans.api.search [1.17.1 201411102027]
	org.netbeans.modules.jumpto/1 [1.42.1.1 1 201411102027]
	org.netbeans.modules.editor.guards/1 [1.26.1 201411102027]
	org.netbeans.modules.refactoring.api [1.40.1.1 1 201411102027]
	org.netbeans.modules.editor.breadcrumbs/0 [1.12.1 201411102027]
	org.netbeans.core.multiview/1 [1.40.1 201411102027]
	org.netbeans.modules.csl.api/2 [2.47.1.2.1.1.8 2 201411102027]
	org.netbeans.modules.xml.lexer [1.26.1 201411102027]
	org.netbeans.modules.editor.deprecated.pre65formatting/0 [1.23.1.1.5.22.43 1 201411102027]
	org.netbeans.modules.editor.structure/1 [1.43.1.1 1 201411102027]
	org.netbeans.modules.editor.bracesmatching/0 [1.34.1.43 201411102027]
	org.netbeans.modules.xml.text/2 [1.44.1 201411102027]
	org.netbeans.modules.xml.xam/1 [1.28.1.1 1 201411102027]
	org.netbeans.modules.xml.schema.model/1 [1.28.1.1 1 201411102027]
	org.netbeans.modules.xml.axi [1.27.1 201411102027]
	org.apache.xml.resolver [1.28.1.12 12 201411102027]
	org.netbeans.modules.xml.retriever/1 [1.27.1 201411102027]
	org.netbeans.modules.xml [1.27.1 201411102027]
	org.netbeans.modules.servletapi/1 [1.36.1 201411102027]
	org.netbeans.modules.httpserver/2 [2.32.1.42 42 201411102027]
	org.netbeans.modules.xsl/1 [1.39.1 201411102027]
	org.netbeans.modules.xml.xdm/1 [1.29.1.1 1 201411102027]
	org.netbeans.libs.xerces/1 [1.35.1.281 281 201411102027]
	org.netbeans.modules.xml.tax/2 [1.39.1.281 201411102027]
	org.netbeans.modules.xml.tools/2 [1.39.1 201411102027]
	org.netbeans.modules.xml.schema.completion [1.26.1 201411102027]
	org.netbeans.modules.xml.catalog/2 [1.37.1.4 4 201411102027]
	org.netbeans.modules.sendopts/2 [2.31.1 201411102027]
	org.netbeans.core.execution/1 [1.37.1 201411102027]
	org.netbeans.modules.favorites/1 [1.40.1 201411102027]
	org.netbeans.modules.projectui [1.53.1.8 201411102027]
	org.netbeans.modules.welcome/1 [1.38.1 201411102027]
	org.netbeans.libs.json_simple/1 [0.9.1 201411102027]
	org.netbeans.modules.web.webkit.debugging [1.36.1 201411102027]
	org.netbeans.modules.web.common [1.70.1 201411102027]
	org.netbeans.modules.web.indent [1.16.1 201411102027]
	org.netbeans.modules.settings/1 [1.45.1 201411102027]
	org.netbeans.core.windows/2 [2.77.2 201411102027]
	org.netbeans.modules.extexecution/2 [1.42.1 201411102027]
	org.netbeans.modules.extbrowser/1 [1.48.1 201411102027]
	org.netbeans.modules.web.browser.api [1.40.1 201411102027]
	org.netbeans.modules.spellchecker.apimodule [1.21.1 201411102027]
	org.netbeans.modules.versioning.core/1 [1.21.1.1.42 1 201411102027]
	org.netbeans.modules.versioning/1 [1.43.1.1 1 201411102027]
	org.netbeans.modules.versioning.util [1.60.1.42.1 201411102027]
	org.netbeans.modules.team.commons [1.42.1 201411102027]
	org.netbeans.modules.versioning.ui/1 [1.18.1.42.1 201411102027]
	org.netbeans.modules.autoupdate.services [1.47.2 201411102027]
	org.netbeans.modules.autoupdate.ui [1.41.1 201411102027]
	org.netbeans.modules.versioning.system.cvss.installer [1.12.1 201411102027]
	org.netbeans.modules.versioning.masterfs [1.10.1 201411102027]
	org.netbeans.modules.versioning.indexingbridge/0 [1.21.1 201411102027]
	org.netbeans.modules.utilities/1 [1.56.1 201411102027]
	org.netbeans.modules.utilities.project/1 [1.34.1 201411102027]
	org.netbeans.modules.javahelp/1 [2.37.1 201411102027]
	org.netbeans.modules.usersguide/1 [1.45.1 201411102027]
	org.netbeans.modules.updatecenters/1 [1.36.2 201411102027]
	org.netbeans.lib.uihandler [1.41.1 201411102027]
	org.netbeans.modules.uihandler [2.31.1 201411102027]
	org.netbeans.modules.uihandler.exceptionreporter [1.25.1 201411102027]
	org.netbeans.lib.terminalemulator [1.31.2 201411102027]
	org.netbeans.modules.terminal [1.19.1 201411102027]
	org.netbeans.modules.templates/1 [1.3.1 201411102027]
	org.netbeans.libs.swingx/1 [1.24.1 201411102027]
	org.netbeans.modules.team.ide [1.9.1 201411102027]
	org.netbeans.modules.tasklist.ui/1 [1.27.1.1.1 1 201411102027]
	org.netbeans.modules.tasklist.todo/1 [1.27.1.1 1 201411102027]
	org.netbeans.modules.tasklist.projectint/1 [1.25.1 201411102027]
	org.netbeans.modules.tasklist.kit [1.25.1 201411102027]
	org.netbeans.libs.svnClientAdapter/1 [1.36.1 201411102027]
	org.netbeans.libs.ini4j/1 [1.27.1 201411102027]
	org.netbeans.modules.subversion [1.37.1.42.1 201411102027]
	org.netbeans.modules.editor.plain.lib/1 [1.30.1 201411102027]
	org.netbeans.modules.spellchecker [1.31.1.1.7 1 201411102027]
	org.netbeans.modules.spellchecker.kit [1.22.1 201411102027]
	org.netbeans.modules.spellchecker.dictionary_en [1.19.1 201411102027]
	org.netbeans.modules.properties/1 [1.50.1 201411102027]
	org.netbeans.modules.properties.syntax/1 [1.46.1 201411102027]
	org.netbeans.modules.spellchecker.bindings.properties [1.18.1 201411102027]
	org.netbeans.modules.html.lexer/1 [1.35.1 201411102027]
	org.netbeans.modules.spellchecker.bindings.htmlxml [1.23.1 201411102027]
	org.netbeans.core.ide/1 [1.37.1 201411102027]
	org.netbeans.modules.server/0 [1.29.1 201411102027]
	org.netbeans.modules.dlight.libs.common [1.32.2.1 1 201411102027]
	com.jcraft.jsch [0.1.49 0.1.49]
	org.netbeans.libs.jna/1 [1.38.1 201411102027]
	org.netbeans.modules.dlight.nativeexecution [1.34.3.1 1 201411102027]
	org.netbeans.modules.dlight.remote [1.25.9.1 1 201411102027]
	org.netbeans.modules.dlight.remote.impl [1.23.3.1 1 201411102027]
	org.netbeans.modules.remotefs.versioning [1.11.1.1 1 201411102027]
	org.netbeans.modules.projectui.buildmenu/1 [1.23.1.1 1 201411102027]
	org.netbeans.modules.project.libraries/1 [1.47.1 201411102027]
	org.netbeans.modules.project.ant/1 [1.60.1 201411102027]
	org.netbeans.modules.progress.ui [1.29.2 201411102027]
	org.netbeans.modules.print.editor [7.23.1 201411102027]
	org.netbeans.modules.print [7.22.1 201411102027]
	org.netbeans.modules.parsing.ui [1.10.1 201411102027]
	org.netbeans.modules.notifications [1.4.1 201411102027]
	org.netbeans.libs.osgi [1.18.1 201411102027]
	org.netbeans.core.netigso [1.27.1 201411102027]
	org.netbeans.modules.netbinox [1.36.1 201411102027]
	org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
	org.eclipse.mylyn.tasks.core [3.10.0 3.10.0.20131010-2023]
	org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
	org.eclipse.mylyn.commons.net [3.10.0 3.10.0.20131018-1210]
	org.eclipse.core.jobs [3.5.101 3.5.101.v20120113-1953]
	org.eclipse.mylyn.wikitext.core [1.9.0 1.9.0.20131007-2055]
	org.netbeans.modules.bugtracking [1.102.2 201411102027]
	org.netbeans.modules.mylyn.util [1.28.1 201411102027]
	org.netbeans.modules.mercurial [1.38.2.42.1 201411102027]
	org.netbeans.modules.masterfs.nio2 [1.12.1 201411102027]
	org.netbeans.modules.masterfs.linux [1.10.1 201411102027]
	org.netbeans.modules.bugtracking.commons [1.3.1 201411102027]
	org.netbeans.modules.localtasks [1.21.1 201411102027]
	org.netbeans.modules.localhistory [1.30.1 201411102027]
	org.netbeans.modules.lexer.nbbridge/1 [1.28.1.1 201411102027]
	org.netbeans.libs.bytelist/1 [0.24.1.1 1 201411102027]
	org.netbeans.libs.jvyamlb/1 [0.26.1 201411102027]
	org.netbeans.modules.languages.yaml [2.28.1 201411102027]
	org.netbeans.modules.languages.manifest [1.28.1 201411102027]
	org.netbeans.modules.languages.diff [1.29.1 201411102027]
	org.netbeans.modules.keyring.fallback [1.4.1 201411102027]
	org.netbeans.modules.keyring.impl [1.20.1 201411102027]
	org.netbeans.libs.nashorn/1 [1.16.1 201411102027]
	org.netbeans.modules.html.editor.lib/3 [3.27.1 201411102027]
	org.netbeans.modules.html/1 [1.56.1 201411102027]
	org.netbeans.libs.antlr3.runtime [1.18.1.1 1 201411102027]
	org.netbeans.modules.css.lib/1 [1.72.1 201411102027]
	org.netbeans.modules.css.model [1.27.1 201411102027]
	org.netbeans.modules.css.editor/1 [1.62.1 201411102027]
	org.netbeans.modules.html.editor/2 [2.49.1 201411102027]
	org.netbeans.modules.javascript2.editor/1 [0.44.2 201411102027]
	org.netbeans.modules.javascript2.requirejs [0.1.1 201411102027]
	org.netbeans.modules.javascript2.prototypejs [0.1.1 201411102027]
	org.netbeans.modules.javascript2.knockout [1.4.1 201411102027]
	org.netbeans.modules.javascript2.extjs [1.4.1 201411102027]
	org.netbeans.modules.javascript2.jquery [1.4.1 201411102027]
	org.netbeans.modules.javascript2.kit/1 [0.9.1 201411102027]
	org.netbeans.modules.image/1 [1.44.1 201411102027]
	org.netbeans.modules.editor.bookmarks/1 [1.33.1 201411102027]
	org.netbeans.core.output2/1 [1.37.1 201411102027]
	org.netbeans.modules.css.visual/3 [3.27.1 201411102027]
	org.netbeans.modules.editor.search [1.19.1.0.43 0 201411102027]
	org.netbeans.modules.html.parser/1 [1.29.1.1 1 201411102027]
	org.apache.commons.logging [1.1.1 1.1.1]
	org.netbeans.modules.html.validation/1 [1.26.1 201411102027]
	org.netbeans.modules.editor.kit [1.29.1 201411102027]
	org.netbeans.modules.dlight.terminal [1.19.1.1 1 201411102027]
	org.netbeans.core.multitabs/1 [1.8.1.1 1 201411102027]
	org.netbeans.core.multitabs.project [1.6.1.1.1 1 201411102027]
	org.netbeans.modules.editor.plain/2 [1.31.1 201411102027]
	org.netbeans.libs.felix [2.12.1 201411102027]
	org.netbeans.modules.autoupdate.cli [1.9.1 201411102027]
	org.netbeans.modules.core.kit [1.26.1 201411102027]
	org.netbeans.modules.editor.macros/0 [1.27.1.1.22 1 201411102027]
	org.netbeans.modules.defaults/1 [1.28.1 201411102027]
	org.netbeans.modules.ide.kit [1.29.1 201411102027]
	org.netbeans.modules.ide.ergonomics [1.25.1 201411102027]
	org.netbeans.modules.autoupdate.pluginimporter [1.16.1 201411102027]
	org.netbeans.modules.ide.branding/1 [1.29.2 201411102027]
	org.netbeans.modules.deadlock.detector [1.2.1 201411102027]
	org.netbeans.modules.ide.branding.kit [1.25.1 201411102027]
	org.netbeans.libs.commons_net/2 [2.17.1.33 33 201411102027]
	org.netbeans.modules.hudson [2.7.2 201411102027]
	org.netbeans.modules.gsf.testrunner/1 [1.43.1 201411102027]
	org.netbeans.modules.hudson.ui [1.6.1 201411102027]
	org.netbeans.modules.hudson.tasklist [1.13.1 201411102027]
	org.netbeans.modules.hudson.subversion [1.25.1 201411102027]
	org.netbeans.modules.hudson.mercurial [1.25.1 201411102027]
	org.netbeans.modules.hudson.git [1.14.1 201411102027]
	org.netbeans.modules.html.knockout [1.6.1 201411102027]
	org.netbeans.modules.html.custom [1.2.1 201411102027]
	org.netbeans.core.browser/1 [1.24.1.1 1 201411102027]
	org.netbeans.modules.html.angular [1.7.2 201411102027]
	org.eclipse.jgit [3.4.1 3.4.1.201406201815-r]
	org.netbeans.libs.jna.platform/1 [1.8.1 201411102027]
	org.netbeans.libs.jsch.agentproxy/1 [0.9.1 201411102027]
	org.netbeans.libs.git/1 [1.27.2 201411102027]
	org.netbeans.modules.git [1.16.2.1 201411102027]
	org.apache.commons.io [1.4 1.4]
	org.netbeans.modules.extexecution.impl [1.21.1 201411102027]
	org.netbeans.modules.editor.mimelookup.impl/1 [1.27.1 201411102027]
	org.netbeans.modules.editor.indent.project/0 [1.18.1 201411102027]
	org.netbeans.modules.editor.global.format/1 [1.11.1.1 1 201411102027]
	org.netbeans.modules.dlight.kit [1.22.1.1 1 201411102027]
	org.netbeans.modules.db.metadata.model/1 [1.7.1 201411102027]
	org.netbeans.modules.db/1 [1.61.1.30 30 201411102027]
	org.netbeans.modules.dbapi [1.30.1.30 201411102027]
	org.netbeans.modules.derby [1.36.1 201411102027]
	org.netbeans.api.visual [2.43.1 201411102027]
	org.netbeans.modules.db.sql.visualeditor/1 [2.27.1.30 201411102027]
	org.netbeans.modules.db.dataview [1.25.1 201411102027]
	org.netbeans.modules.db.core [1.32.1 201411102027]
	org.netbeans.modules.db.sql.editor [1.32.1.30 201411102027]
	org.netbeans.modules.db.mysql [0.24.1.2 2 201411102027]
	org.netbeans.modules.db.drivers [1.26.1 201411102027]
	org.netbeans.modules.db.kit [1.27.1 201411102027]
	org.netbeans.modules.css.prep [1.21.2 201411102027]
	org.netbeans.modules.code.analysis/0 [1.21.2 201411102027]
	org.netbeans.modules.cnd.utils [1.43.11.2 2 201411102027]
	org.netbeans.modules.cnd.lexer/1 [1.30.4.1 1 201411102027]
	org.netbeans.modules.cnd.source [1.19.2.1 1 201411102027]
	org.netbeans.modules.cnd.api.project/1 [1.31.8.1 1 201411102027]
	org.netbeans.modules.cnd.api.remote/1 [1.22.4.1 1 201411102027]
	org.netbeans.modules.cnd.toolchain [1.29.4.1 1 201411102027]
	org.netbeans.modules.cnd.api.model/1 [1.31.14.1 1 201411102027]
	org.netbeans.modules.cnd.modelutil/1 [1.32.6.1 1 201411102027]
	org.netbeans.modules.cnd/1 [1.33.3.1 1 201411102027]
	org.netbeans.modules.cnd.makeproject/2 [2.48.12.1 1 201411102027]
	org.netbeans.modules.cnd.testrunner [1.20.1.1 1 201411102027]
	org.netbeans.modules.cnd.script [1.18.1.1 1 201411102027]
	org.netbeans.modules.cnd.spellchecker.bindings/1 [1.27.1.1 1 201411102027]
	org.netbeans.modules.cnd.model.services/1 [1.42.17.1 1 201411102027]
	org.netbeans.modules.cnd.simpleunit [1.18.2.1.1 1 201411102027]
	org.netbeans.modules.cnd.search [1.10.2 201411102027]
	org.netbeans.modules.cnd.repository.api/1 [1.28.1.1 1 201411102027]
	org.netbeans.modules.cnd.repository [1.27.2.1 1 201411102027]
	org.netbeans.modules.cnd.remote [1.24.4.1 1 201411102027]
	org.netbeans.modules.cnd.discovery [1.42.6.1 1 201411102027]
	org.netbeans.modules.cnd.remote.projectui [1.12.3.1 1 201411102027]
	org.netbeans.modules.cnd.editor/1 [1.27.4.1 1 201411102027]
	org.netbeans.modules.cnd.refactoring/1 [1.26.3.1 1 201411102027]
	org.netbeans.modules.cnd.qnavigator/1 [1.28.2.1 1 201411102027]
	org.netbeans.modules.cnd.callgraph [1.29.2.1 1 201411102027]
	org.netbeans.modules.cnd.navigation [1.32.3.1 1 201411102027]
	org.netbeans.modules.cnd.analysis.api [1.0.7 201411102027]
	org.netbeans.modules.cnd.dwarfdump [1.31.2.1 1 201411102027]
	org.netbeans.modules.cnd.highlight [1.28.4.1.1 1 201411102027]
	org.netbeans.modules.cnd.antlr [2.34.3.1 1 201411102027]
	org.netbeans.modules.cnd.apt [1.39.4.1 1 201411102027]
	org.netbeans.modules.cnd.indexing [1.9.1.1 1 201411102027]
	org.netbeans.modules.cnd.modelimpl/1 [1.48.6.1 1 201411102027]
	org.netbeans.modules.cnd.modelui [1.30.1.1 1 201411102027]
	org.netbeans.modules.cnd.modeldiscovery [1.27.1.1 1 201411102027]
	org.netbeans.modules.cnd.makeproject.source.bridge [1.22.2.1 1 201411102027]
	org.netbeans.modules.cnd.analysis.impl [1.0.1 201411102027]
	org.netbeans.modules.cnd.asm/1 [1.25.2.2 2 201411102027]
	org.netbeans.modules.cnd.gotodeclaration [1.28.2.1 1 201411102027]
	org.netbeans.modules.cnd.cncppunit [1.19.1.1.1 1 201411102027]
	org.netbeans.modules.cnd.debugger.common2/3 [3.25.12.3 3 201411102027]
	org.netbeans.modules.cnd.folding [1.27.1.1 1 201411102027]
	org.netbeans.modules.cnd.classview/1 [1.27.1.1 1 201411102027]
	org.netbeans.modules.cnd.debugger.gdb2/1 [1.20.5.1 1 201411102027]
	org.netbeans.modules.cnd.completion/1 [1.30.5.1 1 201411102027]
	org.netbeans.modules.cnd.dwarfdiscovery [1.29.1.1 1 201411102027]
	org.netbeans.modules.cnd.kit [1.27.1.1 1 201411102027]
	org.eclipse.mylyn.bugzilla.core [3.10.0 3.10.0.20131024-1218]
	org.apache.commons.httpclient [3.1.0 3.1.0]
	org.netbeans.modules.bugzilla [1.72.2 201411102027]
	org.netbeans.modules.bugzilla.exceptionreporter [1.20.1 201411102027]
	org.netbeans.modules.bugtracking.bridge [1.41.1 201411102027]
	org.netbeans.libs.svnClientAdapter.svnkit/1 [1.21.1 201411102027]
	org.netbeans.libs.svnClientAdapter.javahl/1 [1.20.1 201411102027]
	org.netbeans.libs.freemarker/1 [2.30.1.238 238 201411102027]
	org.netbeans.core.network [1.6.1 201411102027]
	org.netbeans.core.nativeaccess/1 [1.27.1 201411102027]
	org.netbeans.core.io.ui/1 [1.26.1 201411102027]
	org.eclipse.mylyn.commons.xmlrpc [3.10.0 3.10.0.20130704-2116]
	org.eclipse.mylyn.commons.repositories.core [1.2.0 1.2.0.20130704-2116]
	org.eclipse.mylyn.commons.core [3.10.0 3.10.0.20130926-1710]
	org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
	org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
	org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
	org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
	org.eclipse.core.runtime.compatibility.auth [3.2.200 3.2.200.v20110110]
	org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
	org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
	org.apache.xmlrpc [3.0.0 3.0.0]
	org.apache.ws.commons.util [1.0.1 1.0.1]
	org.apache.commons.lang [2.4.0 2.4.0]
	org.apache.commons.codec [1.3.0 1.3.0]
	javaewah.dummy [0.7.9 0.7.9]
	com.jcraft.jzlib [1.0.7 1.0.7]
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 started
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy resolver: Gnome
INFO [org.netbeans.core.network.proxy.gnome.GsettingsNetworkProxy]: GSettings system proxy resolver: direct connection
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy reloading succeeded.
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - mode: direct
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy: fell to default (correct if direct mode went before)
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 2 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 1 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 source roots took: 0 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
Diagnostic information
Input arguments:
	-Djdk.home=/usr/lib/jvm/default
	-Dnetbeans.default_userdir_root=/home/honza/.netbeans
	-Dnetbeans.running.environment=gnome
	-Dnetbeans.dirs=/usr/share/netbeans/nb:/usr/share/netbeans/ergonomics:/usr/share/netbeans/ide:/usr/share/netbeans/extide:/usr/share/netbeans/java:/usr/share/netbeans/apisupport:/usr/share/netbeans/webcommon:/usr/share/netbeans/websvccommon:/usr/share/netbeans/enterprise:/usr/share/netbeans/mobility:/usr/share/netbeans/profiler:/usr/share/netbeans/python:/usr/share/netbeans/php:/usr/share/netbeans/identity:/usr/share/netbeans/harness:/usr/share/netbeans/cnd:/usr/share/netbeans/dlight:/usr/share/netbeans/groovy:/usr/share/netbeans/extra:/usr/share/netbeans/javacard:/usr/share/netbeans/javafx:
	-Dnetbeans.home=/usr/share/netbeans/platform
	-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
	-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense
	-Xmx1024m
	-Xss2m
	-Xms32m
	-XX:PermSize=32m
	-Dapple.laf.useScreenMenuBar=true
	-Dapple.awt.graphics.UseQuartz=true
	-Dsun.java2d.noddraw=true
	-Dsun.java2d.dpiaware=true
	-Dsun.zip.disableMemoryMapping=true
	-XX:MaxPermSize=384m
	-XX:+HeapDumpOnOutOfMemoryError
	-XX:HeapDumpPath=/home/honza/.netbeans/8.0.2/var/log/heapdump.hprof
Compiler: HotSpot 64-Bit Tiered Compilers
Heap memory usage: initial 32,0MB maximum 910,5MB
Non heap memory usage: initial 34,4MB maximum 432,0MB
Garbage collector: PS Scavenge (Collections=14 Total time spent=0s)
Garbage collector: PS MarkSweep (Collections=1 Total time spent=0s)
Classes: loaded=8254 total loaded=8254 unloaded 0
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 8 163 237 888
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.nativeexecution.support.hostinfo.impl.HostInfoFactory.getNBKey(HostInfoFactory.java:417)
Configuration updated:
	0 deleted items
	1 added items
	0 changed items
INFO [org.netbeans.modules.cnd.api.project.NativeProjectRegistry]: Open native project cpp_test /home/honza/dev/netbeans-test/cpp_test
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 38 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /home/honza/dev/netbeans-test/cpp_test took: 838 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 39 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 1 source roots took: 838 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 39 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 15 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /usr/share/netbeans/ide/jsstubs/reststubs.zip took: 60 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /usr/share/netbeans/ide/jsstubs/corestubs.zip took: 40 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /usr/share/netbeans/ide/jsstubs/domstubs.zip took: 78 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 3 source roots took: 178 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.core.execution.Install]: KILL_PENDING_TASKS
INFO [org.netbeans.modules.cnd.api.project.NativeProjectRegistry]: Close native project cpp_test /home/honza/dev/netbeans-test/cpp_test
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 256
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 stopped
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 stopped
Comment 8 henk89 2015-07-13 12:39:44 UTC
Did you perform any updates? It looks like something made your installation corrupted.
Comment 9 xhpohanka 2015-07-13 12:46:13 UTC
It was a clean install. I also tried to delete ~/.netbeans but with no success. Netbeans automatic updates also did not help.
Comment 10 henk89 2015-07-13 13:04:43 UTC
Am I right that everything works fine except the ui part?
Had it worked before you filed the bug?
Comment 11 xhpohanka 2015-07-13 13:28:43 UTC
Yes, you are right. Everything else works as expected. Unfortunately it have not ever work for me. 
I normally use eclipse to develop, but I wanted to try Netbeans.

From gdb mi log it seems to me, that ntebeans does not understand responses from exec-next command. It may be an issue of my gdb, but I use just standard version packaged in my distro.

22-stack-list-arguments 1
(gdb) 
22^done,stack-args=[frame={level="0",args=[]}]
(gdb) 
23-exec-next
23^running
*running,thread-id="all"
(gdb) 
*stopped,reason="end-stepping-range",frame={addr="0x0000000000400f0d",func="main",args=[],file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="40"},thread-id="1",stopped-threads="all",core="1"
24-stack-list-frames
(gdb) 
24^done,stack=[frame={level="0",addr="0x0000000000400f0d",func="main",file="main.cpp",fullname="/home/work/dev/netbeans-test/cpp_test/main.cpp",line="40"}]
No answer for: 23-exec-next
Comment 12 Maria Tishkova 2017-08-30 17:39:27 UTC
From the GDB log and NetBeans source code I do not see any problems with -exec-next. Please try the latest NetBeans bits (can be downloaded at http://bits.netbeans.org/dev/nightly/latest/) and if it still doesn't work for you re-open this bug and attach test project.