[ros-bugs] [Bug 1488] New: printf output is abnormal. Maybe kernel
buffer problem.
ReactOS.Bugzilla at reactos.org
ReactOS.Bugzilla at reactos.org
Mon May 15 09:29:10 CEST 2006
http://www.reactos.org/bugzilla/show_bug.cgi?id=1488
Summary: printf output is abnormal. Maybe kernel buffer problem.
Product: ReactOS
Version: 0.2.9
Platform: VMWare 3
OS/Version: ReactOS
Status: NEW
Severity: normal
Priority: P3
Component: Kernel
AssignedTo: ros-bugs at reactos.org
ReportedBy: bubzhang at hotmail.com
QAContact: ros-bugs at reactos.org
/*environment*/
VMWare GSX Server 3.1.0 build-9089
/*helloworld.c*/
#define UNICODE
#define _UNICODE
#define _CRT_SECURE_NO_DEPRECATE
#include <stdio.h>
#include <tchar.h>
int main(int argc, char* argv[])
{
printf("Hello World by bubzhang\n");
return 0;
}
/*output is abnormal*/
D:\reactos\system32>helloworld
o D:\reactos\system32W>orld by bubzhang
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
More information about the Ros-bugs
mailing list