-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Diagnose and fix SIGSEGV/SIGABRTs #2987
Labels
Comments
wchargin
added a commit
that referenced
this issue
Dec 2, 2019
Summary: See <#2987> for context. Test Plan: See what Travis thinks. wchargin-branch: disable-dynplugin-smoke
wchargin
added a commit
that referenced
this issue
Dec 2, 2019
Summary: See <#2987> for context. Test Plan: That CI passes suffices. wchargin-branch: disable-dynplugin-smoke
@psybuzz: Do we know whether this is still an issue on Xenial? |
Using #3139 as a test PR, the SIGSEV/SIGABRT is gone, but now one of the examples is failing with a different error about https://travis-ci.org/tensorflow/tensorboard/jobs/636562069
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All Travis builds are currently failing in the example plugin smoke test:
I reported this as an upstream issue two weeks ago, but it hasn’t been
fixed yet: tensorflow/tensorflow#34427. At
that time, we were also in the process of migrating from Travis .com to
.org. That migration “happened” to fix the problem, but that may have
been a caching issue. We’ve pinned ourselves to non-broken TF nightlies
(#2947), but that doesn’t appear to have sufficed.
As a quick fire extinguisher, I’m disabling the test, but this is
actually a pretty important test to keep around: it’s our sole
integration test for the dynamic plugin system.
The text was updated successfully, but these errors were encountered: