You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Michael Peddemors <su...@wizard.ca> on 2000/05/17 23:21:09 UTC

os-linux/6097: htaccess segffaults

>Number:         6097
>Category:       os-linux
>Synopsis:       htaccess segffaults
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed May 17 14:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     support@wizard.ca
>Release:        1.3.12
>Organization:
apache
>Environment:
Operating System is Stock Slackware install.
sheer:/usr/src/apache_1.3.12# uname -a
Linux sheer 2.2.13 #22 Wed Oct 20 17:32:52 CDT 1999 i686 unknown
sheer:/usr/src/apache_1.3.12# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
sheer:/usr/src/apache_1.3.12# ldd -v
ldd: version 1.9.9
sheer:/usr/src/apache_1.3.12#
>Description:
Backtrace from stack.
(gdb) run
Starting program: /usr/apache/bin/htpasswd -c test me
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
warning: shared library handler failed to enable breakpoint
New password:
Re-type new password:

Program received signal SIGSEGV, Segmentation fault.
0x80499a2 in strcpy ()
(gdb) info stack
#0  0x80499a2 in strcpy ()
#1  0x40118974 in ?? () from /lib/libc.so.6
#2  0x8048ed2 in strcpy ()
#3  0x80496c3 in strcpy ()
#4  0x4004d2e7 in ?? () from /lib/libc.so.6
(gdb)
---
sheer:/usr/apache/bin# ldd /lib/libc.so.6
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>How-To-Repeat:
Only locally :>
>Fix:
No
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]