[OGo-Bugs][Bug 1843] New: Ogo WebUI crashes on accessing Imap Inbox

bugs@opengroupware.org bugs@opengroupware.org
Thu, 1 Mar 2007 14:04:21 +0100 (CET)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1843

           Summary: Ogo WebUI crashes on accessing Imap Inbox
           Product: OpenGroupware.org
           Version: TRUNK
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: normal
         Component: Mailer
        AssignedTo: qa@opengroupware.org
        ReportedBy: jaap@hinttech.nl
         QAContact: qa@opengroupware.org
                CC: bugs@opengroupware.org


>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.8.0.10)
Gecko/20070216 Firefox/1.5.0.10

Description of problem:
Ogo crash:

1. log in into OGo
2. click on 'Inbox'
3. crash! (apache shows 'Internal Server Error')

Attached GDB dump shows that the topmost stack error is in
SkyImapMailDataSource.m line 588 (1.1.6-yummy)

Extra loggin shows that this happens after OGo has logged in into the IMAP
server, an has fetched the contents of the 'INBOX'. When it wants to sort on
mail headers, it crashes. (Maybe to do with an empty mailbox?)

The bug is reproducible with both SOPE 4.5.10-unie and 4.5.9-maple


Version-Release number of selected component (if applicable):
1.1.6-yummy

How reproducible:
Always

Steps to Reproduce:
1. log in into OGo
2. click on 'Inbox'


Actual Results:  crash! (apache shows 'Internal Server Error')

Expected Results:  Contents of Imap Inbox folder.

Additional info:

GDB stack trace:
---------------------------------------------------------------------
(gdb) bt
#0  0xb76bf604 in ?? () from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libobjc.so.1
#1  0xb6b4bd46 in -[SkyImapMailDataSource fetchMessages] (self=0xb6b498dd,
_cmd=0x8a06a14) at SkyImapMailDataSource.m:588
#2  0x08a03e64 in ?? ()
#3  0xb6b498dd in -[SkyImapMailDataSource fetchObjects] (self=0x8a06a14,
_cmd=0xb6b50620) at SkyImapMailDataSource.m:147
#4  0xb6b4bf3e in -[SkyImapMailDataSource preFetchMessagesInRange:] [.....]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.