You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Marc Slemko <ma...@znep.com> on 1997/09/30 16:30:02 UTC

Re: general/1175: (fwd)

The following reply was made to PR general/1175; it has been noted by GNATS.

From: Marc Slemko <ma...@znep.com>
To: Apache bugs database <ap...@apache.org>
Subject: Re: general/1175: (fwd)
Date: Tue, 30 Sep 1997 08:27:45 -0600 (MDT)

 
   This message is in MIME format.  The first part should be readable text,
   while the remaining parts are likely unreadable without MIME-aware tools.
   Send mail to mime@docserver.cac.washington.edu for more info.
 
 --------------F5142D628725F50A63BDF4AE
 Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1
 Content-Transfer-Encoding: QUOTED-PRINTABLE
 Content-ID: <Pi...@alive.znep.com>
 
 
 
 ---------- Forwarded message ----------
 Date: Tue, 30 Sep 1997 16:14:30 +0200
 From: Nikolaus Reisel <re...@adv.magwien.gv.at>
 To: Marc Slemko <ma...@znep.com>
 Subject: Re: general/1175:
 
 Marc Slemko wrote:
 
 > Try adding "-g" to the EXTRA_CFLAGS line of your Configuration file and
 > recompiling Apache.  Then wait until you get another core dump and it
 > should be more informative.
 >
 > If you can be certain that your new binary is unchanged except for the
 > addition of the -g, you should be able to use the old coredump with the
 > new binary to get more information.
 
 Now this is done with "-g" Flags but with old core:
 
 gdb /proxy/apache/bin/httpd_1.2.4-g /tmp/httpd.core
 GDB is free software and you are welcome to 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.
 
 GDB 4.15.1 (i386-unknown-bsdi2.1),
 Copyright 1995 Free Software Foundation, Inc...
 
 warning: exec file is newer than core file.
 Core was generated by `httpd'.
 Program terminated with signal 6, Abort trap.
 #0  0x56cb5 in getpid ()
 (gdb) where
 #0  0x56cb5 in getpid ()
 #1  0x56213 in abort ()
 #2  0x3150 in deferred_die_handler () at http_main.c:1289
 #3  <signal handler called>
 #4  0x4352 in copy_listeners (p=3D0x3) at http_main.c:2106
 #5  0x4c50 in main (argc=3D3, argv=3D0xefbfdf38) at http_main.c:2445
 
 Hope this can help you !!
 
 --
    _\|/_        REISEL Nikolaus ES4 - Network Development
    (O O)        Municipality of Vienna, Municipal Department 14
 oOO-(_)-OOo     Rathausstra=DFe 1, A-1082 Vienna, Austria
                 E-mail: ren@adv.magwien.gv.at
 
 
 
 --------------F5142D628725F50A63BDF4AE
 Content-Type: TEXT/HTML; CHARSET=us-ascii
 Content-ID: <Pi...@alive.znep.com>
 Content-Description: 
 
 <HTML>
 Marc Slemko wrote:
 <BLOCKQUOTE TYPE=CITE>Try adding "-g" to the EXTRA_CFLAGS line of your
 Configuration file and
 <BR>recompiling Apache.&nbsp; Then wait until you get another core dump
 and it
 <BR>should be more informative.
 
 <P>If you can be certain that your new binary is unchanged except for the
 <BR>addition of the -g, you should be able to use the old coredump with
 the
 <BR>new binary to get more information.</BLOCKQUOTE>
 Now this is done with "-g" Flags but with old core:
 
 <P>gdb /proxy/apache/bin/httpd_1.2.4-g /tmp/httpd.core
 <BR>GDB is free software and you are welcome to distribute copies of it
 <BR>&nbsp;under certain conditions; type "show copying" to see the conditions.
 <BR>There is absolutely no warranty for GDB; type "show warranty" for details.
 <BR>GDB 4.15.1 (i386-unknown-bsdi2.1),
 <BR>Copyright 1995 Free Software Foundation, Inc...
 
 <P>warning: exec file is newer than core file.
 <BR>Core was generated by `httpd'.
 <BR>Program terminated with signal 6, Abort trap.
 <BR>#0&nbsp; 0x56cb5 in getpid ()
 <BR>(gdb) where
 <BR>#0&nbsp; 0x56cb5 in getpid ()
 <BR>#1&nbsp; 0x56213 in abort ()
 <BR>#2&nbsp; 0x3150 in deferred_die_handler () at http_main.c:1289
 <BR>#3&nbsp; &lt;signal handler called>
 <BR>#4&nbsp; 0x4352 in copy_listeners (p=0x3) at http_main.c:2106
 <BR>#5&nbsp; 0x4c50 in main (argc=3, argv=0xefbfdf38) at http_main.c:2445
 
 <P>Hope this can help you !!
 <PRE>--&nbsp;
 &nbsp;&nbsp; _\|/_&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; REISEL Nikolaus ES4 - Network Development
 &nbsp;&nbsp; (O O)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Municipality of Vienna, Municipal Department 14
 oOO-(_)-OOo&nbsp;&nbsp;&nbsp;&nbsp; Rathausstra&szlig;e 1, A-1082 Vienna, Austria
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; E-mail: ren@adv.magwien.gv.at</PRE>
 &nbsp;</HTML>
 
 --------------F5142D628725F50A63BDF4AE--