-
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
Fuzzer seg faulting on certain seeds #7009
Comments
ran fuzzer locally for hour no repo , also most of meta fuzzer tests that run continuously have not been failing |
will keep an eye on it |
Summary: For some reason the check seems to silence the CircleCI error! there is several seg faults in fuzzer where debugging showed that vector is null! facebookincubator#7009 The problem could be a generic memory corruption, hope that this check might make it more verbose. Differential Revision: D50245829
Summary: For some reason the check seems to silence the CircleCI error! there is several seg faults in fuzzer where debugging showed that vector is null! facebookincubator#7009 The problem could be a generic memory corruption, hope that this check might make it more verbose. Differential Revision: D50245829
Summary: For some reason the check seems to silence the CircleCI error! there is several seg faults in fuzzer where debugging showed that vector is null! facebookincubator#7009 The problem could be a generic memory corruption, hope that this check might make it more verbose. Differential Revision: D50245829
Summary: Pull Request resolved: #7032 For some reason the check seems to silence the CircleCI error! there is several seg faults in fuzzer where debugging showed that vector is null! #7009 The problem could be a generic memory corruption, hope that this check might make it more verbose. Reviewed By: kgpai Differential Revision: D50245829 fbshipit-source-id: b4188ec88531849d0f8ab4a049b717ceb122bc5a
the update allowed for repo |
Summary: This is not a sound but not complete fix for leaking lazy vectors . This should fix facebookincubator#7009 and potentially reduce errors or fix: facebookincubator#7331 and facebookincubator#7330 A more comprehensive refactor is planned for a more sound approach. Reviewed By: Yuhta Differential Revision: D50936749
…ded (facebookincubator#7390) Summary: This is not a sound but not complete fix for leaking lazy vectors . This should fix facebookincubator#7009 and potentially reduce errors or fix: facebookincubator#7331 and facebookincubator#7330 A more comprehensive refactor is planned for a more sound approach. Reviewed By: Yuhta Differential Revision: D50936749
@laithsakka My pull request encountered this error, and from the logs, it seems to be the issue you were trying to reproduce. Indeed, a null VARCHAR was generated. |
Description
Expression fuzzer seems to be seg faulting in some prs.
I presume this bug is inside velox (might be inside fuzzer too ?).
Error Reproduction
See here : https://app.circleci.com/pipelines/github/facebookincubator/velox/35528/workflows/7fc31ec9-1a6f-4a3d-ae40-8e1e23a51c2e/jobs/234352
https://app.circleci.com/pipelines/github/facebookincubator/velox/35470/workflows/dd76500f-40d5-4a54-a1aa-4cfba56c63e6/jobs/233879/artifacts
Relevant logs
The text was updated successfully, but these errors were encountered: