From kde-devel Fri Jun 07 20:13:15 2002 From: Daniel Engelschalt Date: Fri, 07 Jun 2002 20:13:15 +0000 To: kde-devel Subject: [kde-devel] very strange bug in kate / malloc ? X-MARC-Message: https://marc.info/?l=kde-devel&m=102348091719709 hi all, todays cvs of qt-copy / libs (--enable-debug=full) / kdevelop (gideon) shows the following in console: KCrash: crashing.... crashRecursionCounter = 2 KCrash: Application Name = gideon path = pid = 11132 Der Wecker klingelt and in gdb: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 11142)] 0x40b321b4 in malloc_consolidate (av=0x40b8de60) at malloc.c:2934 2934 nextsize = chunksize(nextchunk); Current language: auto; currently c (gdb) backtrace #0 0x40b321b4 in malloc_consolidate (av=0x40b8de60) at malloc.c:2934 #1 0x40b30c08 in mALLOc (bytes=12) at malloc.c:3877 #2 0x40b2fb9c in malloc (bytes=12) at malloc.c:5504 #3 0x4144c689 in __builtin_new (sz=12) from /usr/lib/libstdc++-libc6.2-2.so.3 #4 0x41057133 in QGList::append (this=0x82ba0c4, d=0x82c6780) at tools/qglist.cpp:406 #5 0x41b9c365 in QPtrList::append (this=0x82ba0c4, d=0x82c6780) at /usr/lib/qt-copy/include/qptrlist.h:71 #6 0x41b4ca7c in KateDocument::KateDocument (this=0x82b9f88, __in_chrg=1, bSingleViewMode=true, bBrowserView=false, bReadOnly=false, parentWidget=0x8138258, widgetName=0x0) at katedocument.cpp:195 #7 0x41b5c50a in KateFactory::createPartObject (this=0x82b91a0, parentWidget=0x8138258, widgetName=0x0, parent=0x0, name=0x0, classname=0x82b8860 "KTextEditor::Editor") at katefactory.cpp:126 #8 0x404a038e in KParts::Factory::createPart (this=0x82b91a0, parentWidget=0x8138258, widgetName=0x0, parent=0x0, name=0x0, classname=0x82b8860 "KTextEditor::Editor", args=@0xbffff370) at factory.cpp:44 #9 0x80648da in PartController::editDocument (this=0x81525f0, url=@0xbffff3f0, lineNum=-1) at partcontroller.cpp:148 #10 0x80711fd in ProjectWorkspace::restoreFileList (wsElement=@0xbffff480) at projectworkspace.cpp:74 #11 0x8070c19 in ProjectWorkspace::restore () at projectworkspace.cpp:34 #12 0x80675e4 in ProjectManager::loadProject (this=0x8156580, url=@0xbffff510) at projectmanager.cpp:195 #13 0x80674bf in ProjectManager::loadDefaultProject (this=0x8156580) at projectmanager.cpp:165 #14 0x8061af7 in main (argc=1, argv=0xbffff744) at main.cpp:67 #15 0x414a8baf in __libc_start_main () from /lib/libc.so.6 distribution is suse 7.1 and gcc is version 2.95.2 19991024 (release). bye, daniel -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<