Skip to content
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

Installation issue: example crashes MATLAB #20

Open
fruzsinaagocs opened this issue Oct 7, 2024 · 2 comments
Open

Installation issue: example crashes MATLAB #20

fruzsinaagocs opened this issue Oct 7, 2024 · 2 comments

Comments

@fruzsinaagocs
Copy link

Setup:

  • macOS 14.5 Sonoma
  • MATLAB R2024a Update 3 (24.1.0.2603908)
  • Xcode 16

To reproduce the problem:

  1. Clone the PathFinder repository
  2. Open MATLAB, navigate to PathFinder's directory, and run addPaths.m
  3. run compileAll.m
  4. run PathFinder(-1, 1, @(x) sin(x), [1 0 0], 100, 10, 'plot')

What I experience:

  • Step 3 completes successfully with Building with 'Xcode with Clang'. MEX completed successfully.
  • Then Step 4 fails and crashes MATLAB.
    I'm happy to include my crash log if that helps. Can you please try reproducing the issue?
@AndrewGibbs
Copy link
Owner

Hi @fruzsinaagocs - I am just changing roles, and will have a Mac in my new job. It may take a few weeks to arrive though. Until then, you can run PathFinder without MEX - instructions are in the README. Sorry for the delay with this.

@AndrewGibbs
Copy link
Owner

Hi again @fruzsinaagocs. I believe I have fixed the Mac issue. Annoyingly, I still cannot incorporate MacOS into the continuous integration unit testing process, I assume due to the GitHub VMs not having the right architecture. But the tests pass on my Mac, for Matlab and Octave. Please can you try compiling again with the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants