From: David Daney <ddaney@avtrex.com>
To: linux-mips@linux-mips.org
Subject: Help needed WRT GDB and multithreaded programs.
Date: Tue, 28 Oct 2003 15:46:39 -0800 [thread overview]
Message-ID: <3F9EFFDF.7070205@avtrex.com> (raw)
A question about debugging user space programs on a mips/linux system:
I'm fairly sure that this problem has been encountered before and hope
someone can help me solve it.
I am running linux 2.4.18 on a MIPS 4Kc core with all tools configured
as mipsel-linux, with glibc-2.2.4 and the corresponding version of pthreads.
When using GDB 5.3 I get strange errors and am basically not able to
debug multi-threaded programs. For example any java program compiled
with GCC/GCJ runs in multiple threads and does something like this:
# gdb PR218
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "mipsel-linux"...
(gdb) b main
Breakpoint 1 at 0x400dec: file /tmp/ccr0H72i.i, line 10.
(gdb) c
The program is not being run.
(gdb) run
Starting program: /junk/PR218
[New Thread 1024 (LWP 103)]
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 1024 (LWP 103)]
0x00000000 in ?? ()
(gdb)
At this point no further debugging is possible.
If I attach to a particular thread after the program is started I can do
some debugging, but that is inferior to having it work properly.
Q: Has anyone else seen this type of behavior from GDB?
Q: What is the solution?
Thanks in advance
David Daney.
next reply other threads:[~2003-10-28 23:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-28 23:46 David Daney [this message]
2003-10-29 2:03 ` Help needed WRT GDB and multithreaded programs David Daney
2003-10-29 2:37 ` Atsushi Nemoto
2003-10-29 2:56 ` David Daney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F9EFFDF.7070205@avtrex.com \
--to=ddaney@avtrex.com \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.