desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #48473
[Bug 428136] Re: thunderbird-bin crashed with SIGSEGV in strcmp()
Daniel, what about you? Or any of the other people affected?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/428136
Title:
thunderbird-bin crashed with SIGSEGV in strcmp()
Status in “thunderbird” package in Ubuntu:
Triaged
Bug description:
Binary package hint: thunderbird
Pasting the following into a new mail, crashes thunderbird
reproducible.
REPRODUCE:
1. Start thunderbird
2. Create new email (Ctrl-N)
3. Tab into the message body
4. Paste the text between the lines/markers.
==============================
/**
* Get datetime lowered to minutes. This is meant to remove seconds and
* support MySQL's query cache.
* @param integer Timestamp, defaults to $localtimenow
* @param string Format (defaults to "Y-m-d H:i"). Use "U" for UNIX timestamp.
*/
function round_to_lower_minute($timestamp = NULL, $format = 'Y-m-d H:i')
{
if( is_null($timestamp) )
{
global $localtimenow;
$timestamp = $localtimenow;
}
return date($format, floor($timestamp/60)*60);
}
==============================
ProblemType: Crash
Architecture: i386
Date: Sat Sep 12 00:00:42 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/lib/thunderbird/thunderbird-bin
NonfreeKernelModules: nvidia
Package: thunderbird 2.0.0.23+build1+nobinonly-0ubuntu1
ProcCmdline: /usr/lib/thunderbird/thunderbird-bin
ProcCwd: /home/daniel/src/b2evo/sql-performance
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.32-generic
Signal: 11
SourcePackage: thunderbird
StacktraceTop:
strcmp () from /lib/tls/i686/cmov/libc.so.6
?? () from /usr/lib/thunderbird/components/libwidget_gtk2.so
?? () from /usr/lib/thunderbird/components/libeditor.so
?? () from /usr/lib/thunderbird/components/libeditor.so
?? () from /usr/lib/thunderbird/components/libeditor.so
Title: thunderbird-bin crashed with SIGSEGV in strcmp()
Uname: Linux 2.6.31-10-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev pulse sambashare sbuild scanner src video
SegvAnalysis:
Segfault happened at: 0x514422 <__kernel_vsyscall+2>: ret
PC (0x00514422) ok
destination "(%esp)" (0xbff12cac) ok
SP (0xbff12cac) ok
Reason could not be automatically determined. (Unhandled exception in kernel code?)
SegvReason: Reason could not be automatically determined. (Unhandled exception in kernel code?)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/428136/+subscriptions