Results 1 to 6 of 6

Thread: Qprocess...hanging entire application!!!!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2006
    Posts
    172
    Thanks
    30
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Angry Qprocess...hanging entire application!!!!

    I have a few buttons which when clicked, execute the following type of commands

    kfmclient openURL media:/hda1/

    kfmclient exec Firefox.desktop

    etc

    Now the funny thing is that everything was working fine till yesterday and today !!!!!!!!!

    i.e the QProcess executes - i can use it normally, but my app at the back gets hung up! i have attached the snapshot of my app top right corner....the base colors of the windows/groupboxes etc are being displayed....also if i move the window (the one launched via QProcess) around, it just erases the contents of my app!!

    What do you think is wrong!

    Thanks

    ps: i tried doing startDetached(process_name), I also have waitForFinished(-1) enabled....but it seems the launched process never 'finishes' and thus control never returns back to my program!!!

    EDIT: when i run "ps -e" to see the issue i get this mentioned

    PID TTY 00:00:00 kfmclient <defunct>

    any relation?
    Attached Images Attached Images
    Last edited by nupul; 9th May 2006 at 13:25.

Similar Threads

  1. Replies: 8
    Last Post: 28th January 2015, 09:45
  2. Replies: 3
    Last Post: 20th November 2014, 07:10
  3. QProcess start automaticaly needed application
    By raphaelf in forum Qt Programming
    Replies: 1
    Last Post: 16th February 2006, 14:11

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.