php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1904 one error in main.c ??
Submitted: 1999-07-28 09:00 UTC Modified: 2000-07-05 02:19 UTC
From: cdchen at mail dot cynix dot com dot tw Assigned:
Status: Closed Package: PostgreSQL related
PHP Version: 3.0.8 OS: RedHat Linux 6.2
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: cdchen at mail dot cynix dot com dot tw
New email:
PHP Version: OS:

 

 [1999-07-28 09:00 UTC] cdchen at mail dot cynix dot com dot tw
ErrorLog:
---------------------------------------
Block 0x08152FB8 status at main.c:840:
Beginning:      Overrun (magic=0x08104778, expected=0x7312F8DC)
      End:      Unknown
---------------------------------------
---------------------------------------
Block 0x08152BF8 status at main.c:840:
Beginning:      Overrun (magic=0x08104348, expected=0x7312F8DC)
      End:      Unknown
---------------------------------------
[Wed Jul 28 20:55:09 1999] [notice] child pid 13762 exit signal Segmentation fault (1
1)
---------------------------------------
Block 0x08154880 status at main.c:840:
Beginning:      Cached (allocated on variables.c:127, 9 bytes)
      End:      OK
---------------------------------------
---------------------------------------
Block 0x08154998 status at main.c:840:
Beginning:      Cached (allocated on variables.c:127, 9 bytes)
      End:      OK
---------------------------------------



PHP configuration script:
#! /bin/bash

make distclean

./configure \
  --prefix=/usr \
  --with-config-file-path=/etc/httpd \
  --with-apxs=/usr/sbin/apxs \
  --with-system-regex \
  --with-pgsql=/home/postgres \
  --with-gettext \
  --with-ttf \
  --with-gd \
  --with-imagick \
  --with-yp \
  --with-x \
  --with-xml \
  --with-ldap \
  --with-yp \
  --with-snmp \
  --enable-track-vars \
  --enable-debug \
  --enable-debugger \
  --enable-magic-quotes \
  --enable-sysvsem \
  --enable-sysvshm \
  --enable-force-cgi-redirect \
  --enable-imap \
  --enable-url-includes


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-03 12:58 UTC] rasmus at cvs dot php dot net
Is this still happening in 3.0.12?
 [2000-07-05 02:19 UTC] rasmus at cvs dot php dot net
Try PHP 3.0.12 or PHP 4.0.1 and resubmit if the bug is still there.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 31 13:00:03 2025 UTC