开发者

C#: thread makes crash with blue screen

开发者 https://www.devze.com 2022-12-28 17:28 出处:网络
In my project I am using thread to search via bluetooth devices.But when it searchs some times it crashs and appears ble screan.I couldent read all because it restarts computer but I saw that it is ab

In my project I am using thread to search via bluetooth devices.But when it searchs some times it crashs and appears ble screan.I couldent read all because it restarts computer but I saw that it is abour some ram blocks. X8001 something like this.Is thread couse this?Or I开发者_开发问答 am also using database Mysql.When it searchs it also gets value from database.


C# cannot cause BSODs. Bluetooth device drivers certainly do, there are a lot of crummy ones out there. Screw up spell checkers too. Post to superuser.com to get help finding updates or better BT stacks.


BSOD should be diagnosed easily with crash dump analysis. Then you can know who breaks the system, and how to move on.

Well, if you cannot DIY, you can consider open a support case via http://support.microsoft.com and involve Microsoft support team.

0

精彩评论

暂无评论...
验证码 换一张
取 消