bugGNU Octave - Bugs: bug #47182, Plotting freezes application

 
 

bug #47182: Plotting freezes application

Submitter:  None
Submitted:  Wed 17 Feb 2016 08:51:36 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Duplicate Assigned to:  None
Originator Name:  Bernard Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.0.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 21 Feb 2016 07:59:51 PM UTC, comment #3: 

Thanks. I'm closing this as a duplicate of bug #45458, which has more information and debugging discussion. Please follow up there with any further info or questions about how to help, I'm sure there is something you can do.

Mike Miller <mtmiller>
Group Member
Fri 19 Feb 2016 01:27:56 AM UTC, comment #2: 

Thanks. It took 60 seconds to respond on a fast enough desktop.

If I can do something to help, please let me know. Perhaps some logging, whatever. I am not really affected at present, just willing to help if required.

Anonymous
Wed 17 Feb 2016 09:26:14 PM UTC, comment #1: 

How long did you wait for the plot window to appear? Several users have reported that the first plot may take anywhere from 30 seconds to a couple minutes to appear, something to do with a font cache being compiled.

If you wait longer and the plot finally appears normally, this is a known issue (not sure if it has a resolution).

Mike Miller <mtmiller>
Group Member
Wed 17 Feb 2016 08:51:36 PM UTC, original submission:  


Operating system: Windows 8.1 Enterprise 64 bit
Restrictions: No admin rights (reason for zip file based installation)
Installation dir: C:\Users\username\AppData\Local\prog\octave-4.0.0
Octave installation file: octave-4.0.0_0.zip
Startup command: C:\Users\username\AppData\Local\prog\Octave-4.0.0\octave.vbs --force-gui


Commands after successful startup:


x = 1 : 0.1 : 10;
y = x.^2;
plot(x,y)


The plot window opens but remains blank. On the attempt to close the plot window, a Windows dialog pops up saying that Octave fails to respond. Octave can only be closed this way. Only Therefore I would consider it a crash.

I would be more than happy to run within limits (no admin rights on this computer) any diagnostics as recommended.

I am successfully using the same version installed via the installer on a Windows 7 computer.

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 mtmiller (Posted a comment)
  •  

    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
    2016-02-21 mtmiller StatusNeed Info Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #45458
    2016-02-17 mtmiller StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code