Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix stackoverflow and logcontexts from linearizer #2532
Conversation
richvdh
assigned
erikjohnston
Oct 11, 2017
richvdh
merged commit cc794d6
into
develop
Oct 11, 2017
6 of 8 checks passed
Sytest Dendron (Commit)
Build #2758 origin/rav/fix_linearizer failed in 4 min 52 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #3592 origin/rav/fix_linearizer succeeded in 4 min 15 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #3690 origin/rav/fix_linearizer succeeded in 1 min 50 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
richvdh
deleted the
rav/fix_linearizer
branch
Oct 11, 2017
This was referenced Oct 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
richvdh commentedOct 11, 2017
make it not blow out the stack when there are more than 50 things waiting
for a lock. Fixes #2505.
Make it not mess up the log contexts.