diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-16 14:01:46 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-16 14:01:46 +0100 |
commit | d69a03e44832d8a8da84696bd4e2aaf3cd5d6cff (patch) | |
tree | 0eaf947097527df74991a29a855d980f46c40827 /ocaml | |
parent | 2bd080fd5a233656d32b2697922881df54bc7a77 (diff) | |
download | libguestfs-d69a03e44832d8a8da84696bd4e2aaf3cd5d6cff.tar.gz libguestfs-d69a03e44832d8a8da84696bd4e2aaf3cd5d6cff.tar.xz libguestfs-d69a03e44832d8a8da84696bd4e2aaf3cd5d6cff.zip |
Revert "ocaml: Calling Gc.compact before g#mount_local works around RHBZ#838081."
This reverts commit ad7c4498f66f37c4219242c6df04d28e9ee7877f.
Reverted because we still see core dumps.
Diffstat (limited to 'ocaml')
-rw-r--r-- | ocaml/t/guestfs_500_parallel_mount_local.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ocaml/t/guestfs_500_parallel_mount_local.ml b/ocaml/t/guestfs_500_parallel_mount_local.ml index 926b9ee6..17e30ee7 100644 --- a/ocaml/t/guestfs_500_parallel_mount_local.ml +++ b/ocaml/t/guestfs_500_parallel_mount_local.ml @@ -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. *) |