Results 1 to 2 of 2

Thread: Detaching after fork from child process

  1. #1
    Join Date
    Jul 2007
    Posts
    166
    Thanks
    25
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Detaching after fork from child process

    Hi,
    I have a program in Qt-4.3 and when I run that program, some times it display one error like
    "Detaching after fork from child process 6231.". After this message, the program did not work. I have no idea about this error. Please help me to solve this probs

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Detaching after fork from child process

    this is too little information for us to be able to say anything about your program.
    Specially when it is threaded.
    We will need a general description of the threads and how they are supposed to interact, and probably some relevant code.

    In order to narrow down the problem, you should do some debugging, so that you will be at least able to say, where and when the error comes, at least on a symptom basis (which with threaded programs not necessarily means its the location of the problem it self - but its a start)
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Replies: 5
    Last Post: 5th November 2007, 10:13
  2. Replies: 4
    Last Post: 4th June 2007, 08:33
  3. QProcess : child process listening parent output ?
    By Nyphel in forum Qt Programming
    Replies: 16
    Last Post: 20th March 2007, 13:40

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.