block 568266 by 411982 thanks Fabio Ferrero <[email protected]> writes:
> On Wed, Feb 3, 2010 at 15:51, Simon Josefsson <[email protected]> wrote: >>> Feb 3 14:00:02 cub kernel: [10804247.906206] db.script.[3768]: segfault at >>> b7252590 ip b7252590 sp bff0d92c error 4 in >>> libtasn1.so.3.0.15[b74fd000+f000] >> Do you have php5-pgsql installed? > > Yes. > >> If so, I believe your report is a duplicate of >> <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411982>. >> Can you try to see if the simple fix >> mv /etc/php5/conf.d/curl.ini /etc/php5/conf.d/z_curl.ini >> works? > > I need php_curl (and pgsql). In bug 411982 I've found this: > > - open up /etc/php5/conf.d/pgsql.ini and comment out the extension= line > so it says: > > #extension=pgsql.so > > - open up /etc/php5/conf.d/curl.ini and put the extension you just > removed before the line for curl: > > extension=pgsql.so > extension=curl.so > > > And it works. No more segfault. Great. I don't believe the problem actually is in libtasn1 (rather it is likely a init+deinit+use cycle causing problems), but I'll let this bug be open and make it depend on the other bug until things have been debugged further and a fix is suggested. /Simon -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

