Skip to content

Instantly share code, notes, and snippets.

@gutenye
Created July 23, 2012 12:29
Show Gist options
  • Save gutenye/3163375 to your computer and use it in GitHub Desktop.
Save gutenye/3163375 to your computer and use it in GitHub Desktop.
tmp
#0 0x00007fd3ea5acab0 in QString::startsWith(QChar const&, Qt::CaseSensitivity) const () from /lib/libQtCore.so.4
#1 0x0000000000466b5b in Player::setFlags(QString const&) ()
#2 0x000000000044102e in ClientPlayer::setFlags(QString const&) ()
#3 0x0000000000649b13 in RoomScene::handleGameEvent(Json::Value const&) ()
#4 0x000000000075741e in RoomScene::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()
#5 0x00007fd3ea676f3f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /lib/libQtCore.so.4
#6 0x0000000000727d03 in Client::event_received(Json::Value const&) ()
#7 0x000000000043e6f8 in Client::processServerPacket(char const*) ()
#8 0x0000000000728581 in Client::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()
#9 0x00007fd3ea676f3f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /lib/libQtCore.so.4
#10 0x000000000075a1dd in ClientSocket::message_got(char const*) ()
#11 0x00000000006643fc in NativeClientSocket::getMessage() ()
#12 0x00007fd3ea676f3f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /lib/libQtCore.so.4
#13 0x00007fd3eaa7a8dc in ?? () from /lib/libQtNetwork.so.4
#14 0x00007fd3eaa8334d in ?? () from /lib/libQtNetwork.so.4
#15 0x00007fd3eaeb8f7c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/libQtGui.so.4
#16 0x00007fd3eaebd3fa in QApplication::notify(QObject*, QEvent*) () from /lib/libQtGui.so.4
#17 0x00007fd3ea661a5e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib/libQtCore.so.4
#18 0x00007fd3ea68f468 in ?? () from /lib/libQtCore.so.4
#19 0x00007fd3e8152475 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#20 0x00007fd3e81527a8 in ?? () from /lib/libglib-2.0.so.0
#21 0x00007fd3e8152864 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#22 0x00007fd3ea68fc56 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /lib/libQtCore.so.4
#23 0x00007fd3eaf592fe in ?? () from /lib/libQtGui.so.4
#24 0x00007fd3ea6607af in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/libQtCore.so.4
#25 0x00007fd3ea660a38 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/libQtCore.so.4
#26 0x00007fd3ea6656d8 in QCoreApplication::exec() () from /lib/libQtCore.so.4
#27 0x000000000042bcb1 in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment