amoeba commented on issue #39237: URL: https://github.com/apache/arrow/issues/39237#issuecomment-1892815688
Hi @qed-, thanks for the report. I can confirm this reproduces for me as well on Windows using your above reproducer. This doesn't appear to happen on macOS. Running the server under WinDbg, I get the following which may or may not be useful: ``` (477c.6fc): Access violation - code c0000005 (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. arrow_flight!arrow::flight::FlightWriteSizeStatusDetail::type_id+0x14d0e0: 00007ffe`4a28be60 f0480fc14308 lock xadd qword ptr [rbx+8],rax ds:00000000`00000008=???????????????? ``` I think the next step would be to re-run this with a debug build and do some exploring in a debugger. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
