Re: Having trouble trying to get the functional tests of TinyMail to work



En 15/05/10 03:46, Steve Rosen escribiu:
> But - nothing happens when I run the "folder-lister" program - and I even
> tried running it with the "-o" option, figuring I needed to force it to
> go online and try to talk to the real Gmail imap server - but when I
> do this,
> it just hangs ( on the call to tny_camel_account_set_online() ). 
That's a good starting point. Could please tell us what do you mean with
hangs? Do you have a backtrace that describes that situation?

Issuing "threads apply all backtrace" in gdb will output the backtrace
of all the running threads.

BTW don't use the synchronous methods. Do always use the asynchronous
ones. Issuing several synchronous methods is NOT reliable at all and
could easily cause hangs. Asynchronous methods are by the other hand
queued and thus serialized, so it's really unlikely that they will cause
any hand (it did a lot in the past :) but we fixed tons of them)

Br


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]