php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34473 Segmentation Fault under Linux 2.6.13
Submitted: 2005-09-12 06:34 UTC Modified: 2005-09-20 01:00 UTC
From: s dot s at terra dot com dot br Assigned:
Status: No Feedback Package: Scripting Engine problem
PHP Version: 5.0.5 OS: Linux 2.6.13
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-09-12 06:34 UTC] s dot s at terra dot com dot br
Description:
------------
If you start the cli (/usr/bin/php on my system) with linux 2.6.13 installed, it just trow a Segmentation Fault error.

Compiled with:
./configure --prefix=/usr --sysconfdir=/etc --with-apxs2 \
  --with-config-file-path=/etc/apache --disable-ipv6 --enable-sockets \
  --with-zlib --with-openssl --with-bz2 --enable-calendar --enable-dba \
  --enable-ftp --with-dom --with-dom-xslt --with-dom-exslt \
  --with-gdbm --with-db3 --with-inifile --enable-soup \
  --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-freetype-dir \  --enable-gd-native-ttf --with-gettext --with-mime-magic \
  --with-mysql-sock --with-mysql=/usr/local/mysql --with-xmlrpc --with-xslt \
  --with-iconv-dir=/usr/lib --with-pgsql --with-snmp --with-sqlite

gcc version 3.3.4
GNU ld version 2.15.90.0.3 20040415
GNU Make 3.80

With linux 2.6.12 works just fine.
Dont know if its a compilation error of the linux 2.6.13, but any other software on the server works just fine under linux 2.6.13 (php SAPI still working under apache too... very strange)

Actual result:
--------------
No backtrace... sorry :~

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-12 08:38 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.
 [2005-09-20 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC