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

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

[Octave-bug-tracker] [bug #54609] Octave 4.2.2 killed due to "execution


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54609] Octave 4.2.2 killed due to "execution attempt in: <anonymous mapping>" when plotting
Date: Fri, 31 Aug 2018 16:48:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Update of bug #54609 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

This is not really an error, but your grsecurity kernel killing Octave when it
is attempting to use OpenGL.

I don't use grsecurity, but some quick searching shows that pretty much any
JIT must be allowed to use mprotect. And many of the modern mesa OpenGL
drivers use LLVM JIT. So that is my guess as to what is going on here.

Please look at these forum discussions for example

* https://forums.grsecurity.net/viewtopic.php?f=3&t=2571
* https://forums.grsecurity.net/viewtopic.php?f=3&t=4251

Do those discussions help? I don't know anything about 'paxctl' or disabling
mprotect, but those seem very relevant to your configuration.

Or you can avoid using OpenGL, does using gnuplot for plotting help resolve
this for you?


octave --no-gui
graphics_toolkit gnuplot
plot([0,1],[0,1])



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54609>

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




reply via email to

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