[Users] Very slow startup

renyhp renyhp at disroot.org
Sun May 10 19:32:05 CEST 2020


Il 09/05/20 alle 14:47, briand at pounceofcats.com<briand at pounceofcats.com> ha
scritto:

> On Sat, 9 May 2020 22:51:28 +0200
> renyhp <renyhp at disroot.org> wrote:
> 
> 
> > I did that, but no actual change in startup time. In fact, I even tried to
> > remove the whole .claws-mail directory, and it still hangs at the same
> > point. Even after setting my account and restarting Claws Mail, still the
> > same result. 
> 
> if it's hanging the strace utility may be able to help you, you should be
> able to simply do
> 
>   strace claws-mail


Here's the part of the strace log where it's hitting a 25 seconds timeout:

>eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK)   = 12
>write(12, "\1\0\0\0\0\0\0\0", 8)        = 8
>write(13, "\1\0\0\0\0\0\0\0", 8)        = 8
>poll([{fd=12, events=POLLIN}], 1, 25000) = 1 ([{fd=12, revents=POLLIN}])
>read(12, "\1\0\0\0\0\0\0\0", 16)        = 8
>poll([{fd=12, events=POLLIN}], 1, 25000) = 0 (Timeout)
>write(12, "\1\0\0\0\0\0\0\0", 8)        = 8
>futex(0x24c23b0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
>close(12)                               = 0  


More information about the Users mailing list