[Dovecot] Running imaptest revision 209:939fa886391a built against dovecot revision 9116:9ae55b68cf61 on AIX 5.3 core dumps
# ./imaptest host=127.0.0.1 port=143 user=tstem38 pass=pass4you mbox=/
gpfs/users/t/s/tstem38/IMAP/foo4
Panic: file client.c: line 620: assertion failed: (idx >=
array_count(&clients) == NULL)
IOT/Abort trap(coredump)
On Tue, 2009-06-02 at 13:21 -0400, Jonathan Siegle wrote:
# ./imaptest host=127.0.0.1 port=143 user=tstem38 pass=pass4you mbox=/ gpfs/users/t/s/tstem38/IMAP/foo4 Panic: file client.c: line 620: assertion failed: (idx >=
array_count(&clients) == NULL) IOT/Abort trap(coredump)
That's because you're not using gcc.. Hmm. Well, for now you could just delete that assert from the code.
On Tue, 2 Jun 2009, Timo Sirainen wrote:
On Tue, 2009-06-02 at 13:21 -0400, Jonathan Siegle wrote:
# ./imaptest host=127.0.0.1 port=143 user=tstem38 pass=pass4you mbox=/ gpfs/users/t/s/tstem38/IMAP/foo4 Panic: file client.c: line 620: assertion failed: (idx >= array_count(&clients) == NULL) IOT/Abort trap(coredump)
That's because you're not using gcc.. Hmm. Well, for now you could just delete that assert from the code.
Do you have a preferred version of gcc for this?
thanks, Jonathan
On Tue, 2009-06-02 at 13:36 -0400, jsiegle@psu.edu wrote:
On Tue, 2 Jun 2009, Timo Sirainen wrote:
On Tue, 2009-06-02 at 13:21 -0400, Jonathan Siegle wrote:
# ./imaptest host=127.0.0.1 port=143 user=tstem38 pass=pass4you mbox=/ gpfs/users/t/s/tstem38/IMAP/foo4 Panic: file client.c: line 620: assertion failed: (idx >= array_count(&clients) == NULL) IOT/Abort trap(coredump)
That's because you're not using gcc.. Hmm. Well, for now you could just delete that assert from the code.
Do you have a preferred version of gcc for this?
No, anything above 3 should be fine.
participants (3)
-
Jonathan Siegle
-
jsiegle@psu.edu
-
Timo Sirainen