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

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

[Octave-bug-tracker] [bug #34750] Plotting Hangs on OpenBSD


From: Edd Barrett
Subject: [Octave-bug-tracker] [bug #34750] Plotting Hangs on OpenBSD
Date: Sat, 05 Nov 2011 01:39:16 +0000
User-agent: Mozilla/5.0 (X11; OpenBSD i386; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

URL:
  <http://savannah.gnu.org/bugs/?34750>

                 Summary: Plotting Hangs on OpenBSD
                 Project: GNU Octave
            Submitted by: vext01
            Submitted on: Sat 05 Nov 2011 01:39:15 AM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.3
        Operating System: *BSD

    _______________________________________________________

Details:

Hi,

On OpenBSD plotting hangs:


octave:1> a = [ 1 2 3; 4 5 6]
a =

   1   2   3
   4   5   6

octave:2> plot(a)
(nothing, hangs...)


If I set the LD_LIBRARY_PATH manually and use gdb (as opposed to using
run_octave), something different happens:


octave:1> a = [1 2 3]
a =

   1   2   3

octave:2> plot(a)
error: feval: function `unimplemented' not found


Not sure how to go about this...




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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