Skip to content

Commit

Permalink
crash hard on ::sensors_fatal_error
Browse files Browse the repository at this point in the history
vmatare committed Nov 1, 2021
1 parent 02d0cb1 commit 05f1636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensors.cpp
Original file line number Diff line number Diff line change
@@ -500,7 +500,7 @@ void LMSensorsDriver::fatal_error_callback(const char *proc, const char *err)
//
// We can also consider calling abort() in order to generate a core dump
// in addition to reporting failure.
exit(EXIT_FAILURE);
abort();
}


0 comments on commit 05f1636

Please sign in to comment.