lidavidm commented on PR #449:
URL: https://github.com/apache/arrow-java/pull/449#issuecomment-2564988483
It crashes in malloc, though. I do have the core dump:
```
#0 __pthread_kill_implementation (threadid=<optimized out>,
signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
#1 0x00007f6268d37f1f in __pthread_kill_internal (signo=6,
threadid=<optimized out>) at ./nptl/pthread_kill.c:78
#2 0x00007f6268ce8fb2 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#3 0x00007f6268cd3472 in __GI_abort () at ./stdlib/abort.c:79
#4 0x00007f6268d2c430 in __libc_message (action=action@entry=do_abort,
fmt=fmt@entry=0x7f6268e48b80 "Fatal glibc error: malloc assertion failure in
%s: %s\n")
at ../sysdeps/posix/libc_fatal.c:155
#5 0x00007f6268d442bc in __malloc_assert (function=0x7f6268e49ba0
<__PRETTY_FUNCTION__.8> "sysmalloc", line=2611, file=<synthetic pointer>,
assertion=0x7f6268e49330 "(old_top == initial_top (av) && old_size == 0)
|| ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned
long) old_end & (pagesize - 1)) == 0)") at ./malloc/malloc.c:299
#6 sysmalloc (nb=nb@entry=2624, av=av@entry=0x7f6260000030) at
./malloc/malloc.c:2611
#7 0x00007f6268d4508e in _int_malloc (av=av@entry=0x7f6260000030,
bytes=bytes@entry=2614) at ./malloc/malloc.c:4403
#8 0x00007f6268d45989 in __GI___libc_malloc (bytes=2614) at
./malloc/malloc.c:3323
#9 0x00007f61321523bf in orc::DataBuffer<char>::reserve(unsigned long) ()
from /tmp/target7371369939985176724arrow_orc_jni
#10 0x00007f6132152426 in
orc::DataBuffer<char>::DataBuffer(orc::MemoryPool&, unsigned long) () from
/tmp/target7371369939985176724arrow_orc_jni
#11 0x00007f613214c9dc in
orc::createReader(std::unique_ptr<orc::InputStream,
std::default_delete<orc::InputStream> >, orc::ReaderOptions const&) ()
from /tmp/target7371369939985176724arrow_orc_jni
#12 0x00007f613160f6cd in
arrow::adapters::orc::ORCFileReader::Impl::Open(std::shared_ptr<arrow::io::RandomAccessFile>
const&, arrow::MemoryPool*) ()
from /tmp/target7371369939985176724arrow_orc_jni
#13 0x00007f6131609bd2 in
arrow::adapters::orc::ORCFileReader::Open(std::shared_ptr<arrow::io::RandomAccessFile>
const&, arrow::MemoryPool*) ()
from /tmp/target7371369939985176724arrow_orc_jni
#14 0x00007f6131170270 in
Java_org_apache_arrow_adapter_orc_OrcReaderJniWrapper_open () from
/tmp/target7371369939985176724arrow_orc_jni
#15 0x00007f624fc6b9c0 in ?? ()
#16 0x0000000000000000 in ?? ()
```
--
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]