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

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

[Octave-bug-tracker] [bug #49211] "test syscall" often hangs on Windows


From: Rik
Subject: [Octave-bug-tracker] [bug #49211] "test syscall" often hangs on Windows
Date: Thu, 29 Sep 2016 19:20:39 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #6, bug #49211 (project octave):

Bleah!  I think that Octave needs it's own function wrapper around specific MS
API functions.  This is what we do for popen2 where we call things like
CreateProcess


  status = CreateProcess (0, command, 0, 0, TRUE, 0, 0, 0, &si, &pi);


Documentation for CreateProcess is here:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspx.

It seems that maybe WaitForInputIdle might be a companion function:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms687022%28v=vs.85%29.aspx

This report clearly needs someone who both understands and is interested in
the Windows API.  I can't help much here because I code on Linux.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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