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

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

[Octave-bug-tracker] [bug #44360] segfault in test __osmesa_print__.cc-t


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44360] segfault in test __osmesa_print__.cc-tst
Date: Wed, 25 Feb 2015 02:11:34 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

Follow-up Comment #5, bug #44360 (project octave):

Currently, it's a little complicated to run the test suite with the debugger. 
Here's one way:

Start octave.

Evaluate the following command to start gdb on the Octave process:


system (sprintf ('gnome-terminal --command "gdb -p %d"', getpid ()))


When gdb starts and presents the "(gdb) " prompt, type c to continue.

At the Octave prompt, cd to your the test directory in your Octave source tree
and execute the "fntests" script.

I'm thinking about ways to make this simpler so that it can work from a
Makefile target...


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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