[cfe-dev] Miscompiled C++ code? _Unwind_Resume_or_Rethrow
Sean McBride
sean at rogue-research.com
Thu Dec 16 14:48:55 PST 2010
Hi all,
A large open source C++ project I work with has just recently become
compilable by clang++ (trunk). It builds with many other compilers on
many OSes. However, the result seems broken. Fully half of the unit
tests crash when run. This is not the case elsewhere.
The backtrace (on Mac OS BTW) always shows one or more threads in
_Unwind_Resume_or_Rethrow, and one of those threads is the one that's crashed.
Is that a clue? Assuming yes :), any advice on narrowing this down?
Thanks,
--
____________________________________________________________
Sean McBride, B. Eng sean at rogue-research.com
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
More information about the cfe-dev
mailing list