← Back to team overview

mudlet-makers team mailing list archive

[Bug 1375447] Re: -q command-line option is crashing

 

Ah, lose the ".data()" bit from that last line... - other tweaks could
be necessary further down main() to access app's methods and members!

-- 
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:
  Confirmed

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