[igt-dev] [V4 i-g-t 11/24] tests/i915/gem_close_race: Fix the double closure of fd
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Mon Jun 26 05:10:18 UTC 2023
Don't close the fd in each thread, instead leave it to be
closed by process termination
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/i915/gem_close_race.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/gem_close_race.c b/tests/i915/gem_close_race.c
index 1a2efeab2..22cdc5874 100644
--- a/tests/i915/gem_close_race.c
+++ b/tests/i915/gem_close_race.c
@@ -303,7 +303,7 @@ static void thread(int fd, struct drm_gem_open name,
n++;
} while (1);
- close(crashme.fd);
+ /* leave fd to be closed by process termination */
}
timer_delete(timer);
--
2.40.0
More information about the igt-dev
mailing list