This is the mail archive of the gdb@sourceware.org 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]

Linux threads and insight 6.4 / 6.5


Hi,

I am running an arm linux system (2.6.15) with
a gdbserver and the insight debugger on an ubuntu
x86 linux.

The testprogram starts two threads and waits for
their completion.

If I have a breakpoint in the thread function the
gdbserver reports a SIGKILL and ends debugging after
'continuing'

The thread model is linuxthreads (not NPTL).

================== target ======================
/img # ./gdbserver64 192.168.184.10:5000 ./test                                 
Process ./test created; pid = 370                                               
Listening on port 5000                                                          
Remote debugging from host 192.168.184.10                                       
                                                                                
Child terminated with signal = 9                                                
                                                                                
Child terminated with signal = 0x9                                              
GDBserver exiting                                                               
/img # 
================= debug console =================
Breakpoint 3, main () at test.c:10

Program terminated with signal SIGKILL, Killed.
The program no longer exists.

Any ideas ?

Leopold Faschalek
-------------------------
Research & Development / Senior Software Developer

SKIDATA AG
Untersbergstraße 40
A-5083 Gartenau
[P] +43(0)6246/888-0
[F] +43(0)6246/888-7
[e] Leo.Faschalek@skidata.com
[w] www.skidata.com





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