Bob Jacobsen
Bob Jacobsen
I don't use OBlocks, so I might not understand the underlying issue. But was it just that the schema didn't properly verify when a reporter reference was present?
Thank you for the quick reply! This is the minimal test program I'm using: ``` import purejavacomm.*; import java.io.*; class JavaCommTest { static String portName = "cu.Bluetooth-Incoming-Port"; // static String...
Using `com.sun.jna.Native.getLastError()` I find that the `errno` is 14: > 14 EFAULT Bad address. The system detected an invalid address in attempting to use an argument of a call.
See a possible solution descend on the [JNA list](https://groups.google.com/g/jna-users/c/wF4aJ5ViQJE/m/u1b9dl4rAAAJ). There's an odd dependence on debugging output, unfortunately.
@danielb987 >Just checking. Do you want this PR to be closed? Yes, please. Thank you.
I see what's doing wrong. More to follow. Setting this to WIP in the meantime.
I believe this was fixed in JMRI 5.8. Could you please try that release?
@danielb987 Thanks for working on this! I need to look further into what's actually happening with these streams. The `join(150)` here are due to #13062, where the hang-up was in...
Closed in favor of #13067