This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Fix racy gdb.mi/mi-nonstop.exp: interrupted (timeout)
- From: Pedro Alves <pedro at codesourcery dot com>
- To: gdb-patches at sourceware dot org
- Cc: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Date: Thu, 21 May 2009 03:12:55 +0100
- Subject: Re: [patch] Fix racy gdb.mi/mi-nonstop.exp: interrupted (timeout)
- References: <20090520203837.GA20671@host0.dyn.jankratochvil.net>
On Wednesday 20 May 2009 21:38:37, Jan Kratochvil wrote:
> currently it could sometimes:
>
> *stopped,reason="signal-received",signal-name="0",signal-meaning="Signal 0",frame={addr="0x0000003d69e07b0d",func="pthread_join",args=[{name="threadid",value="<value optimized out>"},{name="thread_return",value="<value optimized out>"}],file="pthread_join.c",fullname="/usr/src/debug/glibc-20090510T1842/nptl/pthread_join.c",line="89"},thread-id="1",stopped-threads=["1"]^M
> ~"Current language: auto; currently minimal\n"^M
Curious that this reported "minimal", while you seem to have some debug info. Is that expected?
> gdb/testsuite/
> 2009-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
>
> * gdb.mi/mi-nonstop.exp (interrupted): Fix a race.
This is OK, thanks.
--
Pedro Alves