Ok...
I have hashtables in global memory and when i read from them 
i am getting some random crashing proplems....

apache seems to be segfaulting when my application does a
zend_hash_find();

well it doesn't segfault right away.. 
it segfaults at the end of the php script the only way
i can tell it crashed is by tail'ing apaches error_log file

i have attached a sample extension of what i am talking about...

if anyone can help me it would be great...

running:
Redhat linux 7.2
php-4.1.1
./configure --with-apache=../apache_1.3.22 --enable-test

then run this script
<?
echo get_value();
?>

the first time it goes good...
after that on every request there is a 
[Thu Feb 14 18:42:48 2002] [notice] child pid 12013 exit signal Segmentation
fault (11)
in apache's error log file....


- Brad

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to