> Is there a log file or debug mode that I can use to help find this > problem? Run it under gdb: $ gdb pcb ... ... (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.