-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bus error while running tests on OpenBSD #202
Comments
2 Qs:
|
Also, can you please share your HW details and specific git commit used. |
Answers to your question:
Git commit: 4b72a46 System: OpenBSD 6.2 x86-64 running in VirtualBox on Intel Core i7-7700 CPU @ 3.60GHz with 4 cores dedicated to the VM. Is that hardware description sufficient, or is there any other information you need? |
Regarding |
@ararslan The first few lines of your logfile:
My guess is that the original sin here is that |
or launch a bash shell without default env |
@ararslan What configuration are you targeting? I just realized that the compiler selected by The point is, currently, even if |
That's quite bizarre. In my configuration step I'm explicitly specifying
Interestingly, if I specify
|
The plot thickens... based on current master,
Full log: https://gist.github.com/ararslan/af959e918dce3f93844edd069173db19 So just running |
I've opened #208 . It will hopefully bring us closer to resolution on this. Not sure what to make of the sudden |
Give ad67dc4 a try. This commit should actually compile with the same compiler that was selected by |
This has indeed been fixed! All tests pass without errors on OpenBSD. Thanks! |
Great to hear. Thanks for the update, Alex. |
First I should note that I had to install Bash (it isn't installed by default) and make the following change in order to build on OpenBSD:
Now, to configure, build, and test BLIS on OpenBSD 6.2, I ran
which produced the following error:
I read the core dump file with GDB. Here's the backtrace:
The full configuration and build log is here: https://gist.github.com/ararslan/94a109f525423d28f212a0aa69163827.
The text was updated successfully, but these errors were encountered: