From: Reynald B. <rey...@ep...> - 2006-09-29 10:25:50
|
Hi everybody, I am facing a segfault with octaviz running on top of octave version 2.9.8. As soon as I type some vtk_* command octave quits with the following error: octave:5> vtk_demo panic: Segmentation fault -- stopping myself... attempting to save variables to `octave-core'... error: octave_base_value::save_binary(): wrong type argument `vtk_object' save to `octave-core' complete Segmentation fault Does anyone have an idea about this problem ? I'm using VTK version 4.4.2 on Gentoo Linux with gcc 4.1.1. Thanks in advance, Reynald P.S: I also have a more octave specific problem as "all_va_args" is no more available with octave 2.9.8 (but it's available with 2.1.72). Any hints on this ? I'm gonna ask this on the octave mailing-list also. |