This is a discussion on Problems getting apache to run under gdb within the Linux Web Servers forums, part of the Web Server and Related Forums category; I am running RedHat AS 2.1 QU2 and trying to get Apache 2.0.44 to run in gdb - ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am running RedHat AS 2.1 QU2 and trying to get Apache 2.0.44 to run in
gdb - I followed these instructions: http://httpd.apache.org/dev/debugging.html and here is what I get: [root@jake .libs]# gdb httpd GNU gdb Red Hat Linux (5.2-2) 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 "i386-redhat-linux"... (gdb) b ap_process_request Breakpoint 1 at 0x806fa52: file http_request.c, line 284. (gdb) r -X -d /usr/local/apache2 Starting program: /root/apache/httpd/.libs/httpd -X -d /usr/local/apache2 Error while reading shared library symbols: Cannot get thread info: generic error Cannot find user-level thread for LWP 12168: no LWP to satisfy query (gdb) q Anyone seen this before? Have any ideas? Thanks, Ken |