Emiliano wrote:

> Shouldn't be too big of a problem. Run httpd in gdb as I showed and try to
> fetch the page that failed with your browser. gdb should give you enough
> info so we can track down the problem.
> 

Here are the results.  BTW, the page is the administrative login,
http://cx662584-d.okc1.ok.home.com:8101




ftware, 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 "i586-mandrake-linux"...
(no debugging symbols found)...
(gdb) run -X
Starting program: /usr/sbin/httpd -X
Program received signal SIGSEGV, Segmentation fault.
__strtol_internal (nptr=0x0, endptr=0x0, base=10, group=0) at
strtol.c:287
287     strtol.c: No such file or directory.
(gdb) bt
#0  __strtol_internal (nptr=0x0, endptr=0x0, base=10, group=0) at
strtol.c:287
#1  0x8075573 in ap_get_server_built ()
#2  0x1 in ?? ()
Cannot access memory at address 0x1
(gdb) quit

Thanks,
Steve

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to