← Back to team overview

yade-users team mailing list archive

Re: installing YADE 11.0 on SUSE 10.2

 

You can try if this will work,

cd to yade/bin directory

$ ulimit -c unlimited
$ ./yade-11.0
$ gdb ./yade-11.0 ./core

inside gdb:
# bt <enter>


the "core" file may have some number appended, like core.2131, so
just use the correct file that was generated during the crash.

-- 
Janek Kozicki                                                         |
_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-users



References