Re: [C++] parquet::arrow::WriteTable process exited with code 0177

2022-05-23 Thread Rares Vernica
Thank you, the hint about not seeing Parquet frames helped me solve the issue. I was not linking the Parquet .so with the plugin .so. Once linked everything worked as expected. Thank you, Rares On Sat, May 21, 2022 at 10:45 PM Micah Kornfield wrote: > Hi Rares, > Based on the stack trace, I'm n

Re: [C++] parquet::arrow::WriteTable process exited with code 0177

2022-05-21 Thread Micah Kornfield
Hi Rares, Based on the stack trace, I'm not seeing any Arrow/Parquet related frames. Two things come to mind: 1. This seems like it might be heap corruption (see https://stackoverflow.com/questions/10578315/segmentation-fault-in-dl-runtime-resolve). Try running using ASAN or valgrind. 2. (Less l

[C++] parquet::arrow::WriteTable process exited with code 0177

2022-05-21 Thread Rares Vernica
Hello, We have a plugin that writes both Arrow and Parquet format files. We are experiencing an issue when using Parquet format, while Arrow format works just fine. More exactly, the process crashes in parquet::arrow::WriteTable. Using gdb we identified the line when the process crashes https://g