remove generic catch blocks

Bug #683842 reported by Monty Taylor
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Medium
Monty Taylor
7.0
Fix Released
Medium
Monty Taylor

Bug Description

With the exception of the root-catch all around query, we should remove generic catch (...) blocks in favor of catch (std::exception&) blocks. gcc apparently tosses some system failures in as non-std::exception based exceptions, and we should really be tossing those all the way back to the root catchall.

Related branches

Monty Taylor (mordred)
Changed in drizzle:
status: New → Fix Committed
importance: Undecided → Medium
assignee: nobody → Monty Taylor (mordred)
milestone: none → 2010-12-06
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.