You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/14 17:38:52 UTC

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14317: std::threads spawned by mxnet must catch all exceptions, otherwise the whole application will terminate

anirudh2290 commented on issue #14317: std::threads spawned by mxnet must catch all exceptions, otherwise the whole application will terminate
URL: https://github.com/apache/incubator-mxnet/issues/14317#issuecomment-472981379
 
 
   Currently exceptions are caught only if they are within operator execution since that covers most cases. However, we can add exception handling at other places, for example GPUWorker catch it and save it similar to the way it is done in ExecuteOprBlock and set the exception for the opr_block. Then the exception should be handled. @mika-fischer  Would you like to contribute the fix ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services