Results 1 to 2 of 2

Thread: Unknown Thread in my app is exiting

  1. #1
    Join Date
    Jul 2008
    Posts
    66
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Unknown Thread in my app is exiting

    Hi,

    every time I debugged my QT app in Visual Studio I saw that during debugging threads exited itself without any reason.

    I used Process Explorer to identify these threads:
    ole32.dll!StringFromGUID2
    RPCRT4.dll!I_RpcBCacheFree

    Can you tell me which part of my QT app needs them? And why are they exiting itself without my permission?



    Edit:
    Made a miskate ... I think these are functional calls in the call stack of each thread.
    Maybe someone knows them??



    Thx!
    Last edited by donglebob; 9th December 2008 at 08:00.

  2. #2
    Join Date
    Jul 2008
    Posts
    66
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Unknown Thread in my app is exiting

    I found the line while debugging.
    These two threads are created when I dynamically create an instance of QLineEdit!



    It creates them in its own ctor =>
    Qt Code:
    1. d->init(QString());
    To copy to clipboard, switch view to plain text mode 

    Edit:
    It happens in setMouseTracking(true)

Similar Threads

  1. segmentation fault error
    By sagi in forum Installation and Deployment
    Replies: 2
    Last Post: 25th July 2008, 05:37
  2. Thread not exiting
    By steg90 in forum Newbie
    Replies: 4
    Last Post: 9th May 2007, 11:31
  3. KDE/QWT doubt on debian sarge
    By hildebrand in forum KDE Forum
    Replies: 13
    Last Post: 25th April 2007, 06:13
  4. Replies: 10
    Last Post: 20th March 2007, 22:19
  5. Problem closing a QMainWindow in Qt4.2
    By ian in forum Qt Programming
    Replies: 11
    Last Post: 17th October 2006, 00:49

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.