Re: Mutt locking up, how to trace?

2012-11-25 Thread John Long
Understood, thanks again. On Sun, Nov 25, 2012 at 09:37:47AM +1100, Cameron Simpson wrote: On 24Nov2012 19:12, John Long codeb...@inbox.lv wrote: | On Sat, Nov 24, 2012 at 09:15:27AM +1100, Cameron Simpson wrote: | Some things are timing dependent, and strace does affect things; | | I

Re: Mutt locking up, how to trace?

2012-11-24 Thread John Long
On Sat, Nov 24, 2012 at 09:15:27AM +1100, Cameron Simpson wrote: On 23Nov2012 10:42, John Long codeb...@inbox.lv wrote: | On Thu, Nov 22, 2012 at 11:40:33PM +0100, Richard wrote: | On Thu, Nov 22, 2012 at 06:42:27PM +, John Long wrote: | My mutt on Linux has been locking up lately. I

Re: Mutt locking up, how to trace?

2012-11-24 Thread Cameron Simpson
On 24Nov2012 19:12, John Long codeb...@inbox.lv wrote: | On Sat, Nov 24, 2012 at 09:15:27AM +1100, Cameron Simpson wrote: | Some things are timing dependent, and strace does affect things; | | I realized there might be a Heisenberg deal going on here but it seems odd | since Mutt has been

Re: Mutt locking up, how to trace?

2012-11-23 Thread John Long
On Thu, Nov 22, 2012 at 11:40:33PM +0100, Richard wrote: On Thu, Nov 22, 2012 at 06:42:27PM +, John Long wrote: My mutt on Linux has been locking up lately. I didn't compile it with debug support. Is there any way to figure out why this is happening? I sometimes lock up in the middle of

Re: Mutt locking up, how to trace?

2012-11-23 Thread Cameron Simpson
On 23Nov2012 10:42, John Long codeb...@inbox.lv wrote: | On Thu, Nov 22, 2012 at 11:40:33PM +0100, Richard wrote: | On Thu, Nov 22, 2012 at 06:42:27PM +, John Long wrote: | My mutt on Linux has been locking up lately. I didn't compile it with debug | support. Is there any way to figure

Mutt locking up, how to trace?

2012-11-22 Thread John Long
My mutt on Linux has been locking up lately. I didn't compile it with debug support. Is there any way to figure out why this is happening? I sometimes lock up in the middle of composing a long email or when mutt has been open for awhile. This didn't happen until this week and I suspect my email

Re: Mutt locking up, how to trace?

2012-11-22 Thread Richard
On Thu, Nov 22, 2012 at 06:42:27PM +, John Long wrote: My mutt on Linux has been locking up lately. I didn't compile it with debug support. Is there any way to figure out why this is happening? I sometimes lock up in the middle of composing a long email or when mutt has been open for

Re: Mutt locking up, how to trace?

2012-11-22 Thread Michael Elkins
On Thu, Nov 22, 2012 at 11:40:33PM +0100, Richard wrote: $gdb #attach pid-mutt #bt This is a good suggestion, but depending on the optimization used when compiling mutt, it may be a little difficult to pinpoint the exact problem. But it may be enough to start looking in the right place.