bugGNU Octave - Bugs: bug #46104, Crash when clicking on figure

 
 

bug #46104: Crash when clicking on figure

Submitter:  None
Submitted:  Fri 02 Oct 2015 02:28:54 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Fixed Assigned to:  None
Originator Name:  Sergio Roa Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.0.0
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 02 Oct 2015 03:32:49 PM UTC, comment #3: 

Ok, so I'll close this report as fixed. Thanks for your support.

Pantxo Diribarne <pantxo>
Group Member
Fri 02 Oct 2015 03:26:25 PM UTC, comment #2: 

It seems to be related to the bug you mention, since the image type is uint8. I tested with double and uint16 matrices and it does not crash. Other kinds of plots like line drawing are not affected.

Anonymous
Fri 02 Oct 2015 02:40:37 PM UTC, comment #1: 

Hi,

Can you provide more informations about your test case.
Does Octave also crash when you click on other kinds of plots (line, patch, surface ...) than images? What is the class of the image Octave loads from your file. You can test this using e.g:


im = imread ("figure.jpg");
class (im);


This could be related to bug #45372 which has been fixed.

Pantxo Diribarne <pantxo>
Group Member
Fri 02 Oct 2015 02:28:54 PM UTC, original submission:  

An image is shown by using imshow("figure.jpg") correctly. However, if then one clicks on the image octave crashes.

Anonymous

 

(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 pantxo (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-22 mtmiller Dependencies- Depends on bugs #45372
    2015-10-02 pantxo Open/ClosedOpen Closed
    2015-10-02 pantxo CategoryPlotting Plotting with OpenGL
        StatusNone Fixed
        Operating SystemMicrosoft Windows Any

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code