Skip to content

Commit

Permalink
Don't SIGABRT on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Jan 23, 2025
1 parent f403256 commit 33653c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ static inline void log_assert_worker(bool cond, const char *expr, const char *fi
if (!cond) {
log("ERROR: Assert `%s' failed in %s:%d.\n", expr, file, line);
log_flush();
raise(SIGABRT);
}
}
#ifndef NDEBUG
Expand Down

0 comments on commit 33653c8

Please sign in to comment.