Dear Octave-forge developers,

For some time, octave-forge's gsl wrapper functions have been crashing octave.
I found out that "return octave_value()" in c++ source, compiled with 
mkoctfile, crashes octave (with or without argument).
However, "return octave_value_list()" works fine.
For example "y=legendre_Plm(1,1,0.5)" crashes, but 
"[y,z]=legendre_Plm(1,1,0.5)" works fine.

I wonder if there was any API change in octave or something, such that the 
return type can now only be octave_value_list class ?

I am using 

Fedora 14 x86_64 and Fedora 14 i386
Octave 3.2.4
Octave-forge 20090607
GSL 1.14

Thank you very much in advance.

Sincerely yours,

Sang Tae Park
                                          
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to