-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Intermittent repl test failures #7640
Comments
Hmmm. Looks like it's not just OSX either. |
Related to 3e2a2fa maybe? |
Just ran into this too on Travis: https://travis-ci.org/JuliaLang/julia/jobs/30245693#L1517 |
no, that one would result in a hung task |
This is failing quite frequently on travis. It's hard to get a passing build. We really need to fix this. |
Hi, failing again on the latest build: https://gist.github.com/pao/65690e5bfbbc8c88eb39 I'm on OSX, 10.9.4. Best F |
@Fedster Thanks for the report. Since this is the same failure as in the original report, and I don't believe it adds any new information, I have moved the contents into a gist (available at https://gist.github.com/pao/65690e5bfbbc8c88eb39 and linked in place above) which keeps this issue's discussion concise. |
@pao thanks for doing that |
I've got a bad feeling about this. Looks like it's not necessarily related to the repl test at all. |
Just did git fetch && git merge origin ... and testall passes |
Try running it a couple times. I find it's rather intermittent. On Tue, Jul 22, 2014 at 11:29 AM, Fedster notifications@github.com wrote:
|
I just tried twice more and testall passed all the times (i.e. passed 3 times in a row). |
https://gist.github.com/vtjnash/837ec5dc9e06a68a99a9 i find that failures in the repl test don't give an error log however |
this is the closest I got to what might be the backtrace: |
…ation" This reverts commit d303568. This commit breaks linux error handling. For example: julia> f()=f();f() Segmentation fault (core dumped)
@tkelman is pretty sure this fixed now. i agree that not having functions lying around containing invalid pointers is probably a good thing for avoiding segfaults. |
On the same machine at 0195310, ten runs of |
I'm getting intermittent test failures on OSX for the
repl
test:@Keno any ideas of what I could do to debug this? The backtrace isn't particularly helpful. Note that this is mostly happening when I'm running tests inside Homebrew or the nightly build process, I haven't been able to trigger it reliably yet.
The text was updated successfully, but these errors were encountered: