[PHP-DEV] backtrace info From: Scott McDonald (scott <email protected>)
Date: 11/24/99

Hi, I'm getting intermittent "Data not found" errors on a PHP scripted
file on my server, so I ran the GDB and backtrace as suggested in your
faq, and I'm sending the info to you as also indicated in the faq.

We are running PHP version 3 and Apache version is being reported as
"RedHat Secure/2.0"

Program received signal SIGSEGV, Segmentation fault.
_efree (ptr=0x0) at alloc.c:159
159 if ((p->size < MAX_CACHED_MEMORY) &&
(GLOBAL(cache_count[p->size
]) < MAX_CACHED_ENTRIES)) {
(gdb) bt
#0 _efree (ptr=0x0) at alloc.c:159
#1 0x402438b7 in _php3_hash_destroy (ht=0x814c680) at php3_hash.c:648
#2 0x40277e56 in phpparse () at control_structures_inline.h:952
#3 0x402426d5 in php3_parse (yyin=0x81249b8) at main.c:1529
#4 0x402429c8 in apache_php3_module_main (r=0x811fc64, fd=47,
    display_source_mode=0, preprocessed=0) at main.c:1914
#5 0x4023fb47 in send_php3 ()
#6 0x4023fbbf in send_parsed_php3 ()
#7 0x805fbb2 in ap_invoke_handler ()
#8 0x806d80b in ap_some_auth_required ()
#9 0x806d85c in ap_process_request ()
#10 0x8067c40 in ap_child_terminate ()
#11 0x8067d6b in ap_child_terminate ()
#12 0x8067e74 in ap_child_terminate ()
#13 0x806837b in ap_child_terminate ()
#14 0x8068a3e in main ()

-- 
+----------------------------------------------------------------------+
|Colin Scott McDonald                                  Metro Link, Inc.|
|                veni, vici, volo in dominum redirre                   |
|scott <email protected>                                  www.metrolink.com|
+----------------------------------------------------------------------+

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>