Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119621 - inkscape 0.43 *** glibc detected *** double free or corruption (out):
Summary: inkscape 0.43 *** glibc detected *** double free or corruption (out):
Status: RESOLVED DUPLICATE of bug 91437
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://sourceforge.net/mailarchive/fo...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 16:50 UTC by Christian Metzger
Modified: 2006-01-20 00:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Metzger 2006-01-19 16:50:49 UTC
Inkscape 0.43 does not start at all, same behavior as described in:

http://sourceforge.net/mailarchive/forum.php?thread_id=9342837&forum_id=36227


instead of starting I get the output:

*** glibc detected *** double free or corruption (out): 0x08603c40 ***

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.

Using gdb:

(gdb) run
Starting program: /usr/bin/inkscape
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[Thread debugging using libthread_db enabled]
[New Thread -1208600912 (LWP 29359)]
*** glibc detected *** double free or corruption (out): 0x08603c40 ***

Program received signal SIGABRT, Aborted.
[Switching to Thread -1208600912 (LWP 29359)]
0xffffe410 in ?? ()



strace inkscape will do:

munmap(0xb7de5000, 131072)              = 0
access("/usr/share/inkscape/extensions/ffms.inx", F_OK) = 0
open("/usr/share/inkscape/extensions/ffms.inx", O_RDONLY) = 13
fstat64(13, {st_mode=S_IFREG|0644, st_size=1528, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7de5000
read(13, "<inkscape-extension>\n    <name>F"..., 131072) = 1528
read(13, "", 131072)                    = 0
read(13, "", 131072)                    = 0
close(13)                               = 0
munmap(0xb7de5000, 131072)              = 0
access("/usr/share/inkscape/extensions/addnodes.inx", F_OK) = 0
open("/usr/share/inkscape/extensions/addnodes.inx", O_RDONLY) = 13
fstat64(13, {st_mode=S_IFREG|0644, st_size=533, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7de5000
read(13, "<inkscape-extension>\n    <name>A"..., 131072) = 533
read(13, "", 131072)                    = 0
read(13, "", 131072)                    = 0
close(13)                               = 0
munmap(0xb7de5000, 131072)              = 0
access("/usr/share/inkscape/extensions/dxf_input.inx", F_OK) = 0
open("/usr/share/inkscape/extensions/dxf_input.inx", O_RDONLY) = 13
fstat64(13, {st_mode=S_IFREG|0644, st_size=721, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7de5000
read(13, "<inkscape-extension>\n    <name>D"..., 131072) = 721
read(13, "", 131072)                    = 0
read(13, "", 131072)                    = 0
close(13)                               = 0
munmap(0xb7de5000, 131072)              = 0
brk(0x86ec000)                          = 0x86ec000
getdents64(12, /* 0 entries */, 131072) = 0
munmap(0xb7e05000, 135168)              = 0
close(12)                               = 0
open("/home/chris/.inkscape/extension-errors.log", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 12


access("/usr/lib/inkscape/plugins/libgimpgrad.so", F_OK) = -1 ENOENT (No such file or directory)


open("/dev/tty", O_RDWR|O_NONBLOCK|O_NOCTTY) = 13
writev(13, [{"*** glibc detected *** ", 23}, {"double free or corruption (out)", 31}, {": 0x", 4}, {"08603c40", 8}, {" ***\n", 5}], 5*** glibc detected *** double free or corruption (out): 0x08603c40 ***
) = 71
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(29321, 29321, SIGABRT)           = 0
--- SIGABRT (Aborted) @ 0 (0) ---
rt_sigaction(SIGABRT, {SIG_DFL}, {0x8136350, [ABRT], SA_RESTART}, 8) = 0
write(2, "\nEmergency save activated!\n", 27
Emergency save activated!
) = 27
time(NULL)                              = 1137717713
mmap2(NULL, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0xb7c26000
munmap(0xb7c26000, 892928)              = 0
munmap(0xb7e00000, 155648)              = 0
mprotect(0xb7d00000, 135168, PROT_READ|PROT_WRITE) = 0
open("/etc/localtime", O_RDONLY)        = 14
fstat64(14, {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
fstat64(14, {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e06000
read(14, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10"..., 131072) = 837
close(14)                               = 0
munmap(0xb7e06000, 131072)              = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
open("/home/chris/.inkscape/preferences.xml", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 14
fstat64(14, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e06000
write(14, "<?xml version=\"1.0\" encoding=\"UT"..., 11215) = 11215
close(14)                               = 0
munmap(0xb7e06000, 131072)              = 0
write(2, "Emergency save completed. Inksca"..., 51Emergency save completed. Inkscape will close now.
) = 51
write(2, "If you can reproduce this crash,"..., 71If you can reproduce this crash, please file a bug at www.inkscape.org
) = 71
write(2, "with a detailed description of t"..., 81with a detailed description of the steps leading to the crash, so we can fix it.
) = 81
futex(0x43db7820, FUTEX_WAIT, 2, NULL
Comment 1 Christian Metzger 2006-01-19 17:01:53 UTC
Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.2.3-r1, 2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.8.1-r1, 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -fstack-protector"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -fstack-protector"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy ccache distlocks fixpackages sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE@euro"
LC_ALL="de_DE.ISO-8859-1"
LINGUAS="de"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X aac aalib acl acpi alsa apache2 arts asf audiofile avi bash-completion berkdb bitmap-fonts bluetooth bootsplash bzip2 bzlib cairo caps cdr crypt cups curl dbus directfb divx4linux dnd doc dpms dvd dvdr dvdread eds emacs emboss encode esd ethereal exif expat fam fbcon ffmpeg fftw firebird fla flac font-server foomaticdb fortran freedom freetype ftp gd gdbm ggi gif gimp gimpprint glut gnome gnome-print gnomedb gnuplot gphoto2 gpm gs gstreamer gtk gtk2 gtkhtml icc icc-pgo icq idn imagemagick imap imlib imlib2 java javascript jp2 jpeg junit kde kdeenablefinal lcms ldap libg++ libwww lirc love lzw lzw-tiff mad makecheck mbox mhash mikmod ming mmx mmxext mng motif mozilla mozsvg mp3 mpeg mpeg4 mplayer msql mule mysql mysqli ncurses nls nptl nptlonly nsplugin oav ogg oggvorbis openal opengl operanom2 oss pam passfile pcre pdflib perl php pic pie png postgres ppds print python qt quicktime readline recode reiserfs rle samba sasl scanner sdl slang spell sse ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales vim-with-x vorbis win32codecs xemacs xine xml xml2 xmms xosd xpm xprint xscreensaver xsl xslt xv xvid zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, MAKEOPTS

Comment 2 Christian Metzger 2006-01-19 17:04:02 UTC
I also tried:

CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -fno-stack-protector"

Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-01-20 00:09:12 UTC

*** This bug has been marked as a duplicate of 91437 ***