Comment 5 for bug 741554

Revision history for this message
Eliah Kagan (degeneracypressure) wrote :

This and bug 741958 are the same bug--their stack traces are symbolically identical. While this bug was reported first, bug 741958 is marked as affecting more people and has a slightly more informative description, so I'm marking this as a duplicate of that bug.

Please note that while there is also a superficial similarity to bug 762345 and bug 743143, looking closely at their stack traces indicates that they are probably not the same bug as this (nor as each other). While in this bug (and bug 741958) __cxa_rethrow() is called from QCoreApplicationPrivate::sendPostedEvents(), in bug 762345 it's called from QEventLoop::exec() and in bug 743143 it's called from QMetaObject::activate(). Since everything in the stack trace from __cxa_rethrow() to the SIGABRT represents the propagation of a C++ exception, the steps immediately below __cxa_rethrow() in each of these stack traces (almost certainly) contain the specific information about what went wrong in each of these bugs.