Skip to content
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

Master branch failed at building on macos (assertion failure) #4104

Closed
vertexclique opened this issue Dec 3, 2012 · 9 comments
Closed

Master branch failed at building on macos (assertion failure) #4104

vertexclique opened this issue Dec 3, 2012 · 9 comments
Labels
O-macos Operating system: macOS

Comments

@vertexclique
Copy link
Member

Lovely error logged here:

https://gist.github.com/4197826

@ghost ghost assigned brson Dec 3, 2012
@brson
Copy link
Contributor

brson commented Dec 3, 2012

This is likely related to recent rustdoc refactoring. I can't reproduce on Linux. Trying mac.

@vertexclique
Copy link
Member Author

@brson also incoming gives same Brian

@brson
Copy link
Contributor

brson commented Dec 4, 2012

I can't reproduce this on my mac using commit e939d9 by running make docs. Perhaps you can bisect to figure out which commit introduced the problem?

@vertexclique
Copy link
Member Author

Bisecting: 0 revisions left to test after this (roughly 0 steps)
[f34833a] librustc: Make a.b() always a method call. r=nmatsakis

@vertexclique
Copy link
Member Author

Last good one is f34833a

@brson
Copy link
Contributor

brson commented Dec 13, 2012

So is 5b5a0df the first one that breaks? That doesn't seem like a commit that would affect rustdoc.

pipe only has a few failure modes, and the most obvious ones are related to file handle limits. I wonder if OS X has a knob somewhere to increase or decrease the max open per-process and global file handles. If so, maybe that's something I can decrease here to reproduce it.

@pnkfelix
Copy link
Member

Not critical for 0.6; de-milestoning

@pnkfelix
Copy link
Member

pnkfelix commented May 2, 2013

should we consider closing this? Is @vertexclique still encountering this problem?

@thestinger
Copy link
Contributor

Closing, doesn't seem to be an issue anymore.

RalfJung added a commit to RalfJung/rust that referenced this issue Dec 26, 2024
Provide a way to compare benchmark results with baseline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-macos Operating system: macOS
Projects
None yet
Development

No branches or pull requests

4 participants