Bus error when running GDL on macOS Sonoma 14.2.1 #1728
-
First time building GDL, so I may be missing something. Any help is appreciated.
The build steps I took are:
I've also tried building the app and dmg, which seems to work fine, and I'm able to launch GDL via the app icon as well. But I still get the crash either way. I'm likely missing something |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
😞 On OSX I made frequent & extensive tests on x86 (intel) and also M1/M2 without any troubles |
Beta Was this translation helpful? Give feedback.
-
I tested (two weeks ago) on M2 & macOS 14 (not sure on the details) and it was fine (including plot through network !) 1/ did you make : ./scripts/build_gdl.sh check (or test) could you have a look to : otools -L /path/to/exe/gdl (maybe something is missing ?) |
Beta Was this translation helpful? Give feedback.
-
@spacemanjosh Ha, I am not on 14.x, but only 13.y ... Maybe the main point ... No way to test that by myself
(remotely on a laptop of one student here ... thanks !) Whouaou, large update of the Brew when making ./scripts/build_gdl.sh prep, including LLVM ... Difficult to help more 😞 What I would do in your case : after carefully check that nothing related to Conda remains, compile again
(and plots are working remotely)
|
Beta Was this translation helpful? Give feedback.
-
Could #1675 be the solution? Worked for me (Sonoma 14.2.1) about six weeks ago. |
Beta Was this translation helpful? Give feedback.
-
Actually, it passed -- note the test is numbered 130:
However, test_systime.pro failed:
Here's the full listing of the error messages:
My version of gdl was compiled in December on an M2 Ultra Studio under (I think) Sonoma 14.1, however the test carried out just now was under 14.3.
|
Beta Was this translation helpful? Give feedback.
-
I've access to an apple mini with Apple silicon M1, and it reports the same error as @spacemanjosh . |
Beta Was this translation helpful? Give feedback.
Could #1675 be the solution? Worked for me (Sonoma 14.2.1) about six weeks ago.