Thread

Index > Scribe > Assertion during IMAP connection
Author/Date Assertion during IMAP connection
Scott
28/06/2021 2:54am
I just set up an IMAP connection, and I'm getting the following assertion when I try to receive messages through it.
Assertion failed!
Program C:\...Scribe.exe
File: e:\code\lgi\trunk\include\common\GArray.h
Line 302
Expression: !"Attempt to enlarged fixed array."

The connection log contains the following text:
A0002 OK LOGIN completed
A0003 LIST "" ""
* LIST (\Noselect) "/" ""
A0003 OK LIST completed
A0004 SELECT "INBOX"
* 1 EXISTS
* 1 RECENT
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)] Unlimited
* OK [UNSEEN 1] Message 1 is first unseen
* OK [UIDNEXT 13] Predicted next UID
* OK [UIDVALIDITY 1593635064] UIDs valid
A0004 OK [READ-WRITE] SELECT completed

It never completes receiving and continually indicates Online.
Scott
28/06/2021 2:56am
After ignoring the assertion, the status indicates an error and the log contains:
Error 1: error:00000001:lib(0):func(0):reason(1)
Error 1: error:00000001:lib(0):func(0):reason(1)
Error 1: error:00000001:lib(0):func(0):reason(1)
SSL connection closed.
Reply