Re: "echo hello > /dev/pts/2" is blocking

2011-10-14 Thread JB
Alain Spineux gmail.com> writes: > ... > > The problem is not solved but if I disable debugging, the terminal is > not "flooded" and application finish without blocking. > ... It's a guessing game and a lot to chew ... the app, FUSE fs, OS :-) So, just a few random things. OS: === Because of

Re: "echo hello > /dev/pts/2" is blocking

2011-10-13 Thread Alain Spineux
On Wed, Oct 12, 2011 at 4:42 PM, JB wrote: > Alain Spineux gmail.com> writes: > >> >> I have a FUSE program in debug mode displaying a lot of debug messages >> on the terminal. >> After hours the program "freeze" and the terminal looks blocked. >> The terminal don't react to key press, nor CTRL-C

Re: "echo hello > /dev/pts/2" is blocking

2011-10-12 Thread JB
Alain Spineux gmail.com> writes: > > I have a FUSE program in debug mode displaying a lot of debug messages > on the terminal. > After hours the program "freeze" and the terminal looks blocked. > The terminal don't react to key press, nor CTRL-C nor CTRL-Z > > Using gdb, I get 31 threads, the 2

"echo hello > /dev/pts/2" is blocking

2011-10-12 Thread Alain Spineux
I have a FUSE program in debug mode displaying a lot of debug messages on the terminal. After hours the program "freeze" and the terminal looks blocked. The terminal don't react to key press, nor CTRL-C nor CTRL-Z Using gdb, I get 31 threads, the 25 looks strange. It looks to be blocking on a writ