php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9514 compilation segfault in php_domxml.c:283
Submitted: 2001-03-01 16:04 UTC Modified: 2001-03-04 17:02 UTC
From: lwest at free dot fr Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.0 Latest CVS (01/03/2001) OS: Linux 2.2.16-22 i686 unknown
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
12 + 2 = ?
Subscribe to this entry?

 
 [2001-03-01 16:04 UTC] lwest at free dot fr
MAKE TRACE
make[1]: Entre dans le r?pertoire `/usr/local/src/php4-200103011145/ext'
Making all in domxml
make[2]: Entre dans le r?pertoire `/usr/local/src/php4-200103011145/ext/domxml'
make[3]: Entre dans le r?pertoire `/usr/local/src/php4-200103011145/ext/domxml'
gcc  -I. -I/usr/local/src/php4-200103011145/ext/domxml -I/usr/local/src/php4-200103011145/main -I/usr/local/src/php4-200103011145 -I/usr/local/src/php4-200103011145/Zend -I/usr/local/include -I/usr/local/src/php4-200103011145/TSRM  -DSUPPORT_UTF8 -g -O2  -c php_domxml.c && touch php_domxml.lo
php_domxml.c: In function `php_minit_domxml':
php_domxml.c:283: Internal error: Erreur de segmentation.
make[3]: *** [php_domxml.lo] Erreur 1


CONFIGURE OPTIONS
"./configure" \
"--with-config-file-path=/etc" \
"--with-cgi" \
"--without-xml" \
"--without-mysql" \
"--with-dom=/usr/local" \
"--disable-pear" \
"$@"


LIBXML infos

#ldd /usr/local/lib/libxml2.so.2.3.2
	libz.so.1 => /usr/lib/libz.so.1 (0x40078000)
	libc.so.6 => /lib/libc.so.6 (0x40086000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-03 19:43 UTC] sniper@php.net
Works for me just fine. What is the version of gcc you're using?
I assume your distro is RedHat, which version?
Have you updated all errata RPMs ?

RH 7.0 shipped with broken gcc..

--Jani

 [2001-03-04 17:02 UTC] sniper@php.net
RPM updates fixed this.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 11:01:28 2024 UTC