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.
<gdb>
(gdb) run app/run_dia.sh Starting program: /home/denny/devel/dia-cvs/app/.libs/lt-dia app/run_dia.sh [Thread debugging using libthread_db enabled] [New Thread 1084073856 (LWP 10352)] Detaching after fork from child process 10355. Detaching after fork from child process 10356.
** (lt-dia:10352): WARNING **: No valid configuration files found for the XSLT plugin, not loading.
** (lt-dia:10352): WARNING **: Python: Couldn't find startup file /usr/local/share/dia/python-startup.py
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1084073856 (LWP 10352)]
0x40627fa2 in g_type_check_instance_cast () from /opt/gnome/lib/libgobject-2.0.so.0
(/gdb)
Then the program terminates. Any idea whats going on?
-Lars
Thanks, denny _______________________________________________ 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
