PDA

View Full Version : CalculusMatlab: buggy File->SaveAs / missing chars using 'disp'


gemini
21st November 2008, 10:58
Dear Avizo-Team,

I'm using Avizo 5.1 64bit on windows. I loaded a dataset and attached by "Create/CalculusMatlab" a matlab module. Pressing "SaveAs" in the "File"-port and afterwards "Cancel" this dialog, Avizo crashes with an "win32 unhandled exception" 4348 or 3304, while the debugger points to msvcr80.dll .
Cancelling the "Read" or "Save" dialog works.

Another point is: executing two disp commands in the buffer, like
>>disp('test 1')
>>disp('test 2')

results in such an output
>>MATLAB returns: "st 1
>>test2
>>"

with the missing characters "te". It seems that it happens only for the first output to the console of each buffer run.

Thanks