pitrou commented on issue #44342:
URL: https://github.com/apache/arrow/issues/44342#issuecomment-2622105911
Ok, looking at the disassembly and especially at the crashing point:
```
0x00007efbe44e2879 <+73>: data16 data16 callq 0x7efbe26e6a60
<__tls_get_addr@plt>
=> 0x00007efbe44e2881 <+81>: cmpb $0x0,0x330(%rax)
```
it seems that it's another instance of thread-local storage (TLS)-related
crash in jemalloc.
A random guess of mine is that it might have to do with the fact that
jemalloc uses a large TLS area (more than 2kB according to
[this](https://github.com/jemalloc/jemalloc/issues/2472#issuecomment-2138481417)).
In any case, I suggest you report it on the [jemalloc issue
tracker](https://github.com/jemalloc/jemalloc/).
--
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]