-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
支持macos 14.x #64182
Comments
你好,能否提供更详细信息? |
A fatal error has been detected by the Java Runtime Environment:SIGBUS (0xa) at pc=0x000000032401dae8, pid=15011, tid=78083JRE version: OpenJDK Runtime Environment Corretto-11.0.23.9.1 (11.0.23+9) (build 11.0.23+9-LTS)Java VM: OpenJDK 64-Bit Server VM Corretto-11.0.23.9.1 (11.0.23+9-LTS, mixed mode, tiered, compressed oops, g1 gc, bsd-aarch64)Problematic frame:C [libpaddle_inference.dylib+0x3df1ae8] .Lsgemm_tcopy_L8_M16_20+0x48No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java againIf you would like to submit a bug report, please visit:https://github.com/corretto/corretto-11/issues/--------------- S U M M A R Y ------------ Command Line: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:49972,suspend=y,server=n -Dproject.path=/Users/lemon/Project/IdeaProjects/ocr-service -XX:TieredStopAtLevel=1 -Xverify:none -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -Dmanagement.endpoints.jmx.exposure.include=* -javaagent:/Users/lemon/Library/Caches/JetBrains/IntelliJIdea2024.1/captureAgent/debugger-agent.jar -Dfile.encoding=UTF-8 com.thclouds.ocr.OcrServiceApplication Host: Mac14,3 arm64 1 MHz, 8 cores, 16G, Darwin 23.5.0 --------------- T H R E A D --------------- Current thread is native thread Stack: [0x000000030f6e0000,0x000000030f763000], sp=0x000000030f762d10, free space=523k siginfo: si_signo: 10 (SIGBUS), si_code: 1 (BUS_ADRALN), si_addr: 0x000000031e000000 Register to memory mapping: x0= Registers: Instructions: (pc=0x000000032401dae8) Stack slot to memory mapping: --------------- P R O C E S S --------------- VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap address: 0x00000006c0000000, size: 4096 MB, Compressed Oops mode: Zero based, Oop shift amount: 3 Heap: Card table byte_map: [0x000000011d6e0000,0x000000011dee0000] _byte_map_base: 0x000000011a0e0000 Marking Bits (Prev, Next): (CMBitMap*) 0x000000013b82f818, (CMBitMap*) 0x000000013b82f850 Polling page: 0x000000010422c000 Metaspace: Usage: Virtual space: Chunk freelists: MaxMetaspaceSize: unlimited CodeHeap 'non-profiled nmethods': size=238384Kb used=14883Kb max_used=14883Kb free=223501Kb Compilation events (20 events): GC Heap History (18 events): Deoptimization events (20 events): Classes redefined (0 events): Internal exceptions (20 events): Events (20 events): Dynamic libraries: VM Arguments: [Global flags] Logging: Environment Variables: Signal Handlers: --------------- S Y S T E M --------------- OS:uname:Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112 arm64 CPU:total 8 (initial active 8) 0x61:0x0:0xda33d83d:0, simd, crc, lse Memory: 16k page, physical 16777216k(15424k free), swap 0k(0k free) vm_info: OpenJDK 64-Bit Server VM (11.0.23+9-LTS) for bsd-aarch64 JRE (11.0.23+9-LTS), built on Apr 10 2024 18:37:57 by "ec2user" with clang Apple LLVM 14.0.0 (clang-1400.0.29.202) END. |
需求描述 Feature Description
mac os 14 调整了底层lib库 导致 导致保持无法使用
替代实现 Alternatives
No response
The text was updated successfully, but these errors were encountered: