6.5.5-rc2 crashing repeatedly on Gmail

David Gerard dgerard at gmail.com
Mon Oct 15 13:46:21 UTC 2012


On 9 October 2012 08:31, Eygene Ryabinkin <rea-fbsd at codelabs.ru> wrote:
> Mon, Oct 08, 2012 at 03:30:43PM +0100, David Gerard wrote:

>> I've just downloaded 6.5.5-rc2 from git. Every time I run it against
>> Gmail, it crashes after a few minutes at most. Is this expected
>> behaviour, or would you like the lengthy stack traces?

> Just tested v6.5.5-rc2 with GMail: works for me, so stack traces.
> The lengthy ones, yeah ;))


Here's the most recent one:

Thread 'Copy message from Remote:[Gmail]/Sent Mail' terminated with exception:
Traceback (most recent call last):
  File "/home/fun/bin/OfflineIMAP-offlineimap-a73b4b3/offlineimap/threadutil.py",
line 156, in run
    Thread.run(self)
  File "/usr/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/fun/bin/OfflineIMAP-offlineimap-a73b4b3/offlineimap/folder/Base.py",
line 338, in copymessageto
    message = self.getmessage(uid)
  File "/home/fun/bin/OfflineIMAP-offlineimap-a73b4b3/offlineimap/folder/IMAP.py",
line 217, in getmessage
    imapobj.select(self.getfullname(), readonly = True)
  File "/home/fun/bin/OfflineIMAP-offlineimap-a73b4b3/offlineimap/imaplibutil.py",
line 66, in select
    raise OfflineImapError(errstr, severity)
OfflineImapError: Error SELECTing mailbox '[Gmail]/Sent Mail', server reply:
('NO', ['System error (Failure)'])


Last 1 debug messages logged for Copy message from Remote:[Gmail]/Sent
Mail prior to exception:
thread: Register new thread 'Copy message from Remote:[Gmail]/Sent
Mail' (account 'GMail')
ERROR: Exceptions occurred during the run!
ERROR: Aborting sync, folder '[Gmail].All Mail' [acc: 'GMail']
  Server 'imap.gmail.com' closed connection, error on SELECT
'[Gmail]/All Mail'. Server said: command: SELECT => connection
terminated
Segmentation fault (core dumped)


The Python version: 2.7.3, Ubuntu 12.04 distro version.


- d.



More information about the OfflineIMAP-project mailing list