Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] use g_spawn_command_line_async instead of execlp #205

Open
core-ai-bot opened this issue Aug 17, 2021 · 4 comments
Open

[CLOSED] use g_spawn_command_line_async instead of execlp #205

core-ai-bot opened this issue Aug 17, 2021 · 4 comments

Comments

@core-ai-bot
Copy link
Member

Issue by jasonsanjose
Tuesday Sep 03, 2013 at 17:27 GMT
Originally opened as adobe#319


@macie After merging #317 I noticed in the execlp and execl docs http://linux.die.net/man/3/execlp...

The exec() family of functions replaces the current process image with a new process image

This didn't seem right to replace the brackets process with the browser. To avoid this, I moved to g_spawn_command_line_async https://developer.gnome.org/glib/2.34/glib-Spawning-Processes.html#g-spawn-command-line-async.

While cleaning that up, I also...


jasonsanjose included the following code: https://github.com/adobe/brackets-shell/pull/319/commits

@core-ai-bot
Copy link
Member Author

Comment by pthiess
Wednesday Sep 04, 2013 at 17:12 GMT


@ingorichter Hey Ingo, please take a look .

@core-ai-bot
Copy link
Member Author

Comment by jasonsanjose
Thursday Sep 05, 2013 at 18:35 GMT


@ingorichter pushed changes. Ready to review.

@core-ai-bot
Copy link
Member Author

Comment by jasonsanjose
Monday Sep 09, 2013 at 18:17 GMT


Also fixes #4909

@core-ai-bot
Copy link
Member Author

Comment by jasonsanjose
Monday Sep 09, 2013 at 18:17 GMT


Also fixes adobe/brackets#4909

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant