bugGNU Octave - Bugs: bug #36548, After many imshow !

 
 

bug #36548: After many imshow !

Submitter:  Fu Juay Chang <richerard>
Submitted:  Sun 27 May 2012 01:43:51 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.6.1 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 30 Sep 2013 03:23:21 AM UTC, comment #2: 

Closing since bug #34631 has been fixed. If this problem persists this bug report can be reopened or a new bug reported.

Mike Miller <mtmiller>
Group Member
Sun 27 May 2012 07:47:35 PM UTC, comment #1: 

I think this is the same bug as #34631. Just leave this one open until confirmed.

FWIW, I think this may actually related to fontconfig or so as after a certain number of plots those font error messages appear, but plots are still made (w/o text).

FLTK, Qt (w. Michael's MSVC version) and gnuplot are all affected. FLTK and Qt go on making plots, gnuplot hangs Octave.
But all three render Octave unstable after this error is hit.

Philip Nienhuis <philipnienhuis>
Group Member
Sun 27 May 2012 01:43:51 PM UTC, original submission:  

I need to show a lot of images when studying pattern recognition. There happens critical problem after doing imshow many times. The simplified program and the corresponding octave prompts are given as follows.


>> figure, for i=1:100, subplot(10,10,i), imshow(rand(10)), end
>> figure, for i=1:100, subplot(10,10,i), imshow(rand(10)), end

warning: ft_manager: unable to load font: C:/Windows/fonts/arial.ttf
warning: ft_render: unable to load appropriate font
warning: ft_manager: unable to load font: C:/Windows/fonts/arial.ttf
warning: ft_render: unable to load appropriate font
............


The first line of program will be executed almost properly. However, many warning messages appear as soon as the second line is executed.

Fu Juay Chang <richerard>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by philipnienhuis (Posted a comment)
  • -email is unavailable- added by richerard (Submitted the item)
  • -email is unavailable- added by richerard
  •  

    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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-09-30 mtmiller Open/ClosedOpen Closed
        Dependencies- Depends on bugs #34631
    2012-05-27 philipnienhuis StatusNone Duplicate
    2012-05-27 richerard Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code