-
Notifications
You must be signed in to change notification settings - Fork 12
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
Rsytrd.test_double fails #70
Comments
Hmm, I don't know why it fails. These tests are not mandatory, and they may not be serious.
|
Well maybe my report didn't emphasize enough on one aspect: the test just doesn't fail, it crashes (Segmentation fault). Can you reproduce my observations ? Having said that, don't get me wrong: I am hugely appreciative of all the work you've done to make this multi-precision library available. It's very early days for me and I have a lot to explore and to learn ! |
Thanks, and you have a reason. And I couldn't reproduce it. I used Docker_fable to reproduce the result. Such an error occurred when the wine setup is something went wrong How about other tests? like Best regards |
Wine is (at first sight) not the cause of the problems. I have configured WINEPATH correctly so it picks up the necessary run-time libraries.
Besides, as I mentioned in my initial report:
What I find suspicious, is that the test crashes both when compiled for Linux and when compiled for Windows. This is not a definitive proof, but suggests that it's not a tool-related issue, but perhaps a genuine issue in the mplapack library or in the test itself ? |
Hi,
I've just built mplapack 2.0.1 from scratch (on Suse Linux Enterprise 12), and Rsytrd.test_double fails (all other tests for all other possible formats are passing)
I tried a few different things:
and it consistently fails.
Running natively on Windows or on Linux via wine also fails.
Running via wine shows some possibly relevant details (but I'm not really skilled enough to know....)
It's quite obscure to me why MPFR would be involved at all in this test, since it's a native 'double' test and not really a multi-precision tests.
However I also tried upgrading the built-in MPFR 4.1.0-p13 to MPFR 4.2.0-p9 and it still fails in the same way.
Can anyone reproduce ? I have unfortunately no idea how to go about debugging this....
The text was updated successfully, but these errors were encountered: