ForeverCode
Programmer
In the program I'm writting I'm getting a "Bug Assertion Failed!" It happens in Dumpout.cpp on line 52. What could be causing this? All my program is doing is it waits for a connection, once something connects it spawns a new thread, passes the connection to the thread, gets the data, opens the specified file, and sends the data. It works fine if I make one connection at a time, but when I make a bunch of connections at the same time it crashes. Since its multithreaded its imposible to debug. Any tips? If you need to see my code I'd be glad to let you view it.
-Micah
-Micah