From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.3) Gecko/20040929 Description of problem: When try to compile arts from kde-redhat, I get the following error: glibc detected *** double free or corruption: 0x0000000000549800 I take source from the kde-redhat web page and try to compile the file. Here is some last line taken from console: ... make[2]: Entering directory `/usr/src/redhat/BUILD/arts-1.3.1/mcop_mt' /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../mcop -I../flow -I../flow -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I/usr/X11R6/include -I../libltdl -DQT_THREAD_SUPPORT -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DNDEBUG -DNO_DEBUG -O2 -O2 -g -pipe -m64 -D_GNU_SOURCE -fno-exceptions -fno-check-new -fno-common -ftemplate-depth-99 -c -o threads_posix.lo `test -f 'threads_posix.cc' || echo './'`threads_posix.cc /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -DNDEBUG -DNO_DEBUG-O2 -O2 -g -pipe -m64 -D_GNU_SOURCE -fno-exceptions -fno-check-new -fno-common -ftemplate-depth-99 -o libmcop_mt.la -rpath /usr/lib64 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info 1:0 threads_posix.lo ../mcop/libmcop.la ../flow/libartsflow.la -lpthread -lrt make[2]: Leaving directory `/usr/src/redhat/BUILD/arts-1.3.1/mcop_mt' Making all in soundserver make[2]: Entering directory `/usr/src/redhat/BUILD/arts-1.3.1/soundserver' ../mcopidl/mcopidl -t -I. -I../flow -I../mcop ../soundserver/kmedia2.idl *** glibc detected *** double free or corruption: 0x0000000000549800 *** make[2]: *** [kmedia2.h] Aborted make[2]: *** Deleting file `kmedia2.h' make[2]: Leaving directory `/usr/src/redhat/BUILD/arts-1.3.1/soundserver' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/arts-1.3.1' make: *** [all] Error 2 Version-Release number of selected component (if applicable): arts-1.3.1-0.1.kde.src.rpm How reproducible: Couldn't Reproduce Additional info:
i have built arts without any problem both in our build enviroment and on my local machine. I did not build KDE 3.1.1 for FC3 yet! The official KDE 3.3.1 for fc3 will be pushed after the FC3 release.