Hi,

Using Dia 0.84, I'm able to recreate a core dump if I turn off
'visible grid' and turn on 'anti-aliasing' with the attached
file.  The debugger backtrace is listed below.

I'd like to dig into this some more using the code from CVS,
but autogen.sh, automake, et al, aren't cooperating.  Here's
the output from autogen.sh and configure.

Any ideas?

-------------------------------------------------------------
autogen, etc., errors
-------------------------------------------------------------

$ ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Running gettextize...  Ignore non-fatal messages.
sed: can't read aclocal.m4: No such file or directory
You should update your own `aclocal.m4' by adding the necessary
macro packages gettext.m4, lcmessage.m4 and progtest.m4 from
the directory `/aclocal'
Running libtoolize
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal: configure.in: 13: macro `AM_DISABLE_STATIC' not found in library
aclocal: configure.in: 14: macro `AM_PROG_LIBTOOL' not found in library
loading cache ./config.cache
./configure: line 531: syntax error near unexpected token `AM_INIT_AUTOMAKE(dia,'
./configure: line 531: `AM_INIT_AUTOMAKE(dia, 0.84)'

Now type 'make' to compile dia.
Thu Mar 23 20:03:45 [ veblen@sahara: /usr/local/src/dia ]
$ ./configure
loading cache ./config.cache
./configure: line 531: syntax error near unexpected token `AM_INIT_AUTOMAKE(dia,'
./configure: line 531: `AM_INIT_AUTOMAKE(dia, 0.84)'
Thu Mar 23 20:04:09 [ veblen@sahara: /usr/local/src/dia ]
$ locate aclocal.m4
/usr/local/share/libtool/libltdl/aclocal.m4
/usr/local/src/fbgetty-0.1.4/aclocal.m4

-------------------------------------------------------------
debugger output
-------------------------------------------------------------

$ gdb `which dia` core
GNU gdb 19990928
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(no debugging symbols found)...
Core was generated by `dia'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libpopt.so.0...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libxml.so.1...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libgtk-1.2.so.0...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libgdk-1.2.so.0...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/libgmodule-1.2.so.0...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libglib-1.2.so.0...
(no debugging symbols found)...done.
Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libXi.so.6...
(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libXext.so.6...
(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libX11.so.6...
(no debugging symbols found)...done.
Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libgdk_imlib.so.1...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libart_lgpl.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libpng.so.2...(no debugging symbols found)...
done.
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
Reading symbols from /lib/libnss_compat.so.2...(no debugging symbols found)...
done.
Reading symbols from /lib/libnsl.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/gtk/themes/engines/libthinice.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libchronogram_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libstandard_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libnetwork_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libuml_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/liber_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libfs_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libsybase_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libflowchart_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libcustom_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libgrafcet_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libsadt_objects.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/dia/libcgm_filter.so...
(no debugging symbols found)...done.
#0  0x401ce058 in gdk_rgb_gc_set_background () from /usr/lib/libgdk-1.2.so.0
(gdb) where
#0  0x401ce058 in gdk_rgb_gc_set_background () from /usr/lib/libgdk-1.2.so.0
#1  0x401d0bc9 in gdk_rgb_gc_set_background () from /usr/lib/libgdk-1.2.so.0
#2  0x401d0c88 in gdk_draw_rgb_image () from /usr/lib/libgdk-1.2.so.0
#3  0x8071adb in renderer_libart_copy_to_window ()
#4  0x8142688 in ?? ()
#5  0x10fcc in ?? ()
#6  0x0 in ?? ()

+---------------------------------------------------------------+
| When you really look for me, you will see me instantly --     |
| you will find me in the tiniest house of time.                |
|                                               - Kabir         |
+---------------------------------------------------------------+
| nick dronen      (unsigned char *) "ndronen at frii dot com"  |
i+--------------------------------------------------------------+

Reply via email to