← Back to team overview

yade-dev team mailing list archive

Re: velgrad

 

> Mmmmh.. Today it works, with not-optimized build. Is python plotting 
> disabled by optimization?
no
> /Now calling plot.plot() to show the figures (close them to continue).
> Erreur de segmentation (core dumped)
> /
> I find a core-dumped file in /bin, how can I open it?
gdb /path/to/yade-executable /path/to/core  # man gdb is your friend
# then try something like
(gdb) thread apply all backtrace

but might give unreadable results as there are no debugging symbols.

> 
> Yesterday, I got no crash, just a message telling me to close the plots 
> but no display (I was wondering if it was a bug in NoMachine... I'm 
> working on the lab PC using remote access).
Could be issue, if nx is interfering with the display stuff. No idea.





Follow ups

References