php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4529 Segmentation fault
Submitted: 2000-05-20 17:16 UTC Modified: 2000-07-26 22:44 UTC
From: tom at minnesota dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Release Candidate 2 OS: NetBSD 1.4Y -current
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tom at minnesota dot com
New email:
PHP Version: OS:

 

 [2000-05-20 17:16 UTC] tom at minnesota dot com
(gdb) run -X
Starting program: /usr/pkg/sbin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x160105ab4 in _rtld_unref_dag ()
(gdb) bt
#0  0x160105ab4 in _rtld_unref_dag ()
#1  0x160105b08 in _rtld_unref_dag ()
#2  0x160105988 in _rtld_unload_object ()
#3  0x160105d60 in _rtld_dlopen ()
(gdb) q
The program is running.  Exit anyway? (y or n) y
# gcc --version
egcs-1.1.2
# uname -a
NetBSD ns01.minnesota.com 1.4Y NetBSD 1.4Y (ns01) #2: Sat May 13 02:41:30 PDT 20
00     tom@ns01:/usr/src/sys/arch/alpha/compile/ns01 alpha_rtld_dlopen ()

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-20 17:43 UTC] tom at minnesota dot com
./configure \
--with-mysql=/usr/pkg --with-apxs \
--with-gdbm=/usr/pkg
 [2000-05-20 20:27 UTC] tom at minnesota dot com
i should mention that NetBSD 1.4Y is an ELF system. the same configuration compiled as a cgi seems to kind of work, but i get this error at the begin of the resulting page:

pid 4760 (php): unaligned access: va=0x12023abf4 pc=0x12006b36c ra=0x12006b364 op=stq
pid 4760 (php): unaligned access: va=0x12023abf4 pc=0x12006b36c ra=0x12006b364 op=stq
pid 4760 (php): unaligned access: va=0x12023abfc pc=0x12006b36c ra=0x12006b364 op=stq
pid 4760 (php): unaligned access: va=0x12023abfc pc=0x12006b36c ra=0x12006b364 op=stq
X-Powered-By: PHP/4.0RC2
Content-type: text/html

<STYLE TYPE="text/css"><!--
A { text-decoration: none; }
 [2000-07-26 22:44 UTC] rasmus@php.net
This should be fixed now in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 08:01:31 2024 UTC