Vladimir Ulianitsky

Results 37 comments of Vladimir Ulianitsky

PS D:\> C:\"Program Files"\Java\jdk-9.0.4\bin\java.exe -jar c:\users\samsung\appdata\local\programs\python\python38-32\share\jupyter\kernels\java\ijava-1.3.0.jar D:\Untitled.ipynb Exception in thread "main" org.zeromq.ZMQException: Errno 43 : errno 43 at org.zeromq.ZMQ$Socket.mayRaise(ZMQ.java:3533) at org.zeromq.ZMQ$Socket.bind(ZMQ.java:2987) at io.github.spencerpark.jupyter.channels.HeartbeatChannel.bind(HeartbeatChannel.java:42) at io.github.spencerpark.jupyter.channels.JupyterConnection.lambda$connect$0(JupyterConnection.java:48) at io.github.spencerpark.jupyter.channels.JupyterConnection.forEachSocket(JupyterConnection.java:73) at io.github.spencerpark.jupyter.channels.JupyterConnection.connect(JupyterConnection.java:48) at...

I'm using rvm to manage my ruby installation and I faced the same issue, but only when I'm running jupyter via anaconda navigator started with following .desktop shortcut ``` #!/usr/bin/env...

@sergeych take a look at #50 and commits above

> When converting the corresponding Vec, it throws This is definitely related to signature parsing in jni-rs

@Jazzpirate I know it's been a while since you posted this, but can you provide a full traceback of the failed string conversion? Or a link to the whole project,...

BTW, can't a [pending exception](https://stackoverflow.com/questions/33674631/jni-newstringutf-called-with-pending-exception-java-lang-nosuchmethoderror) be the case? At the point the issue was created, robusta was [v0.2](https://github.com/giovanniberti/robusta/blob/0.2/src/convert/safe.rs#L125), and it used jni-rs [v0.17.0](https://github.com/jni-rs/jni-rs/blob/v0.17.0/src/wrapper/jnienv.rs#L1003).

But may be you can remember if it's possible that you had a java exception thrown before you call `MyStruct::message`

I reproduced this problem when tried to pass `User` struct as an argument in tests to check its signature. ```bash Initialized env logger with level: info error: test failed, to...

So, it appears to be a stack overflow. This is how that [`TryIntoJavaValue` derive](https://github.com/uvlad7/robusta/blob/3d2196cb978e70a004ed0061ddb65fe66fadd575/tests/driver/native/src/lib.rs#L40) expands: ```rust #[automatically_derived] impl for User { type Target = ::robusta_jni::jni::objects::JObject, ) -> ::robusta_jni::jni::errors::Result { ::robusta_jni::convert::TryIntoJavaValue::try_into(self,...

I tried to localize the problem ``` $ git diff diff --git a/libxlsxwriter/include/xlsxwriter/common.h b/libxlsxwriter/include/xlsxwriter/common.h index c88287b..40954d5 100644 --- a/libxlsxwriter/include/xlsxwriter/common.h +++ b/libxlsxwriter/include/xlsxwriter/common.h @@ -134,6 +134,8 @@ typedef enum lxw_error { LXW_MAX_ERRNO...