Terminate early when hang in encoder is detected
This commit is contained in:
@@ -101,6 +101,8 @@ namespace lifetime {
|
||||
#else
|
||||
std::raise(SIGTRAP);
|
||||
#endif
|
||||
// If debug trap still doesn't work, abort
|
||||
abort();
|
||||
}
|
||||
|
||||
char **
|
||||
|
||||
Reference in New Issue
Block a user