greatscottgadgets / ViewSB

[Archived] open-source USB analyzer toolkit with support for a variety of capture hardware
BSD 3-Clause "New" or "Revised" License
343 stars 59 forks source link

Exceptions in frontend are silently discarded and not handled #79

Closed twam closed 3 months ago

twam commented 2 years ago

Any exceptions frontend are silently discard and not handled.

The issue is most likely that self._pipe_recv_frontend_exception defined in https://github.com/usb-tools/ViewSB/blob/51c85aa483277d098658dbff809c2cbd982fa59e/viewsb/analyzer.py#L62 is nowhere used.

FFY00 commented 2 years ago

Yes, process_analysis_queue should be handling these.

martinling commented 3 months ago

Closed in preparation for archiving the repository. We have replaced ViewSB with Packetry.