GNOME Bugzilla – Bug 688545
Use g_spawn_sync() instead of fork() and waitpid().
Last modified: 2012-11-18 09:43:57 UTC
See attached patches.
Created attachment 229245 [details] [review] libanjuta: use g_spawn_sync instead of fork() and waitpid() ...in anjuta_util_package_is_installed()
Created attachment 229246 [details] [review] debug-manager: use g_spawn_sync() instead of fork() and waitpid() ...in attach_process_update().
Comment on attachment 229245 [details] [review] libanjuta: use g_spawn_sync instead of fork() and waitpid() Thanks for your patch.
Comment on attachment 229246 [details] [review] debug-manager: use g_spawn_sync() instead of fork() and waitpid() Thank for your patch.