robotology-legacy/yarpmanager2

manager crashes on refresh right after opening the application

Closed this issue · 2 comments

  • load an application in the manager
  • click on the global refresh button

crashes in builderwindow.cpp:

void BuilderWindow::setOutputPortAvailable(QString oData, bool available)
{
    foreach (QGraphicsItem *it, scene->items()) {
        BuilderItem *item = (BuilderItem *)it;
==>        if(item->type() == QGraphicsItem::UserType + ModuleItemType){
...

I can not reproduce it. Can you show me the application you are loading?

I got the problem; an application crashes on refresh or select using mouse on the graphical view of the manager when there is a connection to a destination port object (maybe also for source port) with midpoints. see the bellow:

image