Simple "Hello World!" console application crashes when run by windows TaskScheduler (1.0) -


i have batch file starts multiple instances of simple console application (hello world!). work on windows server 2008 64-bit. configure run in taskscheduler, @ startup, , whether user logged-in or not. later configuration means instances run without gui (i.e. - no window).

when run task, of instances fail, after consuming 100& cpu. application event-log shows following error: "faulting module kernel32.dll, version 6.0.6002.18005, time stamp 0x49e0421d, exception code 0xc0000142, fault offset 0x00000000000b8fb8, process id 0x29bc, application start time 0x01cae17d94a61895."

running batch file directly works fine. seems me os has problem loading many instances of application when no window displayed. - can’t figure out why...

any idea??

this issue has fix, microsoft expert:

http://social.msdn.microsoft.com/forums/en/windowsgeneraldevelopmentissues/thread/9102531c-cf60-4682-b014-c11a190b00f1?prof=required


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -