8000 regression on v1.1.x branch, doc build deadlocks by mdboom · Pull Request #852 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

regression on v1.1.x branch, doc build deadlocks #852

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

Merged
merged 1 commit into from
Apr 27, 2012

Conversation

mdboom
Copy link
Member
@mdboom mdboom commented Apr 27, 2012

since commit a00e510 (use threading Lock to protect class level font cache) the doc build deadlocks on 91% faq/how_to on an ubuntu 12.04 system

reverting only that commit fixes the issue
Using a recursive lock fixes it too.

@ghost ghost assigned jdh2358 Apr 23, 2012
@WeatherGod
Copy link
Member

If using a recursive lock fixes the problem, could you make a pull request with that, please? (I know nothing of the threading lock stuff...)

@mdboom
Copy link
Member
mdboom commented Apr 27, 2012

FYI: I'm able to reproduce the deadlock here. Trying with a recursive lock now...

@mdboom
Copy link
Member
mdboom commented Apr 27, 2012

Indeed, that resolves the issue...

@mdboom
Copy link
Member
mdboom commented Apr 27, 2012

@juliantaylor: Can you confirm the attached PR works for you? I'd like to somewhat fast-track this fix since it's so important.

8000

@juliantaylor
Copy link
Contributor Author

yes the PR fixes the issue.

mdboom added a commit that referenced this pull request Apr 27, 2012
regression on v1.1.x branch, doc build deadlocks
@mdboom mdboom merged commit b0d153e into matplotlib:v1.1.x Apr 27, 2012
@juliantaylor
Copy link
Contributor Author

fyi. ubuntu 12.04 has released with a snapshot from the v1.1.x branch including this fix. Should serious issues come up it will be upgraded to 1.1.1 final.
You may want to monitor the ubuntu bug tracker to catch more bugs for the 1.1.1 release.

@mdboom mdboom deleted the doc-building-deadlock branch March 3, 2015 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5B2F
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0