Bug#402735: libapache2-mod-php4: Segmentation fault in php4 double free bug?

2007-07-22 Thread Matthijs Mohlmann
Hi, I'm sorry that I came back to you so late. Here is the piece of code that actually causes it: ?php class parent2 { function parent2() { $this-__construct(); } function __construct() { // Do something useful. } } class sub extends parent2 {

Bug#402735: libapache2-mod-php4: Segmentation fault in php4 double free bug?

2006-12-12 Thread Matthijs Mohlmann
Package: libapache2-mod-php4 Version: 4.4.4-8 Severity: grave Justification: renders package unusable Hi, I've apache 2.2 installed including with libapache2-mod-php4 (same behaviour if I install fcgid module with php4-cgi). The problem seems to be a double free bug. Here a backtrace: [EMAIL

Bug#402735: libapache2-mod-php4: Segmentation fault in php4 double free bug?

2006-12-12 Thread Matthijs Mohlmann
severity 402735 important thanks Hi, I've solved this through going back in a few versions of my code. Seems to be inheritance problem with classes. I'll try to come up with a testcase this evening. Regards, Matthijs Mohlmann -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#402735: [php-maint] Bug#402735: libapache2-mod-php4: Segmentation fault in php4 double free bug?

2006-12-12 Thread Ondřej Surý
severity 402735 important tags 402735 +moreinfo thank you Matthijs Mohlmann píše v Út 12. 12. 2006 v 12:29 +0100: If you need more information please ask. It's partially working here so I can do things and this is on my development box. When does it happen? Everytime you just run apache, or