You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you're doing and what's happening:
I am busy trying to build the SkiaSharp library - and at this stage I am at the build for the native skia.a. When I run GN normally (no verbosity args) or with -q, then I this message:
[0309/044708.104294:ERROR:process_posix.cc(192)] Not implemented reached in bool (anonymous namespace)::WaitForExitWithTimeoutImpl(base::ProcessHandle, int *, base::TimeDelta)
Interestingly, if I run it normally, this line appears twice, with -q it appears only once. However, if I run it with -v, then this does not appear. Also, interesting, the build still continues just fine.
What's wrong / what should be happening instead:
That line doesn't look like it should appear :)
That's #1353 aka #2786 aka the Rick Grimes problem. The library is trying to get the parent process id of a given process id here, but it's already died. You're correct, best evidence is it is only a soft fail.
Your Windows build number: 10.0.16299.248
What you're doing and what's happening:
I am busy trying to build the SkiaSharp library - and at this stage I am at the build for the native
skia.a
. When I run GN normally (no verbosity args) or with-q
, then I this message:Interestingly, if I run it normally, this line appears twice, with
-q
it appears only once. However, if I run it with-v
, then this does not appear. Also, interesting, the build still continues just fine.What's wrong / what should be happening instead:
That line doesn't look like it should appear :)
Strace of the failing command, if applicable:
https://gist.github.com/mattleibow/b5b85d49566feb7418d48082c6801f29
The text was updated successfully, but these errors were encountered: