Results 1 to 2 of 2

Thread: what is mean of this error?

  1. #1
    Join Date
    Nov 2007
    Posts
    4
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question what is mean of this error?

    my code is compiled and linked completed.but when i run it ,
    there error show like this:
    QMutex::~QMutex: destroy failure: Device or resource busy

    what is mean?

    thanks

  2. #2
    Join Date
    Sep 2007
    Location
    Szczecin, Poland
    Posts
    153
    Thanks
    7
    Thanked 11 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: what is mean of this error?

    Hi,
    sorry but i think there's no wizards here
    maybe post some code, or describe what are you doing in your program.

    the only way i can help without any knowledge about your application is quoting qt manual:
    QMutex::~QMutex ()
    Destroys the mutex.
    Warning: Destroying a locked mutex may result in undefined behavior.
    consider using QMutexLocker:
    The QMutexLocker class is a convenience class that simplifies locking and unlocking mutexes.

Similar Threads

  1. Error compiling psql plugin
    By vieraci in forum Installation and Deployment
    Replies: 4
    Last Post: 7th October 2007, 02:49
  2. qt 4.2.2 install on aix
    By try to remember in forum Installation and Deployment
    Replies: 2
    Last Post: 28th March 2007, 12:19
  3. Qt-x11-commercial-src-4.2.0-snapshot-20060824 error
    By DevObject in forum Installation and Deployment
    Replies: 4
    Last Post: 24th August 2006, 23:31
  4. use qpsql
    By raphaelf in forum Installation and Deployment
    Replies: 34
    Last Post: 22nd August 2006, 12:52
  5. Am I the only one with "make" error ?
    By probine in forum Installation and Deployment
    Replies: 1
    Last Post: 13th February 2006, 12:54

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.