diff --git a/Assets/libwaterboxhost.so b/Assets/libwaterboxhost.so
index 26069986b7..a012474433 100644
Binary files a/Assets/libwaterboxhost.so and b/Assets/libwaterboxhost.so differ
diff --git a/waterbox/waterboxhost/src/memory_block/tripguard.rs b/waterbox/waterboxhost/src/memory_block/tripguard.rs
index f8b25c50e1..ec2c8356b7 100644
--- a/waterbox/waterboxhost/src/memory_block/tripguard.rs
+++ b/waterbox/waterboxhost/src/memory_block/tripguard.rs
@@ -139,7 +139,6 @@ mod trip_pal {
 				} else {
 					transmute::<usize, SaHandler>(sa_old.sa_sigaction)(sig);
 				}
-				abort();
 			}
 		}
 		unsafe {