https://bugs.kde.org/show_bug.cgi?id=374320

Kåre Särs <kare.s...@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kare.s...@iki.fi
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #2 from Kåre Särs <kare.s...@iki.fi> ---
Thanks for the report.

The "p setvbuf(stdout, 0, 1, 1024)" command is used to set the stdout of the
debugged application to unbuffered mode.

This is a workaround for not using a proper tty...

My suspicion is that the unwinding of the stack of setvbuf() and continuing
from main just happens to work even if we get a segfault in setvbuf().

The proper solution here would be to not use the tty-workaround hack...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to