REbrecht
REbrecht
I have this issue. I have tried it with two different adapters a usb hub (https://www.charjenpro.com/premiumhub) and a simple usb c to usb-a dongle. Both show the problem. The strange...
It is exactly the code in the comment above. The value in this line "0x1a, 0x68" triggers the segmentation fault. With the value "0x1a, 0x60" the code runs w/o errors....
Thanks for the investigation, I was able to reproduce that the workaround also works for me. Should I look into the rust binding for fixing that?
I had the same problem and solved it with pointing to the GitHub repository directly. Because on crates.io the version 0.1.41 is linked and on the git repo the newest...
Yes, I have added the output of "bt all" to this comment. Here thread 9 is the failing thread with EXC_BAD_ACCESS. Base was the current dev branch. I was not...
Hi, I think I have found a possible connection to an already reported bug. In the Issue "Test failures on M1 Mac #1678" with the last remaining bug -> "Test...