php4-beta | 199912
Date: 12/30/99
- Next message: Thies C. Arntzen: "Re: [PHP4BETA] Zend list destructor weirdness"
- Previous message: Daniele Medri: "[PHP4BETA] When will come PHP4 beta 4?"
- Next in thread: Thies C. Arntzen: "Re: [PHP4BETA] Zend list destructor weirdness"
- Reply: Thies C. Arntzen: "Re: [PHP4BETA] Zend list destructor weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Thies C. Arntzen: "Re: [PHP4BETA] Zend list destructor weirdness"
- Previous message: Daniele Medri: "[PHP4BETA] When will come PHP4 beta 4?"
- Next in thread: Thies C. Arntzen: "Re: [PHP4BETA] Zend list destructor weirdness"
- Reply: Thies C. Arntzen: "Re: [PHP4BETA] Zend list destructor weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

