octave-maintainers
[Top][All Lists]
Advanced

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

sparse functions abort instead of memory exhausted


From: marco atzeri
Subject: sparse functions abort instead of memory exhausted
Date: Thu, 05 Jan 2012 17:37:54 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0

on cygwin with latest tip
on several sparse functions I noticed

octave:19> sprand(1e5,1e5,.1)
panic: Aborted -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete

This is a regression from

$ /usr/bin/octave
GNU Octave, version 3.4.2
octave:1> sprand(1e5,1e5,.1)
error: memory exhausted or requested size too large for range of Octave's index type -- trying to return to prompt
octave:1>

anyone seeing the same ?

Regards
Marco


reply via email to

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