-
Notifications
You must be signed in to change notification settings - Fork 76
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
Segmentation Violation in nightly tests #1271
Comments
Note that this is a |
Here's the GDB output:
|
The second stack backtrace is unrelated to the stack backtrace printed from the actual problem you reported above (one fails in the clip primitive, the other one while parsing some performance counter name - during startup). was one generated using ASAN? |
The second one is built with ASAN, yes. Here's gdb output from the crash without ASAN:
|
@khuck there are two: the one in the very report (top of this list) and the second one generated in gdb you posted just now. |
@hkaiser I edited my comment - please refresh to get the correct stack trace. |
@hkaiser any ideas on this one? It's currently the only |
The nightly tests are down to just Phylanx-related failures, and one of them is:
292 - tests.unit.plugins.matrixops.clip (Failed)
See http://omega.nic.uoregon.edu:8020/#/builders/2/builds/254/steps/16/logs/stdio for more details.
The text was updated successfully, but these errors were encountered: