waynexia commented on issue #5145: URL: https://github.com/apache/arrow-datafusion/issues/5145#issuecomment-1447523660
>It is also very strange this results in a SIGSEGV for you (but normally I would expect a rust panic when the stack is exhausted) I'm unsure about the behavior, but the last time I ran into stack overflow (in https://github.com/GreptimeTeam/greptimedb/pull/734) also got a SIGSEGV (but the way they run out of stack is different). >I wonder if you have some environment set (e.g. RUSTC_FLAGS or similar) that might be changing the behavior 🤔 I don't set anything into `RUSTC_FLAGS`. Maybe this is controlled by something else? And I don't remember I've adjusted something special. But this is (only) reproducible with verify script, IIRC it would create a temporary dry rust env for verification, right? >Is it possible that 10 MB is not enough for that round trip test? From the result I guess yes. But when I run the case in my develop environment everything goes well, and `lldb` won't report SIGSEGV. I'm a bit confusing 🧐 -- 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]
