Re: compile in debug mode



Hey again,

compiling in debug mode and using ddd gave a segmantation fault in fonts.c line 316:

314 DiaFont* dia_font_ref(DiaFont* font)
315 {
316     g_object_ref(G_OBJECT(font));
317     return font;
318 }

Any idea, whats wrong there / how to find out / how to fix it?

Thanks for your help!
denny


Denny Beyer wrote:
Hey,

did you figured out what your problem was? I still can't run dia because of segmentation fault as well. It crashes right at the beginning, when I try to run it with ./app/run_dia.sh from the cvs-directory.
Following error when at start up:
<dia>

~/src/dia-cvs> ./app/run_dia.sh
** (lt-dia:9517): WARNING **: No valid configuration files found for the XSLT plugin, not loading. ** (lt-dia:9517): WARNING **: Python: Couldn't find startup file /usr/local/share/dia/python-startup.py ./app/run_dia.sh: line 22: 9517 segmentation fault "$DIA_APP_PATH/dia" "$@"

</dia>
Looks that similar to what you get?

denny



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