Hello,

Indeed the changes from Scilab 5 to 6 include non-heterogeneous strings and 
quotes around the save(...) input parameters; so simply replacing
  execstr(sprintf('save(pathmacros+filesep()+''%s.bin'',%s)',vars(i),vars(i)));
by 
  
execstr(sprintf('save(pathmacros+filesep()+''%s.bin’’,'’%s'')',vars(i),vars(i)));
should do it.

Regards,
Paul

> On 24 Feb 2018, at 17:22, Sylvestre Ledru <sylves...@debian.org> wrote:
> 
> Context:
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884033
> 
> + some upstream folks
> 
> Le 19/12/2017 à 19:06, Julien Puydt a écrit :
>> Hi,
>> 
>> again, a number of heterogeneous strings, then I get a prompt after
>> warnings, and quitting (several times) leads to a success.
>> 
>> I haven't reproduced the segfault in this bug report, but I have found
>> problems which indicate that the three listed packages do not support
>> the most recent scilab version.
>> 
>> What can we do to push things forward?
>> 
>> Snark on #debian-science
>> 

Reply via email to