-
Notifications
You must be signed in to change notification settings - Fork 6
run example write arrow ipc format file meet error ,compile openjdk 23 #143
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
Comments
that's for raising this, seems like something happened in the linker. unfortunately I don't have a Windows machine on me at the moment, but the last tests in the CI pipeline ran successfully on windows. can you give me some details on how you ran this, your env etc? |
evn polars -scala compile on my windows with openjdk 23 scala 2.13.15 .rust latest |
Hi I am unable to reproduce this issue, can you attach the hs_err_pid24756.log file |
A fatal error has been detected by the Java Runtime Environment:EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff78b3c5d0, pid=23608, tid=34232JRE version: OpenJDK Runtime Environment (23.0.1+11) (build 23.0.1+11-39)Java VM: OpenJDK 64-Bit Server VM (23.0.1+11-39, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)Problematic frame:V [jvm.dll+0x44c5d0]No core dump will be written. Minidumps are not enabled by default on client versions of WindowsIf you would like to submit a bug report, please visit:https://bugreport.java.com/bugreport/crash.jsp--------------- S U M M A R Y ------------ Command Line: -javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2024.3\lib\idea_rt.jar=53041:C:\Program Files\JetBrains\IntelliJ IDEA 2024.3\bin -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 examples.scala.io.WritingToFileDatasets Host: 12th Gen Intel(R) Core(TM) i5-12500, 12 cores, 47G, Windows 11 , 64 bit Build 22621 (10.0.22621.4391) --------------- T H R E A D --------------- Current thread (0x0000020e7c4bc0d0): JavaThread "main" [_thread_in_vm, id=34232, stack(0x0000002d67300000,0x0000002d67400000) (1024K)] Stack: [0x0000002d67300000,0x0000002d67400000], sp=0x0000002d673fe6d0, free space=1017k The last pc belongs to native method entry point (kind = native) (printed below). siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0xffffffffffffffff Registers: Register to memory mapping: RAX=0x00010000cafedada is an unknown value Top of Stack: (sp=0x0000002d673fe6d0) Instructions: (pc=0x00007fff78b3c5d0) Stack slot to memory mapping: stack at sp + 0 slots: 0x0000020e6c905180 points into unknown readable memory: 0x6e616c2f61766100 | 00 61 76 61 2f 6c 61 6e Lock stack of current Java thread (top to bottom): native method entry point (kind = native) [0x0000020e0fbacde0, 0x0000020e0fbad938] 2904 bytes --------------- P R O C E S S --------------- Threads class SMR info: Java Threads: ( => current thread ) Other Threads: Threads with active compile tasks: VM state: not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap address: 0x0000000504800000, size: 12216 MB, Compressed Oops mode: Zero based, Oop shift amount: 3 CDS archive(s) mapped at: [0x0000020e26000000-0x0000020e26d70000-0x0000020e26d70000), size 14090240, SharedBaseAddress: 0x0000020e26000000, ArchiveRelocationMode: 1. GC Precious Log: Heap: Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TAMS=top-at-mark-start, PB=parsable bottom Card table byte_map: [0x0000020e7e2b0000,0x0000020e7fa90000] _byte_map_base: 0x0000020e7ba8c000 Marking Bits: (CMBitMap*) 0x0000020e7c542b60 Polling page: 0x0000020e7a3c0000 Metaspace: Usage: Virtual space: Chunk freelists: MaxMetaspaceSize: unlimited
Internal statistics: num_allocs_failed_limit: 0. CodeHeap 'non-profiled nmethods': size=120064Kb used=560Kb max_used=560Kb free=119503Kb Compilation events (20 events): GC Heap History (2 events): Dll operation events (13 events): Deoptimization events (20 events): Classes loaded (20 events): Classes unloaded (0 events): Classes redefined (0 events): Internal exceptions (20 events): VM Operations (16 events): Memory protections (0 events): Nmethod flushes (0 events): Events (18 events): Dynamic libraries: dbghelp: loaded successfully - version: 4.0.5 - missing functions: none VM Arguments: [Global flags] Logging: Environment Variables: Periodic native trim disabled --------------- S Y S T E M --------------- OS: CPU: total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 151 stepping 5 microcode 0x2e, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, clwb, hv, serialize, rdtscp, rdpid, fsrm, gfni, f16c, cet_ibt, cet_ss Memory: 4k page, system-wide physical 48837M (19180M free) vm_info: OpenJDK 64-Bit Server VM (23.0.1+11-39) for windows-amd64 JRE (23.0.1+11-39), built on 2024-09-30T07:20:43Z with MS VC++ 17.6 (VS2022) END. |
sorry ,let you wait so long time |
can you try with latest code in main branch to see if the issue is still present? |
tomorrow I will try ,please take attention for develop polars dataframe groupby agg pivot bring code into scala,thanks |
|
I think maybe it is success |
run WritingToFileDatasets.scala
The text was updated successfully, but these errors were encountered: