Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@simonrozsival
Copy link
Contributor

@simonrozsival simonrozsival marked this pull request as draft February 16, 2022 10:05
@simonrozsival simonrozsival marked this pull request as ready for review February 16, 2022 14:45
@akoeplinger akoeplinger merged commit 36daf03 into mono:main Feb 17, 2022
@akoeplinger
Copy link
Member

/backport to 2020-02

@github-actions
Copy link
Contributor

Started backporting to 2020-02: https://github.com/mono/mono/actions/runs/1857931585

@github-actions
Copy link
Contributor

@akoeplinger backporting to 2020-02 failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: Backport https://github.com/dotnet/runtime/pull/64679
Using index info to reconstruct a base tree...
M	mono/eglib/Makefile.am
M	mono/eglib/glib.h
M	mono/mini/mini-posix.c
M	mono/utils/mono-threads.c
Falling back to patching base and 3-way merge...
Auto-merging mono/utils/mono-threads.c
Auto-merging mono/mini/mini-posix.c
CONFLICT (content): Merge conflict in mono/mini/mini-posix.c
Auto-merging mono/eglib/glib.h
Auto-merging mono/eglib/Makefile.am
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Backport https://github.com/dotnet/runtime/pull/64679
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

@akoeplinger
Copy link
Member

Manual backport: #21435

akoeplinger added a commit that referenced this pull request Feb 17, 2022
…osleep (#21435)

* [Android] Workaround for invalid return value from clock_nanosleep (#21433)

Fixes dotnet/android#6600

Backported from dotnet/runtime#64679 and dotnet/runtime#65373

(cherry picked from commit 36daf03)

* Fix Windows build

Co-authored-by: Simon Rozsival <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Native Crash (SIGABRT): monoeg_g_usleep: clock_nanosleep () returned -1

3 participants