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

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

[Octave-bug-tracker] [bug #44751] Failure to exit when running Octave in


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #44751] Failure to exit when running Octave in --no-gui mode
Date: Thu, 09 Apr 2015 22:44:01 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #28, bug #44751 (project octave):

Actually, that's different.  "Attempting to Awake process..." isn't showing
anymore.  No longer is the slot attempting to wake the thread because it can't
get a lock on the mutex after three seconds.  I would guess that you are
seeing a three second delay now between 


closenow = 1


and


GOING INTO WAIT STATE, SIMULTANEOUS UNLOCK MUTEX


That suggests to me that the emitted signal isn't queued across some thread. 
Instead it is linear: the mutex is locked, then tryLock() is done but a lock
can't be obtained so after three seconds the function returns to that point
after "emit" which goes into a wait state.

OK, I have enough info to work with now.  Thanks.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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