From: Daniel Jacobowitz <drow@mvista.com>
To: Frank Schaefer <frank.schafer@setuza.cz>
Cc: gdb@sources.redhat.com
Subject: Re: Problems debugging forked processes
Date: Fri, 19 Apr 2002 09:10:00 -0000 [thread overview]
Message-ID: <20020419121038.A24030@nevyn.them.org> (raw)
In-Reply-To: <1019202349.3213.5.camel@ADMIN>
On Fri, Apr 19, 2002 at 09:45:49AM +0200, Frank Schaefer wrote:
> Hi there,
>
> I've written a network daemon and client. The daemon forks to serve a
> client request.
> Everything runs fine outside of the debugger, but I want to trace the
> code at least once, before I release it.
>
> Here goes my problem:
> # gdb daemon
> GNU gdb 5.0
> Copyright 2000 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 "i686-pc-linux-gnu"...
> (gdb) b 13
> Breakpoint 1 at 0x8048899: file daemon.c, line 13.
> (gdb) show follow-fork-mode
> Debugger response to a program call of fork or vfork is "parent".
> (gdb) set follow-fork-mode child
> (gdb) show follow-fork-mode
> Debugger response to a program call of fork or vfork is "child".
This variable doesn't actually affect GNU/Linux. Yeah, I know, I know.
We need a documentation patch to address this; please file a PR
(http://sources.redhat.com/gdb/, Bugs).
> If I use the attach method from a second instance of gdb ( there's the
> sleep() above for ), the child process exits on exceptions ( mostly
> segmentation fault and sometimes invalid operation ) on different
> (random???) lines in the code. This happens everytime in the fixup()
> from ld.linux.so.
Because the breakpoints which were inserted when the application forked
turn into traps. There's no clear solution to this without actually
implementing fork-following - which should not be hard, but no one has
stepped up to do it.
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2002-04-19 16:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-19 0:45 Frank Schaefer
2002-04-19 9:10 ` Daniel Jacobowitz [this message]
2002-04-20 22:14 ` Eli Zaretskii
2002-04-20 22:18 ` Andrew Cagney
2002-04-20 22:21 ` Daniel Jacobowitz
2002-04-21 22:47 ` Frank Schaefer
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=20020419121038.A24030@nevyn.them.org \
--to=drow@mvista.com \
--cc=frank.schafer@setuza.cz \
--cc=gdb@sources.redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox