This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/721: GDB bug: target.c (target_signal_from_host): unrecognized real-time signal


>Number:         721
>Category:       gdb
>Synopsis:       GDB bug: target.c (target_signal_from_host): unrecognized real-time signal
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 25 08:58:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     k.woerner@kiepe-elektrik.com
>Release:        GNU gdb 5.2
>Organization:
>Environment:
This GDB was configured as "--host=i686-pc-linux-gnu --target=powerpc-gnu-linux"
Host PC: Linux e3woerner 2.4.10-4GB #1 Tue Sep 25 12:33:54 GMT 2001 i686 unknown
Embedded ppc:Linux snoopy-vm 2.4.4.elima #8 Don Aug 22 14:35:59 CEST 2002 ppc unknown
Reading specs from /opt/ppc_tools.2/lib/gcc-lib/powerpc-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release) 
>Description:
Hello everybody,

I am trying to start with the gdb and gdbserver in an embedded environment.
I have a running programm to debug on an embedded-ppc. 
The gdbserver run there. I can establish a connection between the embedded-
ppc an my host a Pentium. I set a breakpoint in the first line of code with
ddd. The arrow stops. After deleting the breakpoint I can step through the 
first lines of code an the system behaves correctly.

Bu after pressing the button Continue, I receive the following line in
the shell of the embedded-ppc, connected via rsh:

GDB bug: target.c (target_signal_from_host): unrecognized real-time signal

Unfortunately I do not know, what this means. Can anybody help? I use the
gdb 5.2. The programms contains some threads.

Thanks in advance.

Bye Kai

DDD-Outputs:
GNU DDD 3.3 (i386-suse-linux), by Dorothea Lütkehaus and Andreas Zeller.
Copyright © 1995-1999 Technische Universität Braunschweig, Germany.
Copyright © 1999-2001 Universität Passau, Germany.
(gdb) file /home/transcon/Vick_4390/powerpc_ecu
(gdb) break main
Breakpoint 1 at 0x1000da64: file ./k_shell/k10_main.c, line 86.
(gdb) target remote snoopy:2345 
0x100000f0 in _start ()
(gdb) continue

Breakpoint 1, main (argc=1, argv=0x7ffffd44) at ./k_shell/k10_main.c:86
(gdb) disable 1
(gdb) step
(gdb) step
(gdb) step
(gdb) step
(gdb) step
DSPS_Init (argc=1, argv=0x7ffffd44) at ./d_shell/d80_init.c:86
/home/transcon/Vick_4390/d_shell/d80_init.c:86:3138:beg:0x10004578
(gdb) step
(gdb) step
(gdb) step
(gdb) step
I1_vCallSystemEventFuntions (usEventID=11, usArgc=1, pvaArgv=0x7ffffd44) at ./fb_incl/i1_incl.c:358
/home/transcon/Vick_4390/fb_incl/i1_incl.c:358:16239:beg:0x1000f998
(gdb) step
(gdb) step
(gdb) step
(gdb) step
(gdb) step
(gdb) step
(gdb) cont
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]