-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Hexagon apps are failing recently #7828
Comments
Actual dump result:
|
So this appears to be a potential order-of-teardown problem: In any event, this is gonna be very hard for me to debug further since the contents of ReadSymbolValue() are in Qualcomm code I don't have the source for -- I'm gonna assign this to @pranavb-ca to investigate. In the meantime, we may want/need to turn off testing of Hexagon on the buildbots to avoid the failure reports clogging things up. |
@steven-johnson - Thanks for the spadework so far. looking into this |
I thought I had reproduced the problem but I was wrong (It was user error) In the past we had had problems with Hexagon tools version mismatches. That is when Anyway, I checked the buildbot logs and it does appear that 8.4.11 tools are used to build @steven-johnson - Any chance I could get hold of |
Also, I do not understand why the apps are failing but the correctness tests that use HVX aren't crashing in the same manner. |
Steven is out for the week, but I can get you stuff from the bots if that's helpful. I'm not sure what you're asking for though, because as far as I understand it, those files are checked in to the repo, rather than automatically built on the bots. Can you point me to the buildbot log where you saw them built? |
@abadams - for target offloading on the hexagon simulator, we need two runtime binaries - Locally, I am building the hexagon runtime ( Once these issues are fixed, we plan to remove the binaries that reside in the repository. I myself am on vacation starting tomorrow and back next Wednesday. So, I propose that I revert halide/build_bot#237 for now so that the bots pick up the checked-in binaries again. I can then come back next week and take a look at this again. Sounds good? |
I see, thanks. I've merged the revert PR. |
As of a few days ago, apps/blur and apps/camera_pipe are failing to run with
host-hvx
builds on the linuxbot emulators. Doing some debugging on those devices, something about the paths to sim_remote is broken; running the relevant camera_pipe app directly fails with a segfault.(EDIT: previous error message reported was wrong, please ignore)
The text was updated successfully, but these errors were encountered: