octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58957] [octave forge] (sparsersb) Failure to


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #58957] [octave forge] (sparsersb) Failure to install and crash in function
Date: Sun, 16 Aug 2020 19:38:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363

Follow-up Comment #2, bug #58957 (project octave):

It may be a windows only issue?

I ran the loop at it crashed.

On loading the matrix and doing the render worked ok, but repeating it a
couple of times with the same file caused it to intermittently crash.

So its possibly something in the render not the matrix itself?

Even doing something to generate the matrix once only but render multiple
times with cause the crash:



rrm=sparsersb(sprand(1000,1000,0.001)); 
for i=10:1000; 
 sparsersb(rrm,"render", "sparsersb_temporary_render.eps" ,1024); end 



When it crashes the rendered .eps file as a size of 0.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58957>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]