comm driver acessing with two threads
i am using two threads,one for reading and other for writing.when i run application for 10min or more time ,system restarting with following information
stop code :Kmode exception not handled
what failed :ftser2k.sys
Used language: delphi /object pascal
IDE:RAD studio 2010
Re: comm driver acessing with two threads
Didn't any of the solutions/recommendations from https://www.google.com/search?q=Kmod...hrome&ie=UTF-8
help?
Re: comm driver acessing with two threads
Are you synchronizing access to the data that is shared between the two threads?