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

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

[Octave-bug-tracker] [bug #61821] segfault using tree_parameter_list in


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #61821] segfault using tree_parameter_list in oct file
Date: Wed, 23 Feb 2022 05:20:50 -0500 (EST)

Follow-up Comment #13, bug #61821 (project octave):

Sorry, I haven't been clearer before. You shouldn't mix the MSYS2 version with
the "official" version of Octave for Windows.
Instead, install an MSYS2 environment, run their bash (for their MINGW32
environment) and execute the following commands:

pacman -Syu  # might update the bash itself. So, you'll need to run it again
after restarting the bash to get the "actual" updates.
pacman -Syu
# In the folder where you extracted the build artifact:
pacman -U mingw-w64-i686-octave-7.0.90-1-any

# start that Octave to do your tests:
octave --gui


You might want to install their compiler as well:

pacman -S mingw-w64-i686-cc



Also: I'm not sure how you determined which are the offsets in the classes of
both versions. Octave 6 and Octave 7 are not ABI compatible, and it might be
correct that the offsets are different in both versions.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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