-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[YSQL] YBCDestroyPgGate called twice in PgMiniTest.WriteRetry #3236
Labels
area/docdb
YugabyteDB core features
area/ysql
Yugabyte SQL (YSQL)
kind/failing-test
Tests and testing infra
Comments
Looking over our 600 builds, just for FATAL errors, seems like we're hitting this quite a lot:
Example tests:
cc @d-uspenskiy This also generates various use-after-free errors in ASAN:
|
bmatican
added
area/docdb
YugabyteDB core features
area/ysql
Yugabyte SQL (YSQL)
kind/failing-test
Tests and testing infra
labels
Feb 28, 2020
d-uspenskiy
added a commit
that referenced
this issue
Apr 3, 2020
Summary: postgres function `die()` prepares process exit, real exit will be performed in `proc_exit` function in main thread. `proc_exit` has a call of YBOnPostgresBackendShutdown function, it should not be called in `die()` function. Test Plan: Jenkins Reviewers: mikhail, oleg Reviewed By: oleg Subscribers: bogdan, oleg, yql Differential Revision: https://phabricator.dev.yugabyte.com/D8186
@d-uspenskiy: can this issue be closed now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/docdb
YugabyteDB core features
area/ysql
Yugabyte SQL (YSQL)
kind/failing-test
Tests and testing infra
The text was updated successfully, but these errors were encountered: