Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes with Excit Code -1073741819 (0xC0000005) #1506

Open
savejeff opened this issue Feb 11, 2024 · 2 comments
Open

Crashes with Excit Code -1073741819 (0xC0000005) #1506

savejeff opened this issue Feb 11, 2024 · 2 comments
Labels
Backend: WinRT Issues or PRs relating to the WinRT backend more info required Issues does not have a reproducible test case, has insufficent logs or otherwise needs more feedback

Comments

@savejeff
Copy link

  • bleak version: 0.21.1
  • Python version: 3.12
  • Operating System: Windows 10

Description

I use bleak in my project for an optional feature for a while but about half a year ago. Then i started getting random crashes with this error message: Process finished with exit code -1073741819 (0xC0000005)

My Project is a modular program where each module runs in its own thread using Threading (not Multithreading, so no multi core)
The BLE Module basically only scans for devices, after a few seconds it crashes.

I used bleak with threading in the project for over two years without having any issues, then it started out of the blue. I don't remember updating bleak to a newer version at the time these crashes started, so my first thought was maybe a windows update that changed the Bluetooth API ?

As it is an optional feature, I've put of investigating what causes this. Any suggestions what might cause this?

@dlech
Copy link
Collaborator

dlech commented Feb 11, 2024

Can you share a minimal reproducible test case?

@savejeff
Copy link
Author

Funny thing, im currently unable to reproduce it, Ill report back when i made progress

@dlech dlech added Backend: WinRT Issues or PRs relating to the WinRT backend more info required Issues does not have a reproducible test case, has insufficent logs or otherwise needs more feedback labels Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend: WinRT Issues or PRs relating to the WinRT backend more info required Issues does not have a reproducible test case, has insufficent logs or otherwise needs more feedback
Projects
None yet
Development

No branches or pull requests

2 participants