[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: PCB Segmentation Fault



On Fri, Sep 03, 2004 at 09:08:50PM -0400, DJ Delorie wrote:
> 
> >   Is there a log file or debug mode that I can use to help find this
> > problem?
> 
> Run it under gdb:
> 
> $ gdb pcb ...

make that

$ pcb -gdb

pcb is actually a wrapper script which sets some environment variables
and then calls the actual pcb binary.  The -gdb flag (if given first)
gets eaten by the shell script which invokes gdb on the binary.

> ..
> (gdb) run
> ..
> segfault
> (gdb) where
> ..
> (gdb) quit
> 
> Then cut-n-paste the output of the "where" command.
 
> Unless you can send one of us the .pcb file so we can reproduce it.
this would be most helpful

-Dan


--