Page MenuHomePhabricator

Cherry crash after failed library load
Closed, ResolvedPublic

Description

Maybe it's a local issue with my binary tree but I'm not sure and it could point to a real problem, thus I'm reporting it.

It happens after changing perspectives a few times, see attached log and stacktrace.

Event Timeline

[SVN revision 20000]
ENH (#2873): reimplemented QApplication::notify() to catch exceptions thrown in the Qt even loop.

This error was due to an incomplete perspective implementation. The previous fix catches all exceptions thrown in slots (event handlers) and displays an error message to the user.

[SVN revision 20010]
ENH (#2873): Added a specific error message if opening a perspective fails.