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

2006-11-11 Thread sean finney
severity 397904 important tags 397904 moreinfo unreproducible thanks (christian, i'm cc'ing you on this php bug because it may have to do with libmysqlclient in experimental) On Sat, 2006-11-11 at 17:26 +0100, Antoni Villalonga wrote: > > Finaly I solved the problem downgrading libmysqlclient15o

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

2006-11-11 Thread Antoni Villalonga
En/na sean finney ha escrit: > On Fri, 2006-11-10 at 14:37 +0100, Antoni Villalonga wrote: >> I'm using mysql from debian experimental :S > > hmm... it's possible that there are unpublished ABI differences > between unstable<->experimental libmysqlclient, as mysql every now and > then accidentally

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

2006-11-10 Thread Antoni Villalonga
En/na sean finney ha escrit: > On Fri, 2006-11-10 at 14:37 +0100, Antoni Villalonga wrote: >> I'm using mysql from debian experimental :S > > hmm... it's possible that there are unpublished ABI differences > between unstable<->experimental libmysqlclient, as mysql every now and > then accidentally

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

2006-11-10 Thread sean finney
On Fri, 2006-11-10 at 14:37 +0100, Antoni Villalonga wrote: > > I'm using mysql from debian experimental :S hmm... it's possible that there are unpublished ABI differences between unstable<->experimental libmysqlclient, as mysql every now and then accidentally introduces them and i've only been k

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

2006-11-10 Thread Antoni Villalonga
En/na Ondřej Surý ha escrit: > [I have cloned bug report, please send any replies to this new bugreport > number] > > 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 cha

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]>

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

2006-11-10 Thread Ondřej Surý
[I have cloned bug report, please send any replies to this new bugreport number] 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

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 UNS

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: > 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 = -

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 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 /usr/lib/libmysqlclient.s

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: me too

2006-11-10 Thread Antoni Villalonga
Hi! 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. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#397625: me too

2006-11-09 Thread Antoni Villalonga
Same 'Alien' problem here too. I'm very confused. This is the minimal script that I can write to do a segfault on php5. Some functions are not used, but if I remove it the scripts 'magically' works. I don't know if it can help, because it's 63 lines length. Bye PD: Some times when I edit the f