You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Deepak Majeti (JIRA)" <ji...@apache.org> on 2017/02/14 22:46:41 UTC

[jira] [Created] (PARQUET-880) [CPP] Prevent destructors from throwing

Deepak Majeti created PARQUET-880:
-------------------------------------

             Summary: [CPP] Prevent destructors from throwing
                 Key: PARQUET-880
                 URL: https://issues.apache.org/jira/browse/PARQUET-880
             Project: Parquet
          Issue Type: Bug
            Reporter: Deepak Majeti
            Assignee: Deepak Majeti


In C++, a program can raise abort if destructors throw an exception.
A scenario is: Pending Exception "e" causing the stack to unwind and invoking a destructor that throws again.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)