<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yupo5656</author_name>
  <author_url>https://blog.hatena.ne.jp/yupo5656/</author_url>
  <blog_title>memologue</blog_title>
  <blog_url>https://yupo5656.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>woさんに教えていただいた件 (http://d.hatena.ne.jp/w_o/20051203#p3)、遅くなりましたが、現象確認しました。次のコードで再現しますね。 $ cat a.cpp extern &quot;C&quot; { void b(); void a() { throw 123; } } int main() { try { b(); } catch(...) {} } $ cat b.c void a(); void b() { a(); } 実行するとこのようにクラッシュします。 $ gcc -c b.c ; g++ a.cpp b.o ; ./a.out terminate cal…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyupo5656.hatenadiary.org%2Fentry%2F20051215%2Fp1&quot; title=&quot; C++例外がCのコード中を通過するとクラッシュする件 - memologue&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2005-12-15 00:00:00</published>
  <title> C++例外がCのコード中を通過するとクラッシュする件</title>
  <type>rich</type>
  <url>https://yupo5656.hatenadiary.org/entry/20051215/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
