Re: [Mutt] #2938: mutt freezes some times when accessing imap
#2938: mutt freezes some times when accessing imap folders or messages
--------------------------+-------------------------------------------------
Reporter: b.macdonald | Owner: brendan
Type: defect | Status: accepted
Priority: major | Milestone: 1.6
Component: IMAP | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment(by armandito):
This is the part of the strace log until the freeze (without doing nothing
in mutt)
{{{
rt_sigaction(SIGINT, {0x80b56d0, [], SA_RESTART}, NULL, 8) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig -icanon -echo
...}) = 0
time(NULL) = 1237887386
write(3, "a0040 NOOP\r\n", 12) = 12
read(3, "a0040 OK Completed\r\n", 1024) = 20
time(NULL) = 1237887386
rt_sigaction(SIGINT, {0x80b56d0, [], 0}, NULL, 8) = 0
gettimeofday({1237887386, 331747}, NULL) = 0
select(1, [0], NULL, NULL, {2, 0}) = 0 (Timeout)
gettimeofday({1237887388, 329810}, NULL) = 0
rt_sigaction(SIGINT, {0x80b56d0, [], SA_RESTART}, NULL, 8) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig -icanon -echo
...}) = 0
time(NULL) = 1237887388
write(3, "a0041 NOOP\r\n", 12) = 12
read(3, "a0041 OK Completed\r\n", 1024) = 20
time(NULL) = 1237887388
rt_sigaction(SIGINT, {0x80b56d0, [], 0}, NULL, 8) = 0
gettimeofday({1237887388, 360108}, NULL) = 0
select(1, [0], NULL, NULL, {2, 0}) = 0 (Timeout)
gettimeofday({1237887390, 357604}, NULL) = 0
rt_sigaction(SIGINT, {0x80b56d0, [], SA_RESTART}, NULL, 8) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig -icanon -echo
...}) = 0
time(NULL) = 1237887390
write(3, "a0042 NOOP\r\n", 12) = 12
read(3, "a0042 OK Completed\r\n", 1024) = 20
time(NULL) = 1237887390
rt_sigaction(SIGINT, {0x80b56d0, [], 0}, NULL, 8) = 0
gettimeofday({1237887390, 385886}, NULL) = 0
select(1, [0], NULL, NULL, {2, 0}) = 0 (Timeout)
gettimeofday({1237887392, 385699}, NULL) = 0
rt_sigaction(SIGINT, {0x80b56d0, [], SA_RESTART}, NULL, 8) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig -icanon -echo
...}) = 0
time(NULL) = 1237887392
write(3, "a0043 NOOP\r\n", 12) = 12
read(3,
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2938#comment:10>
Mutt <http://www.mutt.org/>
The Mutt mail user agent