delorie.com/archives/browse.cgi | search |
Hi Karl, thanks for bumping the thread, and for providing good details! karl AT aspodata DOT se [via geda-help AT delorie DOT com] wrote: > $ /usr/local/bin/gschem regulator.sch > > (gschem:3889): Gdk-CRITICAL **: 22:52:13.828: IA__gdk_cairo_create: assertion 'GDK_IS_DRAWABLE (drawable)' failed > Segmentation fault > $ It looks like this assertion is showing us the reason for the segfault. But it's not clear to me why the assertion triggers. Does the reverse situation ever happen? Ie. that the system-installed version segfaults, but a version in /usr/local works? And would you be willing to download the 1.10.2 tarball and see if that behaves the same as git master when built and installed into /usr/local ? > Thoose numbers (gschem:<number>), seems to be ever increasing. That makes sense. That number is the PID, process ID, assigned by the kernel when the shell fork():s right before it executes gschem in the newly created process. It usually just counts up. //Peter
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |