Bug fix in Syrthes 4.1.0 sources
Posted: Thu May 23, 2013 2:48 pm
Hi,
While trying to use syrthes for the first time after compilation, I came accross a 'segmentation fault' error, even using the provided example files.
After a bit of code exploration, I found a first bug in file lire_data.c at line 306 (might not be the exact line as I played with this file to add traces but I think I reverted all these changes) :
should be
(as in the 'maillnodes->ndim==2' "if" case right above).
Changing this line allow the process to go a little bit further but I've came accross a new segmentation fault that I'm going to track down.
Im currently using a Ubuntu 10.10 system (vboxed) and an i686 platform (which involved some changes in some scripts to build the GUI and copy it to the destination folder).
The sources are the "SYRTHES 4.1.0 for Linux Ubuntu
" sources available here : http://innovation.edf.com/recherche-et- ... 80982.html
Regards, Jerome
While trying to use syrthes for the first time after compilation, I came accross a 'segmentation fault' error, even using the provided example files.
After a bit of code exploration, I found a first bug in file lire_data.c at line 306 (might not be the exact line as I played with this file to add traces but I think I reverted all these changes) :
Code: Select all
nbo=nbd==0
Code: Select all
nbo=nbd=0
Changing this line allow the process to go a little bit further but I've came accross a new segmentation fault that I'm going to track down.
Im currently using a Ubuntu 10.10 system (vboxed) and an i686 platform (which involved some changes in some scripts to build the GUI and copy it to the destination folder).
The sources are the "SYRTHES 4.1.0 for Linux Ubuntu
" sources available here : http://innovation.edf.com/recherche-et- ... 80982.html
Regards, Jerome