Fix a bug in the error handling when blocking system call is in place.
When a blocking system call is ongoing, the error message shown was wrong. It was indicated that a blocking system call is on-going when the program terminates. This is correct, but hides the error message which describes why packetdrill is terminating. Sponsored by: Netflix
Showing
- gtests/net/packetdrill/code.c 1 addition, 1 deletiongtests/net/packetdrill/code.c
- gtests/net/packetdrill/run.c 6 additions, 6 deletionsgtests/net/packetdrill/run.c
- gtests/net/packetdrill/run.h 1 addition, 1 deletiongtests/net/packetdrill/run.h
- gtests/net/packetdrill/run_command.c 1 addition, 1 deletiongtests/net/packetdrill/run_command.c
- gtests/net/packetdrill/run_system_call.c 22 additions, 18 deletionsgtests/net/packetdrill/run_system_call.c
- gtests/net/packetdrill/run_system_call.h 2 additions, 1 deletiongtests/net/packetdrill/run_system_call.h
- gtests/net/packetdrill/wire_server.c 1 addition, 1 deletiongtests/net/packetdrill/wire_server.c
Please register or sign in to comment