-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error: Reading from device (error code: 75) with TBS 6205 #3
Comments
The code was only tested with a narrow list of hardware. What I can think about is the driver buffering data even when it is not being red, and when its internal buffer fail it will just abort and return that error for subsequent calls for read. A pro card like that probably only needs a few ms to start receiving packets, so the 200ms works fine in your case. The SIGSEGV might be unreleated; it can be a memory freeing issue on my part. I will have to look into it, it will probably only manifest when you close the program. It would be interesting to see if other JVMs (OpenJDK) produce the same error. Please note, I can only follow up in a week's time. I will be off the grid next week. |
I was using OpenJDK but using oracle still produces the same
|
Using
NativeTest
I get the following with my TBS 6205 cards.Which is coming from this native code. Looking up error code 75 I see
EOVERFLOW 75 Value too large for defined data type
.Have I complied the native code wrong or is there a compatibility issue with TBS 6205 cards?
Interestingly if I change the test code to wait 200 ms instead of 2000 ms I get the following
The stack in hs_err_pid5023.log is
The text was updated successfully, but these errors were encountered: