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 249779 - gdbserver plugin gives "inappropriate ioctl for device." error message
Summary: gdbserver plugin gives "inappropriate ioctl for device." error message
Status: REOPENED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-13 08:23 UTC by slonik
Modified: 2016-09-28 10:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gdb Log (29.56 KB, application/octet-stream)
2015-01-21 07:52 UTC, slonik
Details
GDB log (9.37 KB, application/octet-stream)
2015-03-25 09:39 UTC, nicorac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description slonik 2015-01-13 08:23:44 UTC
I am getting a popup box with:

{PATH_TO_PROJECT}: inappropriate ioctl for device.

Then nothing else, it doesn't work.

In the attach debugger box I'm entering:
debugger: gdbserver
Target:192.168.69.222:12345 (i can manually debug from this address)
Project: myproject

On the arm target (192.168.69.222) I am doing:
gdbserver --debug --multi 127.0.0.1:12345


In the debugger output window it just runs up gdb and asks which signals are supported, nothing else.


I have a debian remote build host, cross compiling to arm target.

I have correctly setup the gdb path in my build host (/usr/src/buildroot-at91/output/host/usr/bin/arm-linux-gdb).

As I said I can manually debug like this:

dan@linuxbuilder:/usr/src/buildroot-at91/output/host/usr/bin$ arm-linux-gdb ~/9302/lw/ix_port                                                                                           
GNU gdb (GDB) 7.4.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-buildroot-linux-uclibcgnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/dan/9302/usr/local/bin/arm/linwax/ix_port...done.
(gdb) target extended-remote 192.168.69.222:12345
Remote debugging using 192.168.69.222:12345
Note: breakpoint 1 also set at pc 0x961c.
Breakpoint 2 at 0x961c
(gdb) r
Starting program: /home/dan/9302/usr/local/bin/arm/linwax/ix_port 
Running the default executable on the remote target failed; try "set remote exec-file"?
(gdb) set remote exec-file /lw/ix_port
(gdb) r
Starting program: /home/dan/9302/usr/local/bin/arm/linwax/ix_port 
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
Cannot access memory at address 0x0
warning: `/lib/libpthread.so.0': Shared library architecture unknown is not compatible with target architecture arm.
warning: Could not load shared library symbols for 6 libraries, e.g. /lw/ix_port.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?

Breakpoint 1, gen_msg (msg=0xabc0 "IX_PORT -- No Command line given\n") at library/debug.c:328
328             if (my_slug != -1)
(gdb)
Comment 1 henk89 2015-01-20 10:22:47 UTC
Please provide me with a gdb log from the IDE (http://wiki.netbeans.org/GdbLog).
Have you tried using "target extended-remote 192.168.69.222:12345" from NB?
Comment 2 slonik 2015-01-20 10:29:41 UTC
Hi,

I tried "target extended-remote 192.168.69.222:12345" in the attach to debugger box. It still comes up with {PATH_TO_PROJECT}: inappropriate ioctl for device.

The GDB log is below:

This log is saved to: C:\Users\Dan\AppData\Local\Temp\gdb-cmds4319062251057090036.log
NB build: 201411181905
~"GNU gdb (GDB) 7.4.1\n"
~"Copyright (C) 2012 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 \"--host=i686-pc-linux-gnu --target=arm-buildroot-linux-uclibcgnueabi\".\nFor bug reporting instructions, please see:\n"
~"<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"
~"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)
Comment 3 slonik 2015-01-20 10:34:19 UTC
Also tried just "extended-remote 192.168.69.222:12345" in the attach to debugger box. Same error message, same log output.
Comment 4 henk89 2015-01-20 12:18:16 UTC
Please follow the instructions above to provide me with a log!
Comment 5 henk89 2015-01-20 12:19:40 UTC
Also you can try changing the Console type in the project properties Window (Run tab).
Comment 6 slonik 2015-01-21 07:52:37 UTC
Created attachment 151596 [details]
gdb Log
Comment 7 henk89 2015-02-09 14:56:25 UTC
There is no attach attempt in the log.
Could you please tell me what console type you're using?
Also could you please tell me where your symbol file is located?
Comment 8 nicorac 2015-03-25 09:39:00 UTC
Created attachment 152835 [details]
GDB log
Comment 9 nicorac 2015-03-25 09:40:27 UTC
Same here while debugging on an ARM host using ARM toolchain gdb.
See the attached log above, very similar to the other one.
Comment 10 nicorac 2015-03-25 09:41:51 UTC
PS: my host system is Linux Mint 17.1 x86 with NetBeans 8.0.2.
Comment 11 henk89 2015-03-25 16:58:07 UTC
As before I can't see attach attempts.
Could you please tell me what console type you're using? Could you please check another ones?
Comment 12 nicorac 2015-03-27 22:37:42 UTC
Below you'll find the attachment.
I tried all of the three consoles types with the same result, it stops immediately with that error message: "inappropriate ioctl for device." (in the log you'll find the localized version "ioctl non appropriata per il device."

Linux Mint 17.1, OpenJDK 7.

---

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

NB build: 201411181905

=thread-group-added,id="i1"
~"GNU gdb (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) 7.5-2012.12\n"
~"Copyright (C) 2012 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 \"--host=i686-build_pc-linux-gnu --target=arm-linux-gnueabihf\".\nFor bug reporting instructions, please see:\n"
~"<https://bugs.launchpad.net/gcc-linaro>.\n"
&"/home/claudio/.gdbinit: File o directory non esistente.\n"
(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/user/myproject"
2^done,features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info"]
(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^error,msg="/home/claudio/myproject: ioctl non appropriata per il device."
(gdb)
Comment 13 nicorac 2015-04-14 08:28:37 UTC
Any update?
Do you need further info?
Comment 14 abalint21 2016-06-07 09:08:15 UTC
Any news on this? It's nasty that we cannot use NB to debug stuff
Comment 15 abalint21 2016-07-06 18:08:28 UTC
First of all thank you for this application. Give us an update of there is any. Could you please give us an insight where is this planned to be fixed?
Comment 16 Veda 2016-09-28 10:30:08 UTC
I had this problem too. I was able to fix it by running the "debugger" "Using GDB Debugger" on my project. It failed, because my project doesn't run on this machine. But after this accident, I was able to successfully run the "debugger" "gdbserver" one.