Control: tags -1 + moreinfo

On Sun, 10 Oct 2021 at 22:51:10 +0200, Nis Martensen wrote:
> (reportbug:22755): VTE-WARNING **: 21:37:42.462:
> (../src/vtepty.cc:811):void vte_pty_spawn_with_fds_async(VtePty*, const
> char*, const char* const*, const char* const*, const int*, int, const
> int*, int, GSpawnFlags, GSpawnChildSetupFunc, gpointer, GDestroyNotify,
> int, GCancellable*, GAsyncReadyCallback, gpointer): runtime check
> failed: ((spawn_flags & ignored_spawn_flags()) == 0)

What exact function are you calling and what flags are you passing to it?

This warning should not appear unless spawn_flags contains one of the
flags that either are not available here, or have their behaviour
enabled by default anyway and therefore are unnecessary (namely
G_SPAWN_CLOEXEC_PIPES and/or G_SPAWN_DO_NOT_REAP_CHILD).

    smcv

Reply via email to