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

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

[Octave-bug-tracker] [bug #46234] setting MarkerFaceColor causes octave


From: Rik
Subject: [Octave-bug-tracker] [bug #46234] setting MarkerFaceColor causes octave to crash
Date: Mon, 26 Oct 2015 03:06:36 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

Follow-up Comment #6, bug #46234 (project octave):

Thanks for the testing.  So it is not the ppa build.  Since you were able to
compile pretty easily I think the next step is to build a version of Octave
with debugging symbols and then run it under gdb to get a backtrace.

Quick instructions:


cd octave_build_directory
make clean
setenv CFLAGS "-g -O0 -pipe"
setenv CXXFLAGS "${CFLAGS}"
./configure --Whatever_options_you_want
make
./run-octave -g -f --no-gui


The above assumes you are using csh or tcsh--modify the setenv calls if you
are using bash.  The final run-octave will invoke gdb automatically.  From
within gdb do


run


which will eventually get you to an Octave prompt.  From there, execute the
problem code that causes a segfault.  When the program segfaults it will drop
you back to a gdb prompt.  Type


bt


to get a backtrace and then copy and paste that into the bug report.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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