From owner-bug-octave at bevo dot che dot wisc dot edu Wed Nov 22 04:25:54 1995 Subject: crash in octave From: Ferdinand Schinagl To: bug-octave at che dot utexas dot edu Date: Wed, 22 Nov 1995 11:25:11 +0100 Hi Octave always crashes when I try to evaluate multidimensional integrals using 'quadndg' (see int.tar.gz at http://www.tsc.uvigo.es/GTS/Octave/oct_arch.html). The final interpreter output is something like: symtab:22 failed assertion stoping myself I've found out that the feval statement within 'innerfun' (called from 'gquadnd' called from 'quadndg') causes the interpreter to fail. A quick but dirty workaround for this problem would be to replace the feval statement from innerfun with an explicit funtion call, say 'fun(x)', and define the function 'fun' somewhere where octave can find it! I'm not familiar with the source code of octave so I don't know how to fix this problem. Maybe someone can help! Greetings Ferdinand Schinagl