> -----Original Message-----
> From: [email protected] [mailto:qt-
> [email protected]] On Behalf Of ext
> Harri Pasanen
> Sent: Thursday, April 21, 2011 10:45 PM
> To: [email protected]
> Subject: [Qt-creator] KDE or Qt Creator issue?
> 
> Hi,
> 
> I posted about this a while ago, but for some reason I don't get my own
> posts, so here is a new one with some added info.
> 
> I'm experiencing a strange issue with qtcreator, but it does really seem a
> KDE/environmental problem and perhaps not specific to qtcreator, but it only
> manifests itself in qtcreator for me, in only in specic part of qtcreator at 
> that.
> 
> This is on Kubuntu 10.10, amd64.    When ever I try to open file dialog to add
> an icon to QToolButton in designer part of qtcreator, qtcreator process starts
> eating memory and I have to be quick to "killall qtcreator" before the
> machine becomes unresponsive.
>
> I've been using KDE for many years, and I remember at times having similar
> issues with KMail when something in .kde became corrupted.   So I tried
> creating another user account, and indeed there qtcreator works fine.
> 
> Back to my regular user account, I tried renaming the ~/.kde ~/.qt and
> removing /var/tmp/kdecache-harri but to no avail, qtcreator QToolButton
> icon ->File still make qtcreator to go off in search of limitless memory.
> Other file selection dialogs in qtcreator do seem to work.
> Also, I have both 2.0.1 and 2.1.0 versions of qtcreator installed, and both
> exhibit the same problem with my user account.
> 
> So it is something in my user environment, but I'm stumped.


Hi,

I never had the exact problems you described. Anyhow, what has caused problems 
for me in the past is mixing Qt libraries and plugins from two different Qt 
versions: E.g. when plugins from the system Qt/KDE are loaded into an app that 
is compiled with its own version of Qt (like the binary packages of QtCreator 
that are available on our website).

 Things you can try
  * check the application output for suspicious error messages
  * unset the QT_PLUGIN_PATH environment variable before launching QtCreator in 
the shell
  * set the LD_LIBRARY_PATH variable to the 'lib' subdirectory of qtcreator (in 
case of binary package), or your $QTDIR/lib

Hope this helps

Kai
 
> Any ideas?
> 
> 
> Harri
> http://mpaja.com/
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to