-
Notifications
You must be signed in to change notification settings - Fork 189
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
tests fail on macOS ppc/ppc64; on 10.6.8 x86_64 two tests fail #541
Comments
Well, it is totally broken. Passing
Something I see for the first time :) |
UPD. Okay, looks like
|
And while I realize that Rosetta is not a concern for most of people, not using archflags gonna probably break universal builds. |
After fixing archflags and
:( |
Same macOS version, but
|
Thanks for raising this issue! We the TACO developers don't have access to any PPC machines to develop on, so it's hard for us to push on this any further. I believe the qcd test is known to fail on non-x86 systems (#528), but unsure why the cli test is failing. |
@rohany Do you know if it has been tested on 32-bit BSD or Linux? |
The CI runs on x86 machines, though I'm guessing they are 64 bit, not 32 bit. |
@rohany Given how all tests fail on PPC identically on the same spot |
@barracuda156, I think that's a good place to push on if you are motivated to fix this bug. I don't have the bandwidth right now to dig into this, but I'll be happy to review a PR with a fix. |
@rohany A quick update on the matter: the failures have nothing to do with 32-bitness: I have built |
@rohany Does this suggest something?
|
this does not really help -- collecting a backtrace in gdb, with TACO built in debug mode would give more of an idea of what's going wrong. |
@rohany Trying to run with GDB:
|
Can you set a breakpoint there and catch before the assertion goes off? It seems like that is messing up the backtrace here, which we're close to getting something useful from. |
Building on macOS 10.6 with
gcc12
, I get this error:The text was updated successfully, but these errors were encountered: