Hi, this has been fixed recently. Please have a look at http://bugs.mitk.org/show_bug.cgi?id=8481 if you are interested in the technical details.
Best, Sascha On 06/10/2011 11:56 AM, Sascha Zelzer wrote: > Hi, > > Thanks again for the debugging. We are having the same issue on one of > our Mac machines and a Ubuntu 10.04 machine and are currently working on > a solution. I hope to be able to fix it today. > > Best, > Sascha > > On 06/07/2011 07:17 PM, Matt Clarkson wrote: >> Hi Sascha, >> >> I removed $HOME/.ExtApp, and that resolved the problem of picking up 2 >> different sets of plugins. >> However, the seg-fault is still happening. >> >> This problem is seen just running the standard MITK ExtApp program from a >> completely clean build of MITK, on both my Centos and Mac machines. >> >> As far as I can work out on my Centos machine, it's the "result = >> iter->second.Cast<I>();" in berryTweaklets.h Get method that is failing. >> When the WorkbenchTweaklet is first created, it is entered into the map, >> which is a map of smart pointers to objects. When it is used from the map, >> the Cast operation performs a dynamic cast, and this fails. Swapping to a >> static_cast instead of a dynamic cast appears to get past this issue, but >> there are other problems further along the line, where the >> IPreferencesService appears to not be present. >> >> Thats as far as I have got for now. >> >> Matt > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
