From: Jonathan Morton <jonathan.morton@movial.com>
To: Daniel Jacobowitz <dan@codesourcery.com>
Cc: Bernie Innocenti <bernie@codewiz.org>, dclark <dclark@gnu.org>,
xorg-devel@lists.x.org, rms@gnu.org, gdb@sourceware.org
Subject: Re: Debugging X with GDB
Date: Mon, 11 Jan 2010 14:29:00 -0000 [thread overview]
Message-ID: <1263219976.15247.81.camel@localhost.localdomain> (raw)
In-Reply-To: <20100111140155.GD428@caradoc.them.org>
On Mon, 2010-01-11 at 09:01 -0500, Daniel Jacobowitz wrote:
> On Sun, Jan 10, 2010 at 07:42:16PM -0500, Bernie Innocenti wrote:
> > <airlied> I think X might change TTY state and piss gdb off
>
> I'd imagine this is it, but it's impossible to tell without debugging
> the TTY state.
>
> When you hit ^C, that doesn't necessarily cause anything to happen.
> The TTY subsystem sees ^C, and may or may not generate a SIGINT to the
> foreground process group depending on the tty settings; try checking
> using stty -F, for instance. Then the foreground process group is X,
> not GDB; if the SIGINT is blocked or ignored, it won't be delivered,
> so GDB can't intercept it at delivery.
>
> Using ^C is not always reliable.
A good trick might be to run X+gdb via SSH or a serial console. This is
then immune to VT switching semantics.
If X screws up sufficiently well to leave the graphics hardware in an
unusable state, or traps in gdb while you're watching it and is thus
unable to release the hardware to textmode, using SSH or serial console
also allows you to continue debugging.
--
------
From: Jonathan Morton
jonathan.morton@movial.com
next prev parent reply other threads:[~2010-01-11 14:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1NSMSM-0000oT-51@fencepost.gnu.org>
2010-01-11 0:42 ` Bernie Innocenti
2010-01-11 14:02 ` Daniel Jacobowitz
2010-01-11 14:29 ` Jonathan Morton [this message]
2010-01-11 15:22 ` Adam Jackson
2010-01-12 10:03 ` Richard Stallman
2010-01-11 20:26 ` [SOLVED] " Bernie Innocenti
[not found] ` <E1NUPod-00026Y-78@fencepost.gnu.org>
[not found] ` <1263243923.2695.72.camel@giskard>
2010-01-12 23:19 ` Richard Stallman
2010-01-14 22:46 ` Bernie Innocenti
2010-01-15 1:48 ` Tom Tromey
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=1263219976.15247.81.camel@localhost.localdomain \
--to=jonathan.morton@movial.com \
--cc=bernie@codewiz.org \
--cc=dan@codesourcery.com \
--cc=dclark@gnu.org \
--cc=gdb@sourceware.org \
--cc=rms@gnu.org \
--cc=xorg-devel@lists.x.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox