umbrello freezes during c++ header import, Ubuntu 9.10

Bug #495584 reported by Kestas
30
This bug affects 6 people
Affects Status Importance Assigned to Milestone
Fedora
New
Undecided
Unassigned
kdesdk (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: kdesdk

See attachment. Project is created with Qt Creator, project compiles and runs. But Umbrello freezes when I try to import *.h files from this project. Umbrello version is 2.3.2

Revision history for this message
Kestas (kuryba00-gmail) wrote :
Kestas (kuryba00-gmail)
description: updated
Revision history for this message
Kestas (kuryba00-gmail) wrote :

 On tuesday I have presentation at university about my project and open-source tools I've used, it would be very unpleasant if can't demonstrate umbrello because of this ugly bug..
 Any ideas how to solve problem?

This is objsconnections.h file from previous attachment, when i try to import it, Umbrello freezes:

#ifndef OBJSCONNECTIONS_H
#define OBJSCONNECTIONS_H

#include <list>
#include <string.h>
#include "ifobjheader.h"
#include "ifslottime.h"
using namespace std;

class ObjsConnections : IFSlotTime
{
private:
    list<IFObjHeader *> listObjs;
    list<IFObjHeader *>::iterator iter1; // general purpose obj list iterator
    list<IFObjHeader *>::iterator iter2; // general purpose obj list iterator
    double timeStep;
    IFSlotTime *view;
    void signalTime() { view->slotTime(); }
public:
    ObjsConnections();
    list<IFObjHeader *> *getObjsList();
    void addObj( IFObjHeader *a );
    void setTimeStep(double step) { timeStep = step;}
    void slotTime();
    void setView(IFSlotTime *view) {this->view = view;}
};

#endif // OBJSCONNECTIONS_H

description: updated
Revision history for this message
Christian González (droetker) wrote :

can confirm this here on Kubuntu Karmic. Exact the same behaviour.

Changed in kdesdk (Ubuntu):
status: New → Confirmed
Revision history for this message
JackSchnippes (jackschnippes) wrote :

running karmic, confirming this bug.

also tried version 2.4.1 (KDE 4.4.1) from the launchpad backports without success. no crash messega no nothing, just freezes :(

Revision history for this message
Kai Ritterbusch (kai-ritterbusch) wrote :

Running Ubuntu Karmic and having the same problem with my source code.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.