On Tue, 2005-04-05 at 16:56 +0100, Denny Beyer wrote: > Hello ! > After updating the cvs of dia located in my home-directory and following > the autogen -compile- make instructions i encounter the following > problem (German): > ./app/run_dia.sh: line 22: 18973 Speicherzugriffsfehler > "$DIA_APP_PATH/dia" "$@" > which means more or less: Memory access error. > Another previous cvs snapshot, where I did some alterings on, works > (located in another directory next to this one). > > The run_dia.sh files are the same. > > Any idea how to fix that?
I haven't seen anything like that enter CVS, and I can't tell more from the info you give here. If you export DEBUGGER=gdb before you app/run_dia.sh, you can get more debugging info out. Just do run, then when (if) it crashes, do bt. -Lars -- Lars Clausen <[EMAIL PROTECTED]> _______________________________________________ Dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www.gnome.org/projects/dia
