hi, Could you clarify what you mean by "regex calls"? Are you talking about boost::regex, std::regex, something else? How did you link the relevant libraries in each part of your application, and in the Arrow + Parquet libraries
0.9.0 is over 1000 patches ago. I'd recommend that you try to upgrade $ git hist apache-arrow-0.9.0..master | wc -l 1540 - Wes On Tue, Dec 11, 2018 at 10:58 PM Rares Vernica <rvern...@gmail.com> wrote: > > Hello, > > We are using the C++ bindings of Arrow 0.9.0 on our system on CentOS. Once > we load the Arrow library, our regular regex calls (outside of Arrow) > misbehave and trigger some unknown crashes. We are still trying to figure > things out but I was wondering if there are any know issues regarding regex > and the C++ binding. Also, how can one turn on/off flags related to regex > when compiling Arrow? We are still trying to isolate the crash. > > Thanks! > Rares