From kdevelop-bugs Tue Apr 08 19:07:26 2008 From: bernd buschinski Date: Tue, 08 Apr 2008 19:07:26 +0000 To: kdevelop-bugs Subject: [Bug 160582] New: Applicationview doesnt show messages without Message-Id: <20080408210725.160582.b.buschinski () web ! de> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=120768216731289 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=160582 Summary: Applicationview doesnt show messages without newline \n Product: kdevelop Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: b.buschinski web de Version: 3.5.1-svn (using KDE 3.5.9) Installed from: Gentoo Packages Compiler: gcc-4.2.3 OS: Linux When I run this example #include #include #include int main() { const char* tString = "Hello World!"; for(uint i=0; i < strlen(tString); i++) putchar(*(tString+i)); printf("%s", tString); return 0; } I get no output in the Applicatationview. But when I run is 5 times, and then change the printf to printf("%s\n", tString); //+newline I get "Hello World!" 12times in one line "Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!" _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs