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

tmux in uninterruptible sleep (D) state bug

2015-02-23 Thread Gonzalo Ciruelos
Hello, For some weeks now I'm having this bug with tmux. It happens when I run some code (short C++ programs made by me, I think it has to do with bad memory management or non-termination). The zsh prompt where I ran "./a.out" completely feezes along with tmux. I can kill the terminal tmux is runni