mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Error handling for 3751d20ce
This commit is contained in:
parent
3751d20ce9
commit
71a3161252
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ ExportHandler::ExportHandler (Session & session)
|
|||
_timespan_thread_active.store (1);
|
||||
if (pthread_create (&_timespan_thread, NULL, _timespan_thread_run, this)) {
|
||||
_timespan_thread_active.store (0);
|
||||
fatal << "Cannot create export handler helper thread" << endmsg;
|
||||
abort(); /* NOTREACHED*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue