[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2013-03-29 Thread Bug Watch Updater
** Changed in: php5 (Debian) Status: Won't Fix = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/418220 Title: apache2 crashed with SIGSEGV in pdo_parse_params()

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2013-03-29 Thread Ondřej Surý
It's not related to the Debian bug mentioned. See the reporter's comment below. ** Changed in: php5 (Debian) Importance: Unknown = Undecided ** Changed in: php5 (Debian) Status: Fix Released = New ** Changed in: php5 (Debian) Remote watch: Debian Bug tracker #402181 = None -- You

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2010-01-11 Thread Ondřej Surý
** Changed in: php5 (Ubuntu) Status: Triaged = Fix Released -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-10-07 Thread Bug Watch Updater
** Changed in: php5 (Debian) Status: Unknown = Won't Fix -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-25 Thread DarkNova
I traced the problem to a bug in ext/pdo/pdo_sql_parser.c that must have been introduced somewhere around 5.2.6. I started working on a fix but then thought to replace that file with one from a newer version of PHP. I tried replacing with the one from 5.2.10.dfsg.1-2ubuntu4 and the bug had already

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-25 Thread DarkNova
** Attachment added: Diff for ext/pdo/pdo_sql_parser.c http://launchpadlibrarian.net/32455577/5.2.6.dfsg.1-3ubuntu4.2-5.2.10.dfsg.1-2ubuntu4-diff -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You received this bug notification because you are a

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-22 Thread DarkNova
I have been analyzing the differences between my Jaunty server which has the segmentation fault problem, and a Jaunty virtual machine which works fine. I've determined the key difference: The problem machine has package php5-mysql (version 5.2.6.dfsg.1-3ubuntu4.2) installed. To eliminate the

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-22 Thread DarkNova
I just built the pdo.so and pdo_mysql.so library files from the Ubuntu source package by doing apt-get -b source php5-mysql and then copying those 2 .so files to /usr/lib/php5/20060613 and restarted Apache. The segmentation fault happened in the same way. This seems to indicate that there was a

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-22 Thread Ondřej Surý
Could you perhaps isolate this to source code diff? O. -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-21 Thread DarkNova
I was able to get the test libmysqlclient15off package properly installed and I tested with it and confirmed that that did fix the case reported in bug 524366, BUT unfortunately it did not fix my bug as I've reported here. It happens in the exact same way. So if it is actually caused by the same

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-18 Thread Chuck Short
Thanks for the bug report but what program is causing this crash? Thanks chuck ** Changed in: php5 (Ubuntu) Status: New = Triaged -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You received this bug notification because you are a member of

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-18 Thread Ondřej Surý
Hi, where does this: #2 0x7fb51a1354d2 in xdebug_execute_internal ( current_execute_data=0x7fff2af4ef70, return_value_used=1) at /build/buildd/xdebug-2.0.3/build-php5/xdebug.c:1605 edata = (zend_execute_data *) 0x7fff2af4ef70 fse = (function_stack_entry *)

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-18 Thread DarkNova
Hello Ondrej, Thanks for the response. Yes, that line was from package php5-xdebug. I had tried using that package to help track down the bug. I uninstalled it and the crash still occurs in the same way, only the stacktrace now doesn't include the xdebug part of course. The bug is reproducible

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-18 Thread Ondřej Surý
*** This bug is a duplicate of bug 343870 *** https://bugs.launchpad.net/bugs/343870 ** This bug has been marked a duplicate of bug 343870 php-cli segmentation fault with mysql extension -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-14 Thread Chuck Short
** Also affects: php5 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402181 Importance: Unknown Status: Unknown -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You received this bug notification because you are a member of

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-08-31 Thread Chuck Short
** Package changed: apache2 (Ubuntu) = php5 (Ubuntu) -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-08-31 Thread Ondřej Surý
I guess this could be same bug as in http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=402181 The solution is also same, ask your vendor to fix binary compatibility or don't use packaged php5. ** Bug watch added: Debian Bug tracker #402181

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-08-24 Thread DarkNova
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30744577/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/30744578/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/30744579/ProcStatus.txt ** Attachment