[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

g++-3.1 and exceptions



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: D.Jarosz@elka.pw.edu.pl ------ Jabber: ------- dawid@jabber.org |
| ------- dawid@jarosz.one.pl ---------- Gadu-Gadu: ---- 79375 ---------- |
+-------------------------------------------------------------------------+



Reply to: