php4-beta | 199912
Date: 12/30/99
- Next message: Andreas Karajannis: "Re: [PHP4BETA] Zend list destructor weirdness"
- Previous message: Andreas Karajannis: "[PHP4BETA] Zend list destructor weirdness"
- In reply to: Andreas Karajannis: "[PHP4BETA] Zend list destructor weirdness"
- Next in thread: Andreas Karajannis: "Re: [PHP4BETA] Zend list destructor weirdness"
- Reply: Andreas Karajannis: "Re: [PHP4BETA] Zend list destructor weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 30 Dec 1999, Andreas Karajannis wrote:
you can not call any *list* function from a destructor.
i've done some "fancy" refcount stuff in oci8.c (look for _add_ref) to
overcome this problem.
please send me more details (what call order etc) i might be able to
help.
tc
> Hi,
>
> I'm having problems with the list destructor obviuosly calling the
> destructor function twice for an entry, leading to segfaults in some
> adabas library when trying to free an already freed handle for the
> second time.
> Is there some recursion somewhere? The second time the destructor gets
> called, it is called with the same memory address (for the list entry)
> as before.
>
> -Andreas
>
> --
> PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
> To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
> For additional commands, e-mail: php4beta-help <email protected>
> To contact the list administrators, e-mail: php4beta-admin <email protected>
>
>
Thies C. Arntzen "One Big-Mac, Small Fries and a Coke!"
Digital Collections Phone +49 40 235350 Fax +49 40 23535180
Hammerbrookstr. 93 20097 Hamburg / Germany
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Andreas Karajannis: "Re: [PHP4BETA] Zend list destructor weirdness"
- Previous message: Andreas Karajannis: "[PHP4BETA] Zend list destructor weirdness"
- In reply to: Andreas Karajannis: "[PHP4BETA] Zend list destructor weirdness"
- Next in thread: Andreas Karajannis: "Re: [PHP4BETA] Zend list destructor weirdness"
- Reply: Andreas Karajannis: "Re: [PHP4BETA] Zend list destructor weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

