mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Revert "ocaml: Calling Gc.compact before g#mount_local works around RHBZ#838081."
This reverts commit ad7c4498f6.
Reverted because we still see core dumps.
This commit is contained in:
@@ -115,7 +115,6 @@ and start_thread (filename, mp) =
|
||||
let t = time () in
|
||||
if t -. start_t < total_time then (
|
||||
if debug then eprintf "%s < mounting filesystem\n%!" mp;
|
||||
Gc.compact (); (* Workaround for RHBZ#838081 *)
|
||||
g#mount_local mp;
|
||||
|
||||
(* Run test in an exec'd subprocess. *)
|
||||
|
||||
Reference in New Issue
Block a user