Re: [C++] Coredump when writing Arrow table to Parquet file

2021-08-22 Thread Micah Kornfield
Hi Shuai, I responded on the JIRA (and have a PR out to fix the issue I think). -Micah On Fri, Aug 20, 2021 at 5:39 AM 张帅 wrote: > Hello everyone, > > I'm suffering from a coredump issue when writing Arrow table to Parquet > file. This issue is stable reproducible when compiling Arrow without >

[C++] Coredump when writing Arrow table to Parquet file

2021-08-20 Thread 张帅
Hello everyone, I'm suffering from a coredump issue when writing Arrow table to Parquet file. This issue is stable reproducible when compiling Arrow without Jemalloc. I made some initial investigations: 1. It happened on v4.0.1 & master branch 2. It happened on different distro & different gcc ve