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

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

[Octave-bug-tracker] [bug #50400] exit() in forked child doesn't return


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #50400] exit() in forked child doesn't return
Date: Sat, 25 Feb 2017 16:49:08 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #3, bug #50400 (project octave):

Well, hacked a wrapper class around a QMutex*, adding a reinit method. But it
seems I was wrong, and the problem is not with the mutex at all. The child
doesn't hang in trying to lock the mutex.

Rather, it hangs in waiting for another thread to signal a condition (GUI shut
down). It's clear that it must wait forever, since there is no further thread
any more in the child.

So again, not clear what to do.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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