Bug#397625: [php-maint] Bug#397625: me too

2006-11-10 Thread Ondřej Surý
Antoni Villalonga píše v Pá 10. 11. 2006 v 08:59 +0100: I forget to say I'm using update packages (5.2.0-2 not 5.2.0-1). I think it's not fixed at all. Ok, could you provide backtrace? (instructions included f.e. in #323773). Ondrej. -- Ondřej Surý [EMAIL PROTECTED]

Bug#397625: [php-maint] Bug#397625: me too

2006-11-10 Thread Daniel Franz
Same problem here. My backtrace: #0 0xb7b5685c in free () from /lib/i686/cmov/libc.so.6 #1 0xb6964f31 in my_no_flags_free () from /usr/lib/libmysqlclient.so.15 #2 0xb698ae7b in mysql_select_db () from /usr/lib/libmysqlclient.so.15 #3 0xb698b138 in mysql_close () from

Bug#397625: [php-maint] Bug#397625: me too

2006-11-10 Thread Ondřej Surý
Could you do grep mysql /etc/php5/apache2/php.ini and dpkg -l php5-mysql and send us output? Ondrej -- Ondřej Surý [EMAIL PROTECTED]

Bug#397625: [php-maint] Bug#397625: me too

2006-11-10 Thread Antoni Villalonga
En/na Ondřej Surý ha escrit: Could you do grep mysql /etc/php5/apache2/php.ini and dpkg -l php5-mysql and send us output? Ondrej Here is: [EMAIL PROTECTED]:/tmp$ grep mysql /etc/php5/apache2/php.ini extension=mysql.so mysql.allow_persistent = On mysql.max_persistent = -1

Bug#397625: [php-maint] Bug#397625: me too

2006-11-10 Thread Ondřej Surý
mysql.allow_persistent = On Could you please disable persistent connections and try if it still crashes? Memory handling is bit different for persistent and non-persistent connections. Ondrej -- Ondřej Surý [EMAIL PROTECTED]

Bug#397625: [php-maint] Bug#397625: me too

2006-11-10 Thread Antoni Villalonga
En/na Ondřej Surý ha escrit: mysql.allow_persistent = On Could you please disable persistent connections and try if it still crashes? Memory handling is bit different for persistent and non-persistent connections. Ondrej Crashing again. -- Antoni Villalonga Noceras -- To

Bug#397625: [php-maint] Bug#397625: me too

2006-11-10 Thread Ondřej Surý
Strange. What version of mysql library do you have installed? (dpkg -l libmysqlclient\*) And what is output of: ldd /usr/lib/php5/*/mysql.so I looked for changes between 5.1.6 and 5.2.0 and I cannot find anything suspicious. Ondrej -- Ondřej Surý [EMAIL PROTECTED]