bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More 'q' doesn't work.


From: Carlo Wood
Subject: More 'q' doesn't work.
Date: Tue, 4 Jun 2002 14:10:30 +0200
User-agent: Mutt/1.2.5i

> Its annoying when 'q' doesn't work anymore...
> (This is gdb 2002-05-25-cvs)

Did run into another one.

~/c++/libcwd>gdb threads_threads_shared 6657
GNU gdb 2002-05-25-cvs
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 "i686-pc-linux-gnu"...threads_threads_shared: No 
such file or directory.

Attaching to process 6657
Reading symbols from 
/home/carlo/c++/libcwd/testsuite/threads_threads_shared...done.
Error while mapping shared library sections:
./module_r.so: No such file or directory.
Reading symbols from /home/carlo/c++/libcwd/.libs/libcwd_r.so.0...done.
Loaded symbols for /home/carlo/c++/libcwd/.libs/libcwd_r.so.0
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /usr/local/gcc-3.1/lib/libstdc++.so.4...done.
Loaded symbols for /usr/local/gcc-3.1/lib/libstdc++.so.4
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /usr/local/gcc-3.1/lib/libgcc_s.so.1...done.
Loaded symbols for /usr/local/gcc-3.1/lib/libgcc_s.so.1
Reading symbols from /lib/libpthread.so.0...done.
[New Thread 1024 (LWP 6657)]
[New Thread 2049 (LWP 6721)]
[New Thread 1026 (LWP 6729)]
Error while reading shared library symbols:
Can't attach LWP 6729: Operation not permitted
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Error while reading shared library symbols:
./module_r.so: No such file or directory.
0x403cc289 in __wait4 () at __wait4:-1
-1      __wait4: No such file or directory.
        in __wait4
(gdb) q
The program is running.  Quit anyway (and detach it)? (y or n) y
Can't detach LWP 6729: No such process
(gdb)

I think 'q' should work ALWAYS.  Also when a thread can't be
found or anything.

-- 
Carlo Wood <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]