You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff838689973, pid=21144, tid=0x00000000000024a0
JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [lib_lightgbm.dll+0x9973]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
An error report file with more information is saved as:
D:\Projects\eclipse\lightgbm-2.2.1\hs_err_pid21144.log
If you would like to submit a bug report, please visit: http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
Reproducible examples
I have generated a JAR file containing the LightGBM C API wrapped by SWIG. When I want to load training data in Java using LGBM_DatasetCreateFromFile(String jarg1, String jarg2, long jarg3, long jarg4) defined in lightgbmlibJNI.calss,I don't know how to pass arguments jarg3 and jarg4.so I put 2 long variables,and it went wrong as above.
My Java codes are as follows:
I
Environment info
Operating System:
Windows 10
CPU/GPU model:
CPU
C++/Python/R version:
Error message
D:\Projects\eclipse\lightgbm-2.2.1\rank.train
com.microsoft.ml.lightgbm.SWIGTYPE_p_void
[LightGBM] [Info] Loading query boundaries...
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff838689973, pid=21144, tid=0x00000000000024a0
JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [lib_lightgbm.dll+0x9973]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
An error report file with more information is saved as:
D:\Projects\eclipse\lightgbm-2.2.1\hs_err_pid21144.log
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
Reproducible examples
I have generated a JAR file containing the LightGBM C API wrapped by SWIG. When I want to load training data in Java using LGBM_DatasetCreateFromFile(String jarg1, String jarg2, long jarg3, long jarg4) defined in lightgbmlibJNI.calss,I don't know how to pass arguments jarg3 and jarg4.so I put 2 long variables,and it went wrong as above.
My Java codes are as follows:
The text was updated successfully, but these errors were encountered: