mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01358
[Bug 568825] Re: mudlet crashes on connect
FIxed:
Don't use cmake
cd mudlet/src and run qmake (from the sdk release).
This fixed the issue for me.
--
mudlet crashes on connect
https://bugs.launchpad.net/bugs/568825
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: New
Bug description:
Built from source on linux, 64bit, 2.6.33
gcc 4.3.3
qt4 4.6.2
qscintilla 2.4
run output:
mudlet
[INFO] deleted old version of the manual: /.../.config/mudlet/mudlet_documentation.html
[OK] successfully copied new version of the manual
[OK] successfully set file permissions for the old version of LuaGlobal.lua
[OK] old LuaGlobal.lua removed successfully
[OK] new version of LuaGlobal.lua copied successfully
[OK] successfully set file permissions for the new version of LuaGlobal.lua
[OK] successfully set file permissions for the old version of db.lua
[OK] old db.lua removed successfully
[OK] new version of db.lua copied successfully
[OK] successfully set file permissions for the new version of db.lua
Loaded the font the file VeraMoBd.ttf
Loaded the font the file VeraMoBI.ttf
Loaded the font the file VeraMoIt.ttf
Loaded the font the file VeraMono.ttf
Warning: Object::connect: No such signal QLabel::textEdited(const QString) in /.../mudlet/src/dlgConnectionProfiles.cpp:63
Warning: Object::connect: (sender name: 'website_entry')
Warning: Object::connect: (receiver name: 'profile_dialog')
Fatal: ASSERT failure in QList<T>::operator[]: "index out of range", file /usr/include/QtCore/qlist.h, line 447
Backtrace:
Program received signal SIGABRT, Aborted.
0x00007ffff307262b in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff307262b in raise () from /lib64/libc.so.6
#1 0x00007ffff3073b83 in abort () from /lib64/libc.so.6
#2 0x00000000004b1ad1 in debugOutput(QtMsgType, char const*) ()
#3 0x00007ffff51ba437 in qt_message_output(QtMsgType, char const*) () from /usr/lib/libQtCore.so.4
#4 0x00007ffff51ba6fa in ?? () from /usr/lib/libQtCore.so.4
#5 0x00007ffff51ba826 in qFatal(char const*, ...) () from /usr/lib/libQtCore.so.4
#6 0x00007ffff51ba862 in qt_assert_x(char const*, char const*, char const*, int) () from /usr/lib/libQtCore.so.4
#7 0x00000000004a571a in QList<bool>::operator[](int) ()
#8 0x0000000000628de7 in TBuffer::wrap(int) ()
#9 0x0000000000624204 in TBuffer::translateToPlainText(std::string&) ()
#10 0x0000000000488e9f in TConsole::printOnDisplay(std::string&) ()
#11 0x00000000004a6468 in cTelnet::postData() ()
#12 0x00000000004a6598 in cTelnet::gotRest(std::string&) ()
#13 0x00000000004a9a43 in cTelnet::handle_socket_signal_readyRead() ()
#14 0x000000000062a4ab in cTelnet::qt_metacall(QMetaObject::Call, int, void**) ()
#15 0x00007ffff52f305b in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib/libQtCore.so.4
#16 0x00007ffff530642c in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#17 0x00007ffff5369af8 in QIODevice::readyRead() () from /usr/lib/libQtCore.so.4
#18 0x00007ffff5724fd5 in ?? () from /usr/lib/libQtNetwork.so.4
#19 0x00007ffff5728827 in ?? () from /usr/lib/libQtNetwork.so.4
#20 0x00007ffff570e31d in ?? () from /usr/lib/libQtNetwork.so.4
#21 0x00007ffff570fc6b in ?? () from /usr/lib/libQtNetwork.so.4
#22 0x00007ffff70a2457 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#23 0x00007ffff70a285c in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#24 0x00007ffff52ebef7 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#25 0x000000000055f0f5 in QCoreApplication::sendEvent(QObject*, QEvent*) ()
#26 0x00007ffff5325260 in ?? () from /usr/lib/libQtCore.so.4
#27 0x00007ffff4a5158a in g_main_dispatch () from /usr/lib/libglib-2.0.so.0
#28 0x00007ffff4a52d03 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#29 0x00007ffff4a532c4 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#30 0x00007ffff4a53505 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#31 0x00007ffff5323c59 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#32 0x00007ffff718ab3f in ?? () from /usr/lib/libQtGui.so.4
#33 0x00007ffff52e868b in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#34 0x00007ffff52e88af in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#35 0x00007ffff52ec8af in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#36 0x00007ffff70a51cf in QApplication::exec() () from /usr/lib/libQtGui.so.4
#37 0x00000000004b145d in main ()
References