I've been working on a PR [1] that passes CI under linux/mac builds (when the master build isn't broken). I've been able to run it locally (linux VM), using both ASAN and Valgrind without issues. But I'm getting consistent errors (looks like a segfault) when building on windows on under static_crt_build [2]. I can't seem to get that version of the build working on a Windows 10 VM with MSVC 2017 (it does pass when i follow the normal windows build instructions with Ninja and CLcache [3]).
I would appreciate help in any of the following ways (and other suggestions welcome): 1. Give detailed instructions on how to replicate the static_crt_build appveyor build in a VM (I use virtual box). 2. Take a look at the pull request to see if they can spot anything I'm doing wrong. 3. Try to replicate this locally in there own Windows setup. 4. General advice on what might cause this type of disparity (or suggest cmake flags on linux that might give s similar issue). Thanks, Micah [1] https://github.com/apache/arrow/pull/3579 [2] https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/22330955/job/0v0a52lk6y0m73qb [3] https://arrow.apache.org/docs/cpp/md__windows.html