-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(signal: 11, SIGSEGV: invalid memory reference) reported during release verification #5145
Comments
Currently I only reproduced it in the temp env (via the script). I'll try to find other ways to reproduce it to provide more infos. |
I see this quite frequently when I run unit tests. |
I cannot get the tarball via verify script now, it reports a "not found" error. I've checked that page and it only contains arrow things. Maybe I miss something? But the normal test method (cargo test) on my env still passes. |
Once the RC is approved, it gets moved in SVN to I can go dig up old versions if anyone needs them from the SVN repo |
I reproduced it when verifying release 19.0.0 RC1. I suspect this SIGSEGV is caused by stack overflow when running test It has 784 stack frames when failing:
So this is not a bug in DataFusion? But I wonder why others can pass. |
Is it possible that 10 MB is not enough for that round trip test? |
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 wonder if you have some environment set (e.g. |
I'm unsure about the behavior, but the last time I ran into stack overflow (in GreptimeTeam/greptimedb#734) also got a SIGSEGV (but the way they run out of stack is different).
I don't set anything into
From the result I guess yes. But when I run the case in my develop environment everything goes well, and |
Yes I believe it does |
Have we seen this issue recently 🤔 |
No. I haven't seen it for the recent month. I think we can close this issue |
Describe the bug
Reported by @waynexia on the dev mailing list https://lists.apache.org/thread/j1t3oly1p175p6xh3dlrojgldmx3h6pm
Expected behavior
Script should pass
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: