vibhatha commented on PR #41772: URL: https://github.com/apache/arrow/pull/41772#issuecomment-2149615904
> Here's the output of the jvm dumpstream file after 15 attempts: > > ``` > # Created at 2024-06-05T08:41:26.092 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '#'. > > # Created at 2024-06-05T08:41:26.092 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# A fatal error has been detected by the Java Runtime Environment:'. > > # Created at 2024-06-05T08:41:26.092 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '#'. > > # Created at 2024-06-05T08:41:26.094 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# SIGSEGV (0xb) at pc=0x000000012900f0b0, pid=12023, tid=25859'. > > # Created at 2024-06-05T08:41:26.094 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '#'. > > # Created at 2024-06-05T08:41:26.098 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# JRE version: OpenJDK Runtime Environment Temurin-21.0.3+9 (21.0.3+9) (build 21.0.3+9-LTS)'. > > # Created at 2024-06-05T08:41:26.098 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (21.0.3+9-LTS, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)'. > > # Created at 2024-06-05T08:41:26.098 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# Problematic frame:'. > > # Created at 2024-06-05T08:41:26.101 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream 'C [jnilib-9883367339098451313.tmp+0x12bb0b0] arrow::PoolBuffer::Reserve(long long)+0xc4'. > > # Created at 2024-06-05T08:41:26.101 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '#'. > > # Created at 2024-06-05T08:41:26.102 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again'. > > # Created at 2024-06-05T08:41:26.102 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '#'. > > # Created at 2024-06-05T08:41:26.104 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# An error report file with more information is saved as:'. > > # Created at 2024-06-05T08:41:26.118 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# /Users/runner/work/arrow-crossbow/arrow-crossbow/arrow/java/dataset/hs_err_pid12023.log'. > > # Created at 2024-06-05T08:41:26.118 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '#'. > > # Created at 2024-06-05T08:41:26.119 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# If you would like to submit a bug report, please visit:'. > > # Created at 2024-06-05T08:41:26.121 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '# https://github.com/adoptium/adoptium-support/issues'. > > # Created at 2024-06-05T08:41:26.127 > Corrupted channel by directly writing to native stream in forked JVM 2. Stream '#'. > ``` @lidavidm seems like we have an issue here ```bash arrow::PoolBuffer::Reserve(long long) ``` We probably need to get this dump, download locally and debug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
