[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847488#comment-16847488 ] Antoine Pitrou commented on ARROW-5410: --- What I would do in that case is try to progressively

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Tham (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847480#comment-16847480 ] Tham commented on ARROW-5410: - I have tried just before your comment, but unfortunately the standalone

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847470#comment-16847470 ] Antoine Pitrou commented on ARROW-5410: --- Can you try to write a standalone reproducer? > Crash at

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Tham (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847451#comment-16847451 ] Tham commented on ARROW-5410: - I just get a crash from customer machine (same windows version as mine), but

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Tham (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847446#comment-16847446 ] Tham commented on ARROW-5410: - I can assure. I run open() -> write data -> close() in one function

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Tham (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847427#comment-16847427 ] Tham commented on ARROW-5410: - Updated: {code:java} buffer: 017770FAA7A0 before while: nbytes: 51 in

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847428#comment-16847428 ] Antoine Pitrou commented on ARROW-5410: --- Thanks. Please make sure you don't close the OutputStream

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847418#comment-16847418 ] Antoine Pitrou commented on ARROW-5410: --- DCHECK is optimized away in release (optimized) builds.

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Tham (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847419#comment-16847419 ] Tham commented on ARROW-5410: - Sorry I cannot share all the code. Here is the code I used to create file

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Tham (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847416#comment-16847416 ] Tham commented on ARROW-5410: - Uhm, I try to run my application as normal app. here is the result:

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847399#comment-16847399 ] Antoine Pitrou commented on ARROW-5410: --- Also, how is the file object created? Do you instantiate a

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Tham (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847394#comment-16847394 ] Tham commented on ARROW-5410: - My application running as Windows service, I cannot output to console to see.

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847376#comment-16847376 ] Antoine Pitrou commented on ARROW-5410: --- Also, do you compile Arrow from source? I would suggest

[jira] [Commented] (ARROW-5410) Crash at arrow::internal::FileWrite

2019-05-24 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847375#comment-16847375 ] Uwe L. Korn commented on ARROW-5410: Can you share code to reproduce this crash? > Crash at