Bug 3131 - Crash on reccurent events with no DTSTART
Summary: Crash on reccurent events with no DTSTART
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Plugins/vCalendar (show other bugs)
Version: 3.9.3
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2014-04-07 15:54 UTC by ioguix
Modified: 2014-04-21 12:33 UTC (History)
0 users

See Also:


Attachments
gdb stack trace (4.97 KB, text/plain)
2014-04-07 15:56 UTC, ioguix
no flags Details

Description ioguix 2014-04-07 15:54:42 UTC
Hello,

I tried to fetch a calendar using the vCalendar plugin, but once setted up, when fetching the calendar it just crash claws.

Please, find attached to this ticket the stack trace.

The (anonymized) event "-CALENDAR-$COMPAGNY-INFO-$ID-0000006923" is:

    BEGIN:VCALENDAR
    PRODID:-//davical.org//NONSGML AWL Calendar//EN
    VERSION:2.0
    CALSCALE:GREGORIAN
    BEGIN:VEVENT
    SUMMARY:$summary
    DTSTART;VALUE="DATE":20120227
    DTEND;VALUE="DATE":20120227
    DTSTAMP:20140324T193818Z
    UID:-CALENDAR-$COMPAGNY-INFO-$ID-0000006923
    ATTENDEE;CN=""$firstName $lastName"";PARTSTAT="NEEDS-ACTION";ROLE=
     "CHAIR":MAILTO:$emailAddress
    CATEGORIES:$category
    DESCRIPTION:$description
    LAST-MODIFIED:20111216T110454Z
    ORGANIZER:MAILTO:$emailAddress
    RRULE:FREQ=DAILY;COUNT=5
    STATUS:TENTATIVE
    END:VEVENT
    END:VCALENDAR


I believe this **might** be the same bug than in #3130. But it needs some more info.
Comment 1 ioguix 2014-04-07 15:56:36 UTC
Created attachment 1361 [details]
gdb stack trace

Note You need to log in before you can comment on or make changes to this bug.