So, no takers for this question then?
:-(
> -Original Message-
> From: Mikey [mailto:[EMAIL PROTECTED]
> Sent: 12 February 2005 11:41
> To: PHP Internals
> Subject: [PHP-DEV] Re: A question about php_streams
>
> OK, I have built apache and php from scratch (w
OK, I have built apache and php from scratch (was only php that I built
myself before and have a much more complete backtrace:
#0 0x403c8f7f in zend_hash_index_update_or_next_insert (ht=0x40464848, h=0,
pData=0xb490,
nDataSize=12, pDest=0x0, flag=1) at
/usr/local/src/php-4.3.10/Zend/zend_hash
Whoops - sorry Sara!
> -Original Message-
> From: Mikey [mailto:[EMAIL PROTECTED]
> Sent: 10 February 2005 18:56
> To: 'Sara Golemon'
> Subject: RE: [PHP-DEV] Re: A question about php_streams
>
> > Not really...can you include the entire backtrace?
>> Here's some instructions on generating a backtrace:
>> http://bugs.php.net/bugs-generating-backtrace.php
>
> OK, well this is the only output I get from gdb that isn't (no debugging
> symbols found):
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x4045853b in zend_hash_index_update_
> php_stream *base_dir = NULL;
>
> php_stream_context *context = NULL;
>
> TSRMLS_FETCH();
>
> base_dir = php_stream_opendir (TMPL_G(template_dir),
> ENFORCE_SAFE_MODE|REPORT_ERRORS, context);
>
That code is (on the surface at least) fine.
> However, everytime I try to run the module with this las