Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt-Segmentation fault: memcpy-ssse3-rep.S
Forum Updated to NodeBB v4.3 + New Features

Qt-Segmentation fault: memcpy-ssse3-rep.S

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 2.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nicorepetti
    wrote on last edited by
    #1

    Hello,

    I have a problem with an application that i made last week. its seems to work fine, but something crashes getting the following error: " __memmove_ssse3_rep () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1300 1300 ../sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: No existe el archivo o el directorio." error.

    When I search into the core-dump but i only see calls to Qt functions.

    Someone knows what could be the problem?

    Thanks a lot

    Nico

    OS: Ubuntu 12.04 (32 bits)

    El programa terminó con la señal 11, Segmentation fault.
    #0 __memmove_ssse3_rep () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1300
    1300 ../sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: No existe el archivo o el directorio.
    (gdb) bt
    #0 __memmove_ssse3_rep () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1300
    #1 0xb6917973 in QListData::remove(int) () from /usr/lib/i386-linux-gnu/libQtCore.so.4
    #2 0xb6917d2c in QListData::erase(void**) () from /usr/lib/i386-linux-gnu/libQtCore.so.4
    #3 0xb6a40825 in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
    #4 0xb6a3e0f8 in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
    #5 0xb6a3e132 in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
    #6 0xb64b6d86 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
    #7 0xb64b7125 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
    #8 0xb64b7201 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
    #9 0xb6a3e887 in QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from /usr/lib/i386-linux-gnu/libQtCore.so.4
    #10 0xb6eadaaa in ?? () from /usr/lib/i386-linux-gnu/libQtGui.so.4
    #11 0xb6a0a50d in QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from /usr/lib/i386-linux-gnu/libQtCore.so.4
    #12 0xb6a0a7a9 in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from /usr/lib/i386-linux-gnu/libQtCore.so.4
    #13 0xb6a0feba in QCoreApplication::exec() () from /usr/lib/i386-linux-gnu/libQtCore.so.4
    #14 0xb6df2a74 in QApplication::exec() () from /usr/lib/i386-linux-gnu/libQtGui.so.4
    #15 0x0804e4e9 in main (argc=1, argv=0xbf80fe14) at main.cpp:76

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved