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

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

[Octave-bug-tracker] [bug #57730] Segmentation fault attempting to insta


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #57730] Segmentation fault attempting to install packages
Date: Wed, 12 Feb 2020 18:45:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36

Follow-up Comment #23, bug #57730 (project octave):

The latest comment got truncated, but it contained a huge list of directories
in PATH, including Anaconda, Matlab, PuTTY, and whatever's in C:\usr\bin.

You may not have permission to remove things from the global PATH, but can you
try reducing the number of directories that are in PATH inside of Octave by
using setenv("PATH", "...")? The new value of PATH in Octave should be
inherited by any programs started from Octave.

Since the sh.exe included with Octave works for everyone else, my guess is
that the more additional programs and bundles that are included in the PATH
variable, the more likely that some program or DLL will interfere with the
expected behavior. Since Windows uses PATH for DLL search (instead of
LD_LIBRARY_PATH like other systems), it may be that the right executable is
being called, but the wrong "msys" or other DLLs are being found.

https://en.wikipedia.org/wiki/DLL_Hell

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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