It does sound like resource contention - the
(void)cTelnet::handle_socket_signal_readyRead() is a SLOT connected to
the (QTcpSocket) cTelnet::socket and that WILL be called by the
asynchronous thread that Qt uses for networking - we may need to add
some QMutex stuff to protect resources that that method accesses so that
our main application thread does not try to read/write things that THAT
method is also accessing...!

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1633797

Title:
  Copying text while the main window is scrolling quickly with a lot of
  text causes a crash

Status in Mudlet:
  New

Bug description:
  Two users have said that if they try to copy something while a lot of
  text is incoming, Mudlet will crash.

  Haven't tested it myself yet, need to confirm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1633797/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mudlet-makers
Post to     : mudlet-makers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp

Reply via email to