Wireshark-commits: [Wireshark-commits] master dc21957: Fix for waitpid return EINTR sometimes on la

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Mar 2015 06:05:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dc2195711c2eec6e459ecdf17a01139895ace479
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dc21957 by Vik (vkp129+ubuntu@xxxxxxxxx):

    Fix for waitpid return EINTR sometimes on launch.
    
    The return of EINTR is not exactly a failure of child process but may be because of any number of reasons. Adding logic to retry to get status of child process.
    
    Bug: 10889
    Change-Id: Ic2de7248cb7bd9c801b917c841ce911fb7c17dcc
    Reviewed-on: https://code.wireshark.org/review/7669
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f0855e0   Remove proto_tree_add_text from packet-ssl.c
    adds  dc21957   Fix for waitpid return EINTR sometimes on launch.


Summary of changes:
 capchild/capture_sync.c |   67 +++++++++++++++++++++++++++--------------------
 1 file changed, 38 insertions(+), 29 deletions(-)