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

toplevel-specific segfault with syevr #50

Closed
pveber opened this issue Apr 21, 2022 · 2 comments
Closed

toplevel-specific segfault with syevr #50

pveber opened this issue Apr 21, 2022 · 2 comments

Comments

@pveber
Copy link

pveber commented Apr 21, 2022

Hi Markus,

I noticed the following problem using ocaml 4.13.1 and lacaml 11.0.8:

# #require "lacaml";;
/home/pveber/.opam/4.13.1/lib/ocaml/bigarray.cma: loaded
/home/pveber/.opam/4.13.1/lib/lacaml: added to search path
/home/pveber/.opam/4.13.1/lib/lacaml/lacaml.cma: loaded
# Lacaml.D.syevr @@ Lacaml.D.Mat.of_array [| [| 1. ; 0. |] ; [| 0. ; 1. |] |];;
Erreur de segmentation (core dumped)

The problem shows more generally under bytecode compilation. The function works fine in native mode though. I'm sorry I don't have more to investigate right now, but maybe the issue will be obvious for you ;).

@mmottl
Copy link
Owner

mmottl commented May 6, 2023

Thanks for the bug report, I have just made a new release fixing the problem!

@mmottl mmottl closed this as completed May 6, 2023
@pveber
Copy link
Author

pveber commented May 6, 2023

Great, thanks!

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