octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48519] Segfault with Qt plotting when running


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #48519] Segfault with Qt plotting when running demos
Date: Wed, 17 Aug 2016 22:39:53 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.8.0

Follow-up Comment #10, bug #48519 (project octave):

What if you change in ObjectProxy.cc

void
ObjectProxy::update (int pId)
{
  if (m_object)
    {
      if (octave_thread::is_octave_thread ())
        emit sendUpdate (pId);
      else
        m_object->slotUpdate (pId);
    }
}


but I think this is also only a workaround. ObjectProxy::update shouldn't be
called before a valid object is set, right?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48519>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]