[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 208854] run tag shows one output whereas konsole output shows
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2009-09-29 10:38:08
Message-ID: 20090929103808.0CE3421FAB () immanuel ! kde ! org
[Download RAW message or body]

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


Andreas Pakulat <apaku@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Andreas Pakulat <apaku gmx de>  2009-09-29 12:38:05 ---
This is not  a bug in KDevelop, but a  bug in your application. We display any
output we receive, but we can receive the output only once the output buffer is
flushed. If you use printf() you're using stdout which is always buffered, so
you have to use fflush(stdout) after printf() to make sure the output is really
written out. Or you switch to stderr-printing, which is usually unbuffered. A
terminal works a bit differently, thats why it doesn't happen there. You'd see
the same thing when looking at the output via <yourapp>|less.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic