-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
eclipse下SRL在create时出错fatal error #37
Comments
A fatal error has been detected by the Java Runtime Environment: EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x000007fefd04a06d, pid=12656, tid=0x00000000000039d8 Failed to write core dump. Minidumps are not enabled by default on client versions of Windows If you would like to submit a bug report, please visit: --------------- T H R E A D --------------- Current thread (0x0000000001d0e800): JavaThread "main" [_thread_in_native, id=14808, stack(0x00000000028a0000,0x00000000029a0000)] siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x0000000019930520 0x000000000299d820 0x000007fee07eeda8 0x000007fee02e0000 Registers: Top of Stack: (sp=0x000000000299d6b0) Instructions: (pc=0x000007fefd04a06d) Register to memory mapping: RAX=0x0000000061a30b9c is an unknown value Stack: [0x00000000028a0000,0x00000000029a0000], sp=0x000000000299d6b0, free space=1013k Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) --------------- P R O C E S S --------------- Java Threads: ( => current thread ) Other Threads: VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: Card table byte_map: [0x0000000011d60000,0x0000000012730000] byte_map_base: 0x000000000e924000 Marking Bits: (ParMarkBitMap*) 0x0000000077c7f860 Polling page: 0x0000000000350000 CodeCache: size=245760Kb used=1153Kb max_used=1159Kb free=244606Kb Compilation events (10 events): GC Heap History (0 events): Deoptimization events (0 events): Classes redefined (0 events): Internal exceptions (2 events): Events (10 events): Dynamic libraries: VM Arguments: Environment Variables: --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 (6.1.7601.23915) CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2 Memory: 4k page, physical 12499500k(4459080k free), swap 24997140k(10373924k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (25.161-b12) for windows-amd64 JRE (1.8.0_161-b12), built on Dec 19 2017 17:52:25 by "java_re" with MS VC++ 10.0 (VS2010) time: Wed Mar 21 19:27:59 2018 |
同问,一样的错误 |
新版本的SRL暂时还未支持java。可以降低版本或使用其他语言的srl接口。 |
@liu946 老师,我观察到从ltp4j项目clone的默认ltp(c++)版本为3.3.2,但进行编译后SRL仍然出现了上述错误(模型为pisrl_win.model)。请问您指的降低版本是降低ltp4j的版本吗?若不是,上述问题如何解决。还望老师解答。 |
基于LTP 3.4.0编译的LTP4J,编译好后按照教程建立eclipse下的java工程,简单测试函数功能,ner/pos/parser/seg正常运行,srl在create时抛错(采用的新版pisrl_win.model)。
错误异常如下:
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x000007fefd04a06d, pid=12656, tid=0x00000000000039d8
JRE version: Java(TM) SE Runtime Environment (8.0_161-b12) (build 1.8.0_161-b12)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.161-b12 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [KERNELBASE.dll+0x1a06d]
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:
E:\WORKSPACE\LTP_new_version\hs_err_pid12656.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.
The text was updated successfully, but these errors were encountered: