gEDA-user: Crash with lesstif version of pcb
DJ Delorie
dj at delorie.com
Mon Nov 27 18:47:31 EST 2006
> I don't recall ever having the Xaw version on this machine, although
> I've had the GTK version installed for quite a while. Where do I
> look to see if there is a conflicting version of pcb-menu.res?
The easiest way is to use strace:
strace -o /tmp/foo ./pcb-bin
(you can't run it against just "pcb" because that's a wrapper script).
Then grep for "pcb-menu" and see what it's doing.
More information about the geda-user
mailing list