"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Can't you get a line number and the actual address being accessed to cause
> that crash?
Here is a more detailed backtrace. In my original post I was using php-4.3.0
but the recompiled version with --enable-debug I'm u
> so - just try to build your extension static into php, debug
> it and build it shared once you have no leaks left
>
Thanks, I'll try that.
-Justin Hannus
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, Aug 14, 2003 at 09:03:05AM -0400, Justin Hannus wrote:
> > do you use any shared php extensions by any chance?
>
> Yes, I'm developing an extension to wrap Apple's OpenDirectory API (reffer
> to my first post). Thats the only shared extension that I'm using.
>
>
if you have a mem
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Can't you get a line number and the actual address being accessed to cause
> that crash?
> >
Sorry about that, I'll have to recompile a version with --enable-debug which
I might not get a chance to until later tonight.
I'm writing an ext for Apples OpenDirectory (directory services) API and it
makes heavy use of registering resources in the zend internal list. I'm also
new to the Zend API.
As of now I have about 4 resource types so far. In Short, my resource life
span goes like:
1. zend_register_list_destructor
Can't you get a line number and the actual address being accessed to cause
that crash?
On Mon, 11 Aug 2003, Justin Hannus wrote:
> I'm writing an ext for Apples OpenDirectory (directory services) API and it
> makes heavy use of registering resources in the zend internal list. I'm also
> new to th
On Thu, Aug 14, 2003 at 08:35:47AM -0400, Justin Hannus wrote:
>
> "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Can't you get a line number and the actual address being accessed to cause
> > that crash?
>
> Here is a more detailed backtrace. In my original po
> do you use any shared php extensions by any chance?
Yes, I'm developing an extension to wrap Apple's OpenDirectory API (reffer
to my first post). Thats the only shared extension that I'm using.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php