mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03785
[Bug 1375447] Re: -q command-line option is crashing
Never-mind, it was something else resulting from a recent change.
Fixed in https://github.com/Mudlet/Mudlet/pull/193 - same as the
attached patch.
** Patch added: "fix_crashOnQuietStart.diff"
https://bugs.launchpad.net/mudlet/+bug/1375447/+attachment/4219759/+files/fix_crashOnQuietStart.diff
** Changed in: mudlet
Status: Confirmed => Fix Committed
** Changed in: mudlet
Assignee: (unassigned) => Stephen Lyons (slysven)
** Changed in: mudlet
Importance: Low => High
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1375447
Title:
-q command-line option is crashing
Status in Mudlet the MUD client:
Fix Committed
Bug description:
(gdb) r
Starting program: /home/vadi/Programs/Mudlet2/Github-Mudlet/src/mudlet -q
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe7aa8700 (LWP 23045)]
[New Thread 0x7fffde549700 (LWP 23047)]
[New Thread 0x7fffddb36700 (LWP 23049)]
[New Thread 0x7fffcffff700 (LWP 23050)]
[New Thread 0x7fffcf7fe700 (LWP 23051)]
[New Thread 0x7fffceffd700 (LWP 23052)]
Program received signal SIGSEGV, Segmentation fault.
QWidget::show (this=0x0) at kernel/qwidget.cpp:7011
7011 kernel/qwidget.cpp: No such file or directory.
(gdb) bt
#0 QWidget::show (this=0x0) at kernel/qwidget.cpp:7011
#1 0x00000000005861ba in main (argc=2, argv=0x7fffffffdd98) at main.cpp:490
(gdb)
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1375447/+subscriptions
References