help-octave
[Top][All Lists]
Advanced

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

Re: consistent crash using gammrnd


From: David Bateman
Subject: Re: consistent crash using gammrnd
Date: Fri, 13 Jul 2007 14:33:22 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Daniel Oberhoff wrote:
> Hi,
>
> this:
>
> gamrnd(rand(100,1),rand(100,1))
>
> crashes consistently with my octave which is 2.9.12 (full config info
> attached).
>
> It seems is is a problem with general column matrices. The crash trace
> looks like this:
>
> #0  0x91e480d3 in ATL_dgezero ()
> #1  0x11853008 in ?? ()
> Previous frame inner to this frame (corrupt stack?)
>
> The gamrmd is from the distribution itself:
>
> gamrnd is the user-defined function from the file
> /usr/local/share/octave/2.9.12+/m/statistics/distributions/gamrnd.m
>
>
>
> does anyone else have this problem?
>
> Daniel
> ------------------------------------------------------------------------
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
>   
It looks to me like a problem in your ATLAS installation. I have ATLAS
3.6.0 installed and I don't get a crash. I however get the error...

octave:10> gamrnd(rand(100,1),rand(100,1))
error: A(I) = X: X must be a scalar or a vector with same length as I
error: assignment failed, or no method for `matrix = matrix'
error: evaluating assignment expression near line 94, column 14
error: evaluating if command near line 93, column 5
error: evaluating if command near line 81, column 3
error: called from `gamrnd' in file
`/usr/share/octave/2.9.12/m/statistics/distributions/gamrnd.m'


D.

-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

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