Hallo,
Am 29.09.2011 00:14, schrieb Rolf Leggewie: > FWIW, it doesn't crash for me in lucid. Is this still a problem? I don't know? I'm working with Linux Mint Katya since some month. Thunderbird works here. > > ** Changed in: thunderbird (Ubuntu) > Assignee: (unassigned) => Rolf Leggewie (r0lf) > Liebe Grüße Doni -- ---------------------- Tel. : 09324 - 98 12 20 Mobil: 0176 - 42 09 18 72 Fax : 0700-WWWRONGE (0700-99976643) Internet - www.doni.de E-Mail - d...@doni.de PGP key available http://www.web-publishing.de/pubkeys/WebPublishingRonge.asc ---------------------- Anrufkosten auf 0700-Nummern aus Deutschland: Mo-Fr 9-18 Uhr: max. EUR 0.124/Min, sonst max. EUR 0.062/Min ---------------------- -- 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 -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp