octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #59599] movmean crashes Octave


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59599] movmean crashes Octave
Date: Sat, 5 Dec 2020 06:34:36 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36 Edg/87.0.664.55

Follow-up Comment #19, bug #59599 (project octave):

This looks like it could be related:
https://llvm.org/docs/CMake.html
> LLVM_ENABLE_EH:BOOL
> Build LLVM with exception-handling support. This is necessary if you wish to
link against LLVM libraries and make use of C++ exceptions in your own code
that need to propagate through LLVM code. Defaults to OFF.

At the moment, we don't set that switch which means that exception handling is
off in LLVM.
I'll try if I can get LLVM to build with that switch set to `On`.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59599>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]