php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9116 PHP will stop returing anything in NES 4.1 SP1
Submitted: 2001-02-05 12:34 UTC Modified: 2002-06-02 13:32 UTC
From: cboyce at egrail dot com Assigned:
Status: Not a bug Package: iPlanet related
PHP Version: 4.0.3pl1 OS: Solaris 2.8
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:
45 - 6 = ?
Subscribe to this entry?

 
 [2001-02-05 12:34 UTC] cboyce at egrail dot com
Is there a certain number of Global variables, or number of functions you can load with the nsapi filter and NES?

I am using a function that uses many functions and many global variables.  PHP works fine through the rest of the application, but this one sections just dies, no errors or anything.  Apache works just fine with this application.

...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-06 09:47 UTC] cboyce at egrail dot com
Output from truss:

    Incurred fault #6, FLTBOUNDS  %pc = 0xFDD34B78
      siginfo: SIGSEGV SEGV_MAPERR addr=0xFD16C000
    Received signal #11, SIGSEGV [caught]
      siginfo: SIGSEGV SEGV_MAPERR addr=0xFD16C000
        *** process killed ***
 [2001-02-06 11:47 UTC] cboyce at egrail dot com
FYI, in the magnus.conf file, the StackSize needs to be increased.

 [2001-03-29 09:51 UTC] sniper@php.net
Does this happen with the latest CVS snapshot from http://snaps.php.net/ ?

--Jani

 [2001-03-29 10:59 UTC] sniper@php.net
User feedback:
--------------
I have not tried the latest CVS snapshot, but this was just the raw amount of code processed
by php and the stack size running out.? This problem was resolved when I increased the stack
size.? After a while things got flaky though, I am pretty sure that is to do with the
threading iPlanet tries to use by default.? This can be changed to one thread.? I have not
tested that.
--------------
 [2002-06-02 13:32 UTC] derick@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC