R
Ravi
I am developing a application that does simple management of interfaces,
send udp packets among other things
When I shutdown the application, I call exit(0).
Occasionally I get one of the following Stop errors
STOP: 0x000000D1 (0xE1229000, 0x00000002, 0x00000001, 0xBF873C74)
win32k.sys - Address BF873C74 base at BF800000, DateStamp 3f73195d
STOP: 0x000000D1 (0x7E62D09, 0x00000000, 0x00000001, 0X77E62D09)
(in this case there is no driver file indication)
This occurs immediately after the call to exit(0). What is the exact
processing in exit() so that I can trace back my code to see if I am doing
some thing wrong. Or what is the likely cause for this situation?
thanks
ravi
send udp packets among other things
When I shutdown the application, I call exit(0).
Occasionally I get one of the following Stop errors
STOP: 0x000000D1 (0xE1229000, 0x00000002, 0x00000001, 0xBF873C74)
win32k.sys - Address BF873C74 base at BF800000, DateStamp 3f73195d
STOP: 0x000000D1 (0x7E62D09, 0x00000000, 0x00000001, 0X77E62D09)
(in this case there is no driver file indication)
This occurs immediately after the call to exit(0). What is the exact
processing in exit() so that I can trace back my code to see if I am doing
some thing wrong. Or what is the likely cause for this situation?
thanks
ravi