Package: mozilla-calendar Version: 2:1.7.5-1 Severity: important mozilla segfaults as soon as you select Window->Calendar (or hit CTRL-8) on an AMD64 system when using a remote calendar. Accessing the same calendar using the i386 package will not result in a segfault. (I'm testing using a dchroot for my i386 environment with the same home directory and profile, etc.)
Based on strace output, the segfault occurs immediately after the local copy of the ICS file is read. I.e. the ICS file is successfully fetched from the remote site into a local file, and then that file opened and read one character at a time. ... read(31, "V", 1) = 1 read(31, "C", 1) = 1 read(31, "A", 1) = 1 read(31, "L", 1) = 1 read(31, "E", 1) = 1 read(31, "N", 1) = 1 read(31, "D", 1) = 1 read(31, "A", 1) = 1 read(31, "R", 1) = 1 read(31, "\n", 1) = 1 read(31, "", 1) = 0 read(31, "", 1) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- unlink("/home/tony/.mozilla/default/9rkhnb88.slt/lock") = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0 tgkill(3679, 3679, SIGSEGV) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux 2.6.10 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages mozilla-calendar depends on: ii mozilla-browser 2:1.7.5-1 The Mozilla Internet application s -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]