From owner-bug-octave at bevo dot che dot wisc dot edu Tue Nov 28 18:56:16 1995 Subject: crash in octave From: "John W. Eaton" To: Ferdinand Schinagl Cc: bug-octave at bevo dot che dot wisc dot edu Date: Tue, 28 Nov 1995 18:56:14 -0600 Ferdinand Schinagl wrote: : 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. What version of Octave are you using, and on what system? I can't reproduce this error with Octave 1.1.1 or my current sources. Can you send a complete test case, including a copy of the function you are trying to integrate (and any other functions it depends on), as well as the exact sequence of commands that will allow me to reproduce the bug? Thanks, jwe