CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2019
    Posts
    1

    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

  2. #2
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    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?
    Victor Nijegorodov

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: comm driver acessing with two threads

    Are you synchronizing access to the data that is shared between the two threads?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured