Results 1 to 2 of 2

Thread: QObject::killTimer: timers cannot be stopped from another thread

  1. #1
    Join Date
    Aug 2012
    Posts
    29
    Thanked 2 Times in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default QObject::killTimer: timers cannot be stopped from another thread

    Hi,
    I have an app A which I close after a timeout. now I have another app B on top of that I can open my prev A. I ned to close the app B after same timeout. now problem I am facing is if my app A is also opened on app B and then if timeout happens, it first tries to close the app A internally , but gives it crashes and gives the warning an error like: QObject::killTimer: timers cannot be stopped from another thread
    # Fatal error in q:\qt5_workdir\w\s\qtjsbackend\src\3rdparty\v8\src \isolate.h, line 446

    any idea why it shappening? is it a qt related thing or I am doing something wrong.?
    one more thing , if I set the timeout of difference of 1 sec. it works.

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QObject::killTimer: timers cannot be stopped from another thread

    From your description it is not clear neither what you are doing nor what you are trying to do.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 32
    Last Post: 20th December 2012, 15:19
  2. how to use Multiple timers?
    By qtlinuxnewbie in forum Newbie
    Replies: 8
    Last Post: 21st September 2012, 09:01
  3. Replies: 0
    Last Post: 22nd February 2011, 07:55
  4. Replies: 1
    Last Post: 29th July 2010, 05:41
  5. QObject::killTimer Warning Messages
    By mclark in forum Qt Programming
    Replies: 7
    Last Post: 11th September 2008, 20:10

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
  •  
Qt is a trademark of The Qt Company.