[Bug 781283] Re: mysqlreport crashed with SIGSEGV in malloc_consolidate()

2011-06-07 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/781283 Title: mysqlreport crashed with SIGSEGV in malloc_consolidate() -- Ubuntu-server-bugs

[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2011-05-13 Thread Vladimir Kolesnikov
Hi Joshua, Sorry, I was unable to reproduce the bug in the VM. I am not sure if it is hardware related but at least it does not happen in maverick. Vladimir -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2011-03-14 Thread Vladimir Kolesnikov
Don't have 9.10 anymore :-( The bug does not happen in 10.10 though (and did not happen in 10.04 as far as I remember). Will try setting up a VM and trying to reproduce it. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in

[Bug 642526] Re: munin-limits crashed with SIGSEGV in Perl_gv_check()

2010-09-18 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- munin-limits crashed with SIGSEGV in Perl_gv_check() https://bugs.launchpad.net/bugs/642526 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-15 Thread Vladimir Kolesnikov
** Package changed: php5 (Ubuntu) = php-imap (Ubuntu) -- php5 crashed with SIGSEGV in memcpy() https://bugs.launchpad.net/bugs/617849 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 565481] Re: PHP preg_match doesn't match matching string

2010-08-15 Thread Vladimir Kolesnikov
This is neither PHP nor PCRE bug — the default backtrack limit (xontrolled by pcre.backtrack_limit configuration directive) used by PHP is too low for this case. That is, $ php ?php $res = preg_match(/^(?:[^\[\]{}']+|'[^']*')+:(?:[^\[\]{}']+|'[^']*')+$/, a:b); echo $res, '

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
** Attachment added: CoreDump.gz https://bugs.edge.launchpad.net/bugs/617849/+attachment/1489856/+files/CoreDump.gz ** Attachment added: Dependencies.txt https://bugs.edge.launchpad.net/bugs/617849/+attachment/1489857/+files/Dependencies.txt ** Attachment added: Disassembly.txt

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
** Description changed: Binary package hint: php5 $ lsb_release -rd Description:Ubuntu 10.04.1 LTS Release:10.04 $ LC_ALL=C apt-cache policy php5 php5: - Installed: (none) - Candidate: 5.3.2-1ubuntu4.2 - Version table: - 5.3.2-1ubuntu4.2 0 - 500

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
The problem seems to be either in php5-imap or libc-client2007e-dev. Due to a bug, my script passes invalid $section value to imap_fetchbody(), something like: imap_fetchbody($imap_handle, $message_number,

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
I have added printf(body=%p, len=%ld\n, body, len); before RETVAL_STRINGL(body, len, 1); and got very interesting results: body=0x7ff23a0d8f4e, len=0 3.1 ... body=0x7ff23a0d8f4e, len=0

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
Finally got it. The problem is that mail_fetch_body() function from uw-imap- 2007e~dfsg/src/c-client/mail.c can return an empty string without setting len to zero: if (!(section *section))-/* top-level text wanted? */ return mail_fetch_message (stream,msgno,len,flags);

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
Quick fix — explicilty set len to zero before passing it to mail_fetchbody_full() ** Patch added: php_imap.c.diff https://bugs.edge.launchpad.net/ubuntu/+source/php5/+bug/617849/+attachment/1489934/+files/php_imap.c.diff -- php5 crashed with SIGSEGV in memcpy()

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
See also Bug #617876 -- php5 crashed with SIGSEGV in memcpy() https://bugs.launchpad.net/bugs/617849 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 590255] Re: php5-cgi crashed with SIGSEGV in zval_mark_grey()

2010-06-05 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- php5-cgi crashed with SIGSEGV in zval_mark_grey() https://bugs.launchpad.net/bugs/590255 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 589945] Re: php5-cgi crashed with SIGSEGV in zend_objects_store_del_ref_by_handle_ex()

2010-06-04 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- php5-cgi crashed with SIGSEGV in zend_objects_store_del_ref_by_handle_ex() https://bugs.launchpad.net/bugs/589945 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 589953] Re: php5-cgi crashed with SIGSEGV in _zend_mm_free_canary_int()

2010-06-04 Thread Vladimir Kolesnikov
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/49694631/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/49694632/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/49694633/Disassembly.txt ** Attachment

[Bug 589954] Re: munin-graph crashed with SIGSEGV in Perl_sv_clean_objs()

2010-06-04 Thread Vladimir Kolesnikov
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/49694691/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/49694692/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/49694694/Disassembly.txt ** Attachment

[Bug 564522] Re: awstats.pl crashed with SIGSEGV in Perl_peep()

2010-05-28 Thread Vladimir Kolesnikov
What info do I need to provide? -- awstats.pl crashed with SIGSEGV in Perl_peep() https://bugs.launchpad.net/bugs/564522 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to awstats in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 564522] Re: awstats.pl crashed with SIGSEGV in Perl_peep()

2010-05-28 Thread Vladimir Kolesnikov
A crash like this happens at least once a day, so if I can provide you with the info necessary to diagnose the problem, please let me know. -- awstats.pl crashed with SIGSEGV in Perl_peep() https://bugs.launchpad.net/bugs/564522 You received this bug notification because you are a member of

[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2010-05-26 Thread Vladimir Kolesnikov
is that right ? Yes When you say not always, how often do you reproduce the crash ? The script was scheduled to run every 15 minutes, there were up to 10 crashes a day. If you run the same command outside of cron, you get, I suspect, an error about a non-existing file ? Yes. I wanted to

[Bug 577710] Re: php5 crashed with SIGSEGV in execute()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- php5 crashed with SIGSEGV in execute() https://bugs.launchpad.net/bugs/577710 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 585787] Re: awstats.pl crashed with SIGSEGV in Perl_hv_common()

2010-05-26 Thread Vladimir Kolesnikov
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/49127845/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/49127846/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/49127847/Disassembly.txt ** Attachment

[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2010-05-26 Thread Vladimir Kolesnikov
/etc/cron.d/extrememember MAILTO=root */15 * * * * root /usr/bin/php5 -f /var/www/extreme_staging/current/public/wp-content/plugins/extreme-membership/cron/pmta_reports.php We have recently upgraded to Lucid, PHP 5.3.2. I will check if the error is still there. -- php5 crashed with SIGSEGV in

[Bug 576827] Re: munin-graph crashed with SIGSEGV in FcPatternDestroy()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- munin-graph crashed with SIGSEGV in FcPatternDestroy() https://bugs.launchpad.net/bugs/576827 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 570983] Re: munin-limits crashed with SIGSEGV in Perl_pp_entersub()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- munin-limits crashed with SIGSEGV in Perl_pp_entersub() https://bugs.launchpad.net/bugs/570983 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 570982] Re: munin-graph crashed with SIGSEGV in Perl_gv_check()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- munin-graph crashed with SIGSEGV in Perl_gv_check() https://bugs.launchpad.net/bugs/570982 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 576828] Re: awstats_buildstaticpages.pl crashed with SIGSEGV in Perl_runops_standard()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- awstats_buildstaticpages.pl crashed with SIGSEGV in Perl_runops_standard() https://bugs.launchpad.net/bugs/576828 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to awstats in ubuntu. --

[Bug 584115] Re: awstats.pl crashed with SIGSEGV in Perl_sv_clear()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- awstats.pl crashed with SIGSEGV in Perl_sv_clear() https://bugs.launchpad.net/bugs/584115 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to awstats in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 581383] Re: awstats.pl crashed with SIGSEGV in Perl_pad_alloc()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- awstats.pl crashed with SIGSEGV in Perl_pad_alloc() https://bugs.launchpad.net/bugs/581383 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to awstats in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 572674] Re: awstats.pl crashed with SIGSEGV in Perl_runops_standard()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- awstats.pl crashed with SIGSEGV in Perl_runops_standard() https://bugs.launchpad.net/bugs/572674 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to awstats in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 571971] Re: awstats.pl crashed with SIGSEGV in Perl_pp_or()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- awstats.pl crashed with SIGSEGV in Perl_pp_or() https://bugs.launchpad.net/bugs/571971 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to awstats in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 564522] Re: awstats.pl crashed with SIGSEGV in Perl_peep()

2010-05-26 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- awstats.pl crashed with SIGSEGV in Perl_peep() https://bugs.launchpad.net/bugs/564522 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to awstats in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2010-05-23 Thread Vladimir Kolesnikov
** Visibility changed to: Public -- php5 crashed with SIGSEGV in start_thread() https://bugs.launchpad.net/bugs/578064 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list