Results 1 to 3 of 3

Thread: corrupted double-linked list

  1. #1
    Join Date
    Dec 2009
    Posts
    9
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default corrupted double-linked list

    I have installed qt4 from sources in my homedir. Now I have installed skype. But when I installed skype it said me I have dependencies problems. No libqt4-core and no libqt4-gui. To solve this I did: apt-get install -f. And now my qt-programms when I compile them new (the old compiled go right) compile right but when I start the programm I get this error message:

    My Error Message
    Qt Code:
    1. *** glibc detected *** ./syntax: corrupted double-linked list: 0x099bb5a0 ***
    2. ======= Backtrace: =========
    3. /lib/tls/i686/cmov/libc.so.6[0xb67d8ff1]
    4. /lib/tls/i686/cmov/libc.so.6[0xb67daa89]
    5. /lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0xb67dd79d]
    6. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4[0xb6aa079d]
    7. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4(_ZN7QRegExpD1Ev+0x24)[0xb6aa09b4]
    8. ./syntax[0x8049eb7]
    9. /home/matthias/libraries/qt-4.6/install/lib/libQtGui.so.4[0xb70c49cd]
    10. /home/matthias/libraries/qt-4.6/install/lib/libQtGui.so.4[0xb70c4b87]
    11. /home/matthias/libraries/qt-4.6/install/lib/libQtGui.so.4(_ZN18QSyntaxHighlighter11rehighlightEv+0xb9)[0xb70c4db9]
    12. /home/matthias/libraries/qt-4.6/install/lib/libQtGui.so.4(_ZN18QSyntaxHighlighter11qt_metacallEN11QMetaObject4CallEiPPv+0xd3)[0xb70c5423]
    13. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4(_ZN11QMetaObject8metacallEP7QObjectNS_4CallEiPPv+0x3a)[0xb6b7a7ca]
    14. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4(_ZN11QMetaObject8activateEP7QObjectPKS_iPPv+0x27b)[0xb6b88dab]
    15. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4[0xb6b90a87]
    16. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4[0xb6b90b9c]
    17. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x84)[0xb6b85c14]
    18. /home/matthias/libraries/qt-4.6/install/lib/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xac)[0xb6dcf13c]
    19. /home/matthias/libraries/qt-4.6/install/lib/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x143)[0xb6dd50f3]
    20. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x7b)[0xb6b7561b]
    21. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4[0xb6ba2c86]
    22. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4(_ZN20QEventDispatcherUNIX13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xc7)[0xb6ba2e37]
    23. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x49)[0xb6b73c39]
    24. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xfa)[0xb6b7408a]
    25. /home/matthias/libraries/qt-4.6/install/lib/libQtCore.so.4(_ZN16QCoreApplication4execEv+0xaf)[0xb6b7764f]
    26. /home/matthias/libraries/qt-4.6/install/lib/libQtGui.so.4(_ZN12QApplication4execEv+0x27)[0xb6dcf1d7]
    27. ./syntax[0x8049ba0]
    28. /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb6784b56]
    29. ./syntax[0x8049981]
    30. ======= Memory map: ========
    31. 08048000-0804d000 r-xp 00000000 08:06 14574636 /home/matthias/programms/apache2.2.14/install/cgi-bin/grundgeruest/basics/syntaxhighlighting/syntax
    32. 0804d000-0804e000 rw-p 00004000 08:06 14574636 /home/matthias/programms/apache2.2.14/install/cgi-bin/grundgeruest/basics/syntaxhighlighting/syntax
    33. 09987000-099cd000 rw-p 00000000 00:00 0 [heap]
    34. b6300000-b6321000 rw-p 00000000 00:00 0
    35. b6321000-b6400000 ---p 00000000 00:00 0
    36. b64c8000-b64ca000 r-xp 00000000 08:05 660526 /usr/lib/gconv/UTF-16.so
    37. b64ca000-b64cb000 r--p 00001000 08:05 660526 /usr/lib/gconv/UTF-16.so
    38. b64cb000-b64cc000 rw-p 00002000 08:05 660526 /usr/lib/gconv/UTF-16.so
    39. b64cc000-b650b000 r--p 00000000 08:05 33657949 /usr/lib/locale/en_US.utf8/LC_CTYPE
    40. b650b000-b65f8000 r--p 00000000 08:05 695616 /usr/lib/locale/en_US.utf8/LC_COLLATE
    41. b65f8000-b65fa000 rw-p 00000000 00:00 0
    42. b65fa000-b65fe000 r-xp 00000000 08:05 50332372 /usr/lib/libXdmcp.so.6.0.0
    43. b65fe000-b65ff000 rw-p 00003000 08:05 50332372 /usr/lib/libXdmcp.so.6.0.0
    44. b65ff000-b661b000 r-xp 00000000 08:05 51203795 /usr/lib/libxcb.so.1.1.0
    45. b661b000-b661c000 r--p 0001c000 08:05 51203795 /usr/lib/libxcb.so.1.1.0
    46. b661c000-b661d000 rw-p 0001d000 08:05 51203795 /usr/lib/libxcb.so.1.1.0
    47. b661d000-b661f000 r-xp 00000000 08:05 50332361 /usr/lib/libXau.so.6.0.0
    48. b661f000-b6620000 r--p 00001000 08:05 50332361 /usr/lib/libXau.so.6.0.0
    49. b6620000-b6621000 rw-p 00002000 08:05 50332361 /usr/lib/libXau.so.6.0.0
    50. b6621000-b6622000 rw-p 00000000 00:00 0
    51. b6622000-b6629000 r-xp 00000000 08:01 269405 /lib/tls/i686/cmov/librt-2.10.1.so
    52. b6629000-b662a000 r--p 00006000 08:01 269405 /lib/tls/i686/cmov/librt-2.10.1.so
    53. b662a000-b662b000 rw-p 00007000 08:01 269405 /lib/tls/i686/cmov/librt-2.10.1.so
    54. b662b000-b662d000 r-xp 00000000 08:01 269381 /lib/tls/i686/cmov/libdl-2.10.1.so
    55. b662d000-b662e000 r--p 00001000 08:01 269381 /lib/tls/i686/cmov/libdl-2.10.1.so
    56. b662e000-b662f000 rw-p 00002000 08:01 269381 /lib/tls/i686/cmov/libdl-2.10.1.so
    57. b662f000-b6759000 r-xp 00000000 08:05 50332357 /usr/lib/libX11.so.6.2.0
    58. b6759000-b675a000 ---p 0012a000 08:05 50332357 /usr/lib/libX11.so.6.2.0
    59. b675a000-b675b000 r--p 0012a000 08:05 50332357 /usr/lib/libX11.so.6.2.0
    60. b675b000-b675d000 rw-p 0012b000 08:05 50332357 /usr/lib/libX11.so.6.2.0
    61. b675d000-b675e000 rw-p 00000000 00:00 0
    62. b675e000-b676c000 r-xp 00000000 08:05 50332374 /usr/lib/libXext.so.6.4.0
    63. b676c000-b676d000 r--p 0000d000 08:05 50332374 /usr/lib/libXext.so.6.4.0
    64. b676d000-b676e000 rw-p 0000e000 08:05 50332374 /usr/lib/libXext.so.6.4.0
    65. b676e000-b68ac000 r-xp 00000000 08:01 269375 /lib/tls/i686/cmov/libc-2.10.1.so
    66. b68ac000-b68ae000 r--p 0013e000 08:01 269375 /lib/tls/i686/cmov/libc-2.10.1.so
    67. b68ae000-b68af000 rw-p 00140000 08:01 269375 /lib/tls/i686/cmov/libc-2.10.1.so
    68. b68af000-b68b3000 rw-p 00000000 00:00 0
    69. b68b3000-b68cf000 r-xp 00000000 08:01 251545 /lib/libgcc_s.so.1
    70. b68cf000-b68d0000 r--p 0001b000 08:01 251545 /lib/libgcc_s.so.1
    71. b68d0000-b68d1000 rw-p 0001c000 08:01 251545 /lib/libgcc_s.so.1
    72. b68d1000-b68f5000 r-xp 00000000 08:01 269383 /lib/tls/i686/cmov/libm-2.10.1.so
    73. b68f5000-b68f6000 r--p 00023000 08:01 269383 /lib/tls/i686/cmov/libm-2.10.1.so
    74. b68f6000-b68f7000 rw-p 00024000 08:01 269383 /lib/tls/i686/cmov/libm-2.10.1.so
    75. b68f7000-b69dd000 r-xp 00000000 08:05 51203694 /usr/lib/libstdc++.so.6.0.13
    76. b69dd000-b69e1000 r--p 000e6000 08:05 51203694 /usr/lib/libstdc++.so.6.0.13
    77. b69e1000-b69e2000 rw-p 000ea000 08:05 51203694 /usr/lib/libstdc++.so.6.0.13
    78. b69e2000-b69e9000 rw-p 00000000 00:00 0 Aborted
    To copy to clipboard, switch view to plain text mode 

    Why is this so? My .pro file is this:

    Qt Code:
    1. ######################################################################
    2. # Automatically generated by qmake (2.01a) Sat Dec 26 18:16:58 2009
    3. ######################################################################
    4.  
    5. TEMPLATE = app
    6. TARGET = syntax
    7. DEPENDPATH += .
    8. INCLUDEPATH += .
    9.  
    10. QT += core
    11. config += static
    12.  
    13. QMAKE_CXX = $$(CXX) #CXX is my global variable for my g++ Compiler
    14. QMAKE_LINK = $$(CXX)
    15.  
    16.  
    17.  
    18. LIBS += -L/home/matthias/libraries/cgicc-3.2.9/install/lib/ -lcgicc
    19.  
    20. INCLUDEPATH += /home/matthias/libraries/cgicc-3.2.9/install/include/
    21.  
    22.  
    23. # Input
    24. HEADERS += src/my_cppSyntaxHighlighter.h \
    25. src/my_highlightingrule.h \
    26. src/my_highlightingrule_keyWords.h
    27. SOURCES += src/main.cpp \
    28. src/my_cppSyntaxHighlighter.cpp \
    29. src/my_highlightingrule.cpp \
    30. src/my_highlightingrule_keyWords.cpp
    To copy to clipboard, switch view to plain text mode 

    How can I solve that problem, that my qt programm only links to my qt libs in my homedir????

    I am thankfull for every answer

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: corrupted double-linked list

    What does qmake -v return when ran from the console?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Dec 2009
    Posts
    9
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: corrupted double-linked list

    QMake version 2.01a
    Using Qt version 4.6.0 in /home/matthias/libraries/qt-4.6/install/lib

    So it should be ok?

    //Now it works again. Compiling makes no error and also executing. :S I don't know why. Sorry for the trouble
    Last edited by reuabreliz; 6th January 2010 at 13:32.

Similar Threads

  1. Replies: 1
    Last Post: 22nd October 2007, 02:04
  2. Replies: 26
    Last Post: 21st July 2007, 21:34
  3. Linked List
    By merry in forum Qt Programming
    Replies: 10
    Last Post: 14th March 2007, 07:07

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.