help-octave
[Top][All Lists]
Advanced

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

Re: Re: GUI closes without error message


From: Nicholas Jankowski
Subject: Re: Re: GUI closes without error message
Date: Tue, 23 Jun 2020 15:17:18 -0400

On Tue, Jun 23, 2020 at 2:59 PM Nicholas Jankowski <jankowskin@asme.org> wrote:
John, this command links gdb to the worker thread, right? Is there a
possibility to get the gui's pid from within octave? 

in Windows, starting the GUI creates two processes 
- Console Window Host (conhost.exe)
- octave-gui.exe 

the getpid() command does return the pid of octave-gui.exe.

running John's command, however, does lock the main octave program until you quit from adb, though, so i'm not sure if there's another way to call it that it will catch an exception that crashes octave.

reply via email to

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