bugGNU Octave - Bugs: bug #33321, print() produces no output with...

 
 

bug #33321: print() produces no output with figure("visible", "off") and fltk

Submitter:  Muhali <muhali>
Submitted:  Mon 16 May 2011 05:51:56 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Fri 17 Feb 2012 01:28:02 AM UTC, comment #7: 

This is a duplicate of 33180. Bug 33180 has a more detailed description of the problem, so I'm closing this one.

If someone objects, please reopen this one.

Ben Abbott <bpabbott>
Group Member
Fri 16 Dec 2011 07:13:41 PM UTC, comment #6: 

This is the whole offscreen plotting with OpenGL problem. I have investigated it a few times, and I'm still not clear if it's possible to solve it or not. I think it ultimately depends on the OpenGL implementation. The way to do it is with framebuffer objects, but they may not work if your OpenGL implementation depends on X (e.g. as libmesa does).

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Fri 16 Dec 2011 07:04:50 PM UTC, comment #5: 

Re-titling report to properly capture the bug in question.

Rik <rik5>
Group administrator
Sun 31 Jul 2011 08:02:10 PM UTC, comment #4: 

no crashs anymore. However, printing the figure produces no output.

Muhali <muhali>
Sun 31 Jul 2011 06:21:39 PM UTC, comment #3: 

I have just pushed a small fix to the default branch, which solves the problem on linux (64bit) and MinGW (32bit). Can you please check again.

If you still see a crash, please provide a backtrace (if possible).

Kai

Kai Habel <kahacjde>
Group Member
Fri 20 May 2011 07:57:55 AM UTC, comment #2: 

I can confirm this (3.4.0). Crashes with or without the "export LIBGL_ALWAYS_INDIRECT=y"

kloof <kloof>
Mon 16 May 2011 04:57:51 PM UTC, comment #1: 

Confirmed on a development tip.  Also note that there are at least two other bugs (#31931, #33180) which are linked to FLTK and the "visible" property.

Rik <rik5>
Group administrator
Mon 16 May 2011 05:51:56 AM UTC, original submission:  

The following sequence crashes my octave:

graphics_toolkit fltk ;
fig1 = figure("visible", "off") ;
fig2 = figure("visible", "on") ;
figure(fig1) ;
sombrero ;


Note that setting

export LIBGL_ALWAYS_INDIRECT=y


which resolved bug 31882, does not help in this instance.

Muhali <muhali>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Carbon-Copy List
  • -email is unavailable- added by bpabbott (Posted a comment)
  • -email is unavailable- added by jordigh (Posted a comment)
  • -email is unavailable- added by kahacjde (Posted a comment)
  • -email is unavailable- added by kloof (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by muhali (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 9 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-02-17 bpabbott StatusConfirmed Duplicate
        Open/ClosedOpen Closed
    2011-12-16 jordigh Summaryprint() produces not output with figure(&quot;visible&quot;, &quot;off&quot;) and fltk print() produces no output with figure("visible", "off") and fltk
    2011-12-16 jordigh Summaryprint() doesn\'t work with figure(&quot;visible&quot;, &quot;off&quot;) and fltk print() produces not output with figure("visible", "off") and fltk
    2011-12-16 rik5 Summarycrash with figure(&quot;visible&quot;, &quot;off&quot;) and fltk print() doesn't work with figure("visible", "off") and fltk
    2011-05-16 rik5 CategoryNone Plotting with OpenGL
        StatusNone Confirmed
    2011-05-16 rik5 Dependencies- Depends on bugs #33180
    2011-05-16 rik5 Dependencies- Depends on bugs #31931

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code