[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958490#comment-16958490 ] Neal Richardson commented on ARROW-6977: I made ARROW-6983 for the threading issue. ARROW-6979 is

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Wes McKinney (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958435#comment-16958435 ] Wes McKinney commented on ARROW-6977: - The thread pool thing seems to be a new issue, can we open a

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958403#comment-16958403 ] Neal Richardson commented on ARROW-6977: I applied the patch and have run the R test suite 10

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958328#comment-16958328 ] Neal Richardson commented on ARROW-6977: Just a reminder that this is on master but I've rebuilt

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958329#comment-16958329 ] Antoine Pitrou commented on ARROW-6977: --- Can you give this patch a try? Run with it a number of

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958327#comment-16958327 ] Neal Richardson commented on ARROW-6977: Re-running a bunch now, I've crashed here (to the best

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958318#comment-16958318 ] Neal Richardson commented on ARROW-6977: On this particular crash (after 14 assertions passed),

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958316#comment-16958316 ] Neal Richardson commented on ARROW-6977: It doesn't always fail in the same place. Sometimes I

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958313#comment-16958313 ] Antoine Pitrou commented on ARROW-6977: --- Yeah, but what does the test it fails in precisely do? >

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958309#comment-16958309 ] Neal Richardson commented on ARROW-6977: {code} (lldb) bt all libR.dylib was compiled with

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958305#comment-16958305 ] Neal Richardson commented on ARROW-6977: It most often fails in the CSV reader, which itself has

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958304#comment-16958304 ] Antoine Pitrou commented on ARROW-6977: --- Also, it would be nice if you could give a bit of context?

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958302#comment-16958302 ] Antoine Pitrou commented on ARROW-6977: --- Could you post the backtrace for all threads? Something

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958299#comment-16958299 ] Neal Richardson commented on ARROW-6977: With lldb: {code} Assertion failed: (ec == 0), function

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958295#comment-16958295 ] Antoine Pitrou commented on ARROW-6977: --- You can try running the executable using "gdb --args".

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958294#comment-16958294 ] Neal Richardson commented on ARROW-6977: Update: I wiped my build dir and rebuilt with

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958290#comment-16958290 ] Neal Richardson commented on ARROW-6977: With some handholding, I'm sure I could. > [C++] Only

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958288#comment-16958288 ] Antoine Pitrou commented on ARROW-6977: --- [~npr] can you produce a gdb backtrace for that error? >

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958287#comment-16958287 ] Antoine Pitrou commented on ARROW-6977: --- The error message is misleading, it's about missing

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Wes McKinney (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958253#comment-16958253 ] Wes McKinney commented on ARROW-6977: - Not having pthread seems a bit weird to me, I'm not sure what

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958219#comment-16958219 ] Neal Richardson commented on ARROW-6977: That said, I am experiencing this error occasionally

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958216#comment-16958216 ] Antoine Pitrou commented on ARROW-6977: --- Ah... can you run the tests fine? Also the C++ tests. >

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958215#comment-16958215 ] Neal Richardson commented on ARROW-6977: It's just a message, it doesn't appear to error, at

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958214#comment-16958214 ] Antoine Pitrou commented on ARROW-6977: --- I wonder why this didn't come up on CI. Is macOS younger

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958212#comment-16958212 ] Neal Richardson commented on ARROW-6977: I'm not sure, but it sounds like the kind of thing we'll

[jira] [Commented] (ARROW-6977) [C++] Only enable jemalloc background_thread if feature is supported

2019-10-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16958205#comment-16958205 ] Antoine Pitrou commented on ARROW-6977: --- This sounds critical to get in for 0.15.1, right? > [C++]