I'm wodering why this code doesn't work. It looks like when the program
is about to throw exception i cashes with SIGABR signal.

int main () {
  try {
    throw 1;
  } catch (...) {
  }
  
  return 1;
}

Is it a bug in a g++-3.1 package?

-- 
+----------------------------- Dawid Jarosz ------------------------------+
| e-mail: [EMAIL PROTECTED] ------ Jabber: ------- [EMAIL PROTECTED] |
| ------- [EMAIL PROTECTED] ---------- Gadu-Gadu: ---- 79375 ---------- |
+-------------------------------------------------------------------------+


Reply via email to