Re: tmux in uninterruptible sleep (D) state bug

2015-02-23 Thread Nicholas Marriott
Does it go away if you run "ulimit -c0" before running your program? On Mon, Feb 23, 2015 at 08:54:44AM +, Nicholas Marriott wrote: > Your program just recurses forever until it blows up the stack. It > doesn't have any effect on tmux whatsoever here. Sounds like a bug > somewhere else in yo

Re: tmux in uninterruptible sleep (D) state bug

2015-02-23 Thread Nicholas Marriott
Your program just recurses forever until it blows up the stack. It doesn't have any effect on tmux whatsoever here. Sounds like a bug somewhere else in your system, I'd guess kernel. On Sun, Feb 22, 2015 at 10:32:51PM -0300, Gonzalo Ciruelos wrote: >Hello, >For some weeks now I'm having