skale-me / node-parquet

NodeJS module to access apache parquet format files
Apache License 2.0
57 stars 11 forks source link

ParquetWriter - Segmentation Fault #55

Open andrey-legayev opened 6 years ago

andrey-legayev commented 6 years ago

In some cases my node dies with following message: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

Reproducible on Ubuntu 16.04.4 LTS Node.js v6.10.3 (downloaded as binaries) node-parquet 0.2.6 (installed via npm with all dev-depenencies)

I can fetch more information if needed. This is my dev environment.

P.S. Thanks for parquet for node!!