I generated a project with a view and it also starts. So the bug must be in my app, indeed.
On Fri, Nov 11, 2011 at 7:55 PM, Miklos Espak <[email protected]> wrote: > On Fri, Nov 11, 2011 at 6:34 PM, Sascha Zelzer > <[email protected]> wrote: >> I guess it has something to do with smart-pointer misuse in your code. If >> you try (directly or indirectly) to delete a berry::Object instance which >> has referencing smart pointers, you will get this kind of problem. This is >> usually triggered by class members or locals of type berry::Object (or >> subclasses) instead of berry::Object::Pointer. ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
