bugGNU Octave - Bugs: bug #41071, Plotting seg fault with OpenGL on...

 
 

bug #41071: Plotting seg fault with OpenGL on Ubuntu 12.04

Submitter:  None
Submitted:  Thu 02 Jan 2014 11:42:23 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Works For Me Assigned to:  None
Originator Name:  Matthew Kuhn Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 03 Jan 2014 01:09:20 AM UTC, comment #2: 

you might try updating dependencies.  see Kai response to bug 41067.


i'm on 12.04.  installing full suite of dependencies fixed segfault.

Mike Sander <msander>
Fri 03 Jan 2014 12:43:42 AM UTC, comment #1: 

I'm runing Mint, based off of Kubuntu 12.04, and I'm not having any problems.  You might try a simpler plot example first before hist.


plot (1:100, 'o-b')


That will probably work.  Next thing to do would be to see if patches work since that is much more of an OpenGL test.


demo ("bar", 1)


Rik <rik5>
Group administrator
Thu 02 Jan 2014 11:42:23 PM UTC, original submission:  

Using the Octave CLI:

Jan 02 15:33 ~ % octave --quiet
octave:1> x=rand(1,100);
octave:2> hist(x)
panic: Segmentation fault -- stopping myself...
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete
Segmentation fault (core dumped)
Jan 02 15:34 ~ %

Am able to plot with  graphics_toolkit("gnuplot"), but not fltk

Octave 3.8.0 build from source:

Ubuntu 12.04
LLVM 3.8
Mesa 8.0.4
FLTK 1.3
java-6-openjdk-amd64
qt4

./configure output attached

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #30155:  configure.output added by None (67KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by msander (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-15 rik5 Open/ClosedOpen Closed
    2014-01-03 rik5 StatusNone Works For Me
    2014-01-02 None Attached File- Added configure.output, #30155

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code