I have created a Windows Service that spawns off a bunch of different processes to run many executables.
I have a parameter in the service that puts a limit on the number of these executables that can be running concurrently.
LIMIT 10 LIMIT 50 Machine 1 Works Crashes Machine 2 Works Works
From the table above, you can see that, depending on the limit I set, the application crashes on one of my machines, but not the other. The exception message is as follows:
"Application Error - The exception unknown software exception (0xe0434f4d) occurred in the application at location 0x7c812afb"
Machine 1: Microsoft XP Professional Version 2002 Service Pack 3
Machine 2: Microsoft Windows Server 2003 Standard Edition Service Pack 2
Not really sure where to look here. I'm hoping for some leads...
Thanks
|