Results 1 to 13 of 13

Thread: QProcess / system call not working under linux. Why?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    28
    Thanked 976 Times in 912 Posts

    Default Re: QProcess / system call not working under linux. Why?

    Quote Originally Posted by johnny_sparx
    QProcess object destroyed while process is still running.
    Maybe QProcess::waitForFinished() timeout is too small? What does QProcess::error() return?

    The solution here has much to do with the way the operating systems deal with external processes and how they process wildcards as parameters. Does this sound reasonable?
    Yes, under Unices wildcards won't be processed.

  2. The following 2 users say thank you to jacek for this useful post:

    johnny_sparx (13th March 2006), ucntcme (14th March 2006)

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.