php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16025 segmentation fault on mail() function
Submitted: 2002-03-12 17:11 UTC Modified: 2002-06-14 01:00 UTC
From: matrix at traxo dot net Assigned:
Status: No Feedback Package: Mail related
PHP Version: 4.0.6 OS: Linux 2.2.19 / Trustix 1.5
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: matrix at traxo dot net
New email:
PHP Version: OS:

 

 [2002-03-12 17:11 UTC] matrix at traxo dot net
When using the mail() function, the mail is sent out correctly but there isn't any output of the page. There isn't even a html header sent out. The following message is in the error logfile:

[notice] child pid 30567 exit signal Segmentation fault (11)

Problem happend on a standard installation of Trustix 1.5 (Linux 2.2.19) with Apache/1.3.20 (Release 10320100; API Version 19990320) mailer is Postfix.

PHP Configure:
'./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--with-config-file-path=/etc/httpd' '--with-regex=system' '--with-exec-dir=/usr/bin' '--enable-safe-mode' '--enable-debugger' '--enable-magic-quotes' '--enable-track-vars' '--enable-memory-limit' '--enable-ftp' '--disable-debug' '--disable-rpath' '--with-bz2' '--with-gmp' '--with-zlib=/usr' '--with-imap-ssl' '--with-imap=static,/usr' '--with-ldap=shared,/usr' '--with-mysql=shared,/usr' '--with-pgsql=shared,/usr' '--with-openssl=shared,/usr'

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-12 17:41 UTC] jimw@php.net
To properly diagnose this bug, 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".
 [2002-06-14 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, 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: Sun Dec 22 01:01:30 2024 UTC