Your message dated Tue, 5 Dec 2006 15:45:02 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293962: overlapping elements
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
On Thu, Oct 12, 2006 at 09:22:05AM -0600, dann frazier <[EMAIL PROTECTED]> 
wrote:
> On Thu, Oct 12, 2006 at 10:17:41AM +0200, Alexander Sack wrote:
> > Great ... can you do me a favor and see if the same code is still that
> > way in seamonkey 1.1 ? 
> 
> grep doesn't think so

 From what I can see, the code has changed a lot and what looks like the
incriminated code is now in calendar/libical/src/libical/icaltimezone.c,
where it now reads:

builtin_timezones = icalarray_new (sizeof (icaltimezone), 32);

which is a safe-enough way to deal with the problem.

I'm thus closing this bug.

Mike

--- End Message ---

Reply via email to