After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 688545 - Use g_spawn_sync() instead of fork() and waitpid().
Use g_spawn_sync() instead of fork() and waitpid().
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: unknown
unspecified
Other All
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-17 17:00 UTC by Carl-Anton Ingmarsson
Modified: 2012-11-18 09:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libanjuta: use g_spawn_sync instead of fork() and waitpid() (1.63 KB, patch)
2012-11-17 17:00 UTC, Carl-Anton Ingmarsson
committed Details | Review
debug-manager: use g_spawn_sync() instead of fork() and waitpid() (1.69 KB, patch)
2012-11-17 17:00 UTC, Carl-Anton Ingmarsson
committed Details | Review

Description Carl-Anton Ingmarsson 2012-11-17 17:00:11 UTC
See attached patches.
Comment 1 Carl-Anton Ingmarsson 2012-11-17 17:00:13 UTC
Created attachment 229245 [details] [review]
libanjuta: use g_spawn_sync instead of fork() and waitpid()

...in anjuta_util_package_is_installed()
Comment 2 Carl-Anton Ingmarsson 2012-11-17 17:00:16 UTC
Created attachment 229246 [details] [review]
debug-manager: use g_spawn_sync() instead of fork() and waitpid()

...in attach_process_update().
Comment 3 Sébastien Granjoux 2012-11-18 09:43:29 UTC
Comment on attachment 229245 [details] [review]
libanjuta: use g_spawn_sync instead of fork() and waitpid()

Thanks for your patch.
Comment 4 Sébastien Granjoux 2012-11-18 09:43:51 UTC
Comment on attachment 229246 [details] [review]
debug-manager: use g_spawn_sync() instead of fork() and waitpid()

Thank for your patch.