Page MenuHomePhabricator

Plugin org.opencherry.ui, extension org.opencherry.ui.views, id org.opencherry.ui.internal.introview: Unknown extension tag found: stickyView
Closed, ResolvedPublic

Description

After update to rev. 19858 my SandBoxApp cannot start anymore. Its last words before it dies are:

[ 0.25] SBCoreObjectFactory c'tor
[ 0.26] Registering DiffusionImagingObjectFactory...
[ 0.26] DiffusionImagingObjectFactory c'tor
[ 0.26] Registering CoreExtObjectFactory...
QmitkRegisterClasses()
QmitkExtRegisterClasses()
[ 0.80] LOG: Plugin org.opencherry.ui, extension org.opencherry.ui.views: Unknown extension tag found: #text
[ 0.80] LOG: Plugin org.opencherry.ui, extension org.opencherry.ui.views, id org.opencherry.ui.internal.introview: Unknown extension tag found: stickyView

Aborted (core dumped)

A part of the core dump looks like this:

#4 <signal handler called>
#5 cherry::PerspectiveHelper::CollectViewPanes (this=0x58, result=@0xbfdbed44) at /home/maleike/mitk/bugfix/src/mitk/openCherry/Bundles/org.opencherry.osgi/src/cherrySmartPointer.h:140
#6 0xaf7a2922 in cherry::Perspective::GetViewReferences (this=0x9f95000) at /home/maleike/mitk/bugfix/src/mitk/openCherry/Bundles/org.opencherry.ui/src/internal/cherryPerspective.cpp:210
#7 0xaf7a485c in cherry::Perspective::FindView (this=0x9f95000, id=@0xaf8c28ac, secondaryId=@0xbfdbee04)

at /home/maleike/mitk/bugfix/src/mitk/openCherry/Bundles/org.opencherry.ui/src/internal/cherryPerspective.cpp:153

#8 0xaf7aa863 in cherry::Perspective::FindView (this=0x9f95000, viewId=@0xaf8c28ac)

at /home/maleike/mitk/bugfix/src/mitk/openCherry/Bundles/org.opencherry.ui/src/internal/cherryPerspective.cpp:148

#9 0xaf729796 in cherry::WorkbenchIntroManager::GetViewIntroAdapterPart (this=0x9feb0b0)

at /home/maleike/mitk/bugfix/src/mitk/openCherry/Bundles/org.opencherry.ui/src/internal/intro/cherryWorkbenchIntroManager.cpp:236

#10 0xaf729f4d in cherry::WorkbenchIntroManager::ShowIntro (this=0x9feb0b0, preferredWindow={m_Pointer = 0xbfdbef54}, standby=false)

at /home/maleike/mitk/bugfix/src/mitk/openCherry/Bundles/org.opencherry.ui/src/internal/intro/cherryWorkbenchIntroManager.cpp:125

#11 0xaf705164 in cherry::WorkbenchWindowAdvisor::OpenIntro (this=0x9f6d908)

at /home/maleike/mitk/bugfix/src/mitk/openCherry/Bundles/org.opencherry.ui/src/application/cherryWorkbenchWindowAdvisor.cpp:92

#12 0xaf6f3735 in cherry::WorkbenchWindow::Open (this=0x9f653f0) at /home/maleike/mitk/bugfix/src/mitk/openCherry/Bundles/org.opencherry.ui/src/cherryWorkbenchWindow.cpp:632

Frame 6 is this part, presentation had an unusual pointer value of 0x58, probably uninitialized?

205 {
206 return std::vector<IViewReference::Pointer>();
207 }
208
209 std::vector<PartPane::Pointer> panes;
210 presentation->CollectViewPanes(panes);
211
212 std::vector<IViewReference::Pointer> result;
213 List fastViews = (fastViewManager != 0) ?
214
fastViewManager.getFastViews(0)

If I can help any more, tell me.