Comment 0 for bug 1482320

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

Here's a minimal example that exhibits the issue:
http://pastebin.ubuntu.com/12014818/

compiled with g++ -std=c++11 -O2

Expected output:
ignored exception: some error
ignored exception: some error

Actual output:
terminate called after throwing an instance of 'std::runtime_error'
  what(): some error
Aborted (core dumped)