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

App hangs with 100% cpu usage with my digital microscope webcam #84

Open
emilycestmoi opened this issue Nov 24, 2022 · 3 comments
Open

Comments

@emilycestmoi
Copy link

Version: 1.4.0
MacOS: 11.7

Hi! Just gave this a try and it starts fine without my digital microscope webcam connected (aliexpress generic). As soon as I connect my microscope the app will hang with 100% cpu usage when it's already started OR if I start the app after connecting the camera. The only way to get the app to run is if I disconnect my microscope webcam.

I noticed elsewhere you requested someone with this issue use USB.Prober.zip, I've done so and I've attached the output here "GENERAL - UVC" by "Genesys Logic, Inc".

USB Bus Probe.txt

Thank you!

@Itaybre
Copy link
Owner

Itaybre commented Jan 5, 2023

Doesn't seem to be any problem with the USB Descriptor, I was able to manually parse it correctly.

I would need to have it with me to find the real issue

@Itaybre Itaybre closed this as completed Jan 5, 2023
@Itaybre Itaybre reopened this Jan 5, 2023
@emilycestmoi
Copy link
Author

I am a software developer so I may be able to debug, although I have no experience with macos dev. Any pointers as to what to look for? Thanks!

@Itaybre
Copy link
Owner

Itaybre commented Jan 6, 2023

I don't have any guess for this, but if you can pause the app mid running and see the running thread, that could give an insight about where the problem is.

You can pause if with this button on the bottom bar:
image

And then you will see the threads and method in execution on the left (in this case since the app is in standby there is nothing here, but with the CPU at 100% there should be something running):
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants