Results 1 to 5 of 5

Thread: *** glibc detected *** /home/user/workspace_vsipl++/bpgV1_compute_vsipl/bpgV1_compute

  1. #1
    Join Date
    Nov 2007
    Posts
    291
    Thanks
    85
    Thanked 1 Time in 1 Post

    Default *** glibc detected *** /home/user/workspace_vsipl++/bpgV1_compute_vsipl/bpgV1_compute

    hi
    i got a run time error like this

    Qt Code:
    1. *** glibc detected *** /home/user/workspace_vsipl++/bpgV1_compute_vsipl/bpgV1_compute_vsipl: munmap_chunk(): invalid pointer: 0x00002aaaabb12430 ***
    2. ======= Backtrace: =========
    3. /lib64/libc.so.6(cfree+0x1b6)[0x3d7ce73c46]
    4. /usr/local/Trolltech/Qt-4.3.2/lib/libQtCore.so.4[0x2aaaabb0f987]
    5. /usr/local/Trolltech/Qt-4.3.2/lib/libQtCore.so.4(_ZN7QObjectD2Ev+0x6c)[0x2aaaabb128fc]
    6. /usr/local/Trolltech/Qt-4.3.2/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3b)[0x2aaaabab580b]
    7. /home/user/workspace_vsipl++/bpgV1_compute_vsipl/bpgV1_compute_vsipl[0x408d4b]
    8. /home/user/workspace_vsipl++/bpgV1_compute_vsipl/bpgV1_compute_vsipl[0x40cf6b]
    9. /usr/local/Trolltech/Qt-4.3.2/lib/libQtCore.so.4(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x44b)[0x2aaaabb1204b]
    10. /usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.so.4(_ZN15QAbstractButton7clickedEb+0x37)[0x2aaaab377257]
    11. /usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.so.4[0x2aaaab16346b]
    12. /usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.so.4[0x2aaaab164c0e]
    13. /usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.so.4(_ZN15QAbstractButton17mouseReleaseEventEP11QMouseEvent+0x7d)[0x2aaaab164e3d]
    14. /usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0xaf7)[0x2aaaaaeec417]
    15. /usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.so.4(_ZN15QAbstractButton5eventEP6QEvent+0x3f)[0x2aaaab16405f]
    16. /usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.so.4(_ZN11QPushButton5eventEP6QEvent+0x38)[0x2aaaab1ed668]
    17. /usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x16c)[0x2aaaaaea81ec]
    18. /usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x6fb)[0x2aaaaaeaa93b]
    19. /usr
    To copy to clipboard, switch view to plain text mode 


    what would have caused this error.

    my program consists of too many files and attaching all the files would take time .so i just want to know what type of error it belongs to .

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: *** glibc detected *** /home/user/workspace_vsipl++/bpgV1_compute_vsipl/bpgV1_com

    Can you post the slot that gets called when you press on that push button? It hink it is "munpam_chunk()".

  3. #3
    Join Date
    Nov 2007
    Posts
    291
    Thanks
    85
    Thanked 1 Time in 1 Post

    Default Re: *** glibc detected *** /home/user/workspace_vsipl++/bpgV1_compute_vsipl/bpgV1_com

    thanks marcel

    i commented a line which calls a function that takes structure pointer as an argument.

    but after commenting(ie. not calling this function) the program works fine and this program has nothing to do with Qt.

    do u think the error exists only in the function which i am calling or still there is a possibility of error in Qt (because some of the Qt function reports about the errors.)

  4. #4
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: *** glibc detected *** /home/user/workspace_vsipl++/bpgV1_compute_vsipl/bpgV1_com

    No, no error in Qt.
    It's the other function...

  5. #5
    Join Date
    Nov 2007
    Posts
    291
    Thanks
    85
    Thanked 1 Time in 1 Post

    Default Re: *** glibc detected *** /home/user/workspace_vsipl++/bpgV1_compute_vsipl/bpgV1_com

    ok i did not mean Qt
    i meant the program i have made with Qt

Similar Threads

  1. warning: Clock skew detected.
    By ashukla in forum General Programming
    Replies: 2
    Last Post: 23rd October 2007, 08:42
  2. When itemChanged is emitted, can the change type be detected?
    By johnny_sparx in forum Qt Programming
    Replies: 3
    Last Post: 7th April 2006, 17:29

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.