[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_assert: Add option to pw_assert_basic to call _Exit
Add option to exit the pw_assert_basic backend by calling std::_Exit to
exit the program without running atexit handlers or destructors.
This is needed in the following two cases:
In the case of using pw_build's `wrap_abort`, and the `pw_assert_basic`
default backend, assert failures would infinitely recurse calling abort.
In addition, when not using `wrap_abort` some C library implementations
will attempt to take mutexes out, which shouldn't be done in a crash
handler as it may deadlock.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/127191
Original-Revision: 5398657e43e127a566bdc201649a7293bf62a865
GitOrigin-RevId: 862584d1fc146dea541969d66061523f01fbba2d
Roller-URL: https://ci.chromium.org/b/8790128723450922593
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/796094
Original-Revision: 826928d1e99adb41b1ec857a5d3011f02fb46a9c
Change-Id: I54b66261a2e03b2967dcf8e9d9f9ac3b8e970e7a
diff --git a/stem b/stem
index 530b3e0..d0e9a24 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="e45d426f5e0c6692e44ce76b033b74fe855ecbcd"/>
+ revision="826928d1e99adb41b1ec857a5d3011f02fb46a9c"/>
</projects>
<hooks>
<hook name="install-environment"