[Bug 159258] Re: Helper applications launched by Firefox inherit ALL file descriptors

2017-10-16 Thread Bug Watch Updater
ors To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/159258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 159258]

2011-10-15 Thread Mh+mozilla
by Firefox inherit ALL file descriptors To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/159258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 159258]

2011-10-11 Thread Chris Coulson
is subscribed to the bug report. https://bugs.launchpad.net/bugs/159258 Title: Helper applications launched by Firefox inherit ALL file descriptors To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/159258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 159258]

2011-10-11 Thread Chris Coulson
descriptors To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/159258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 159258]

2011-10-04 Thread Mh+mozilla
by Firefox inherit ALL file descriptors To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/159258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 159258]

2011-10-04 Thread Karlt
Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/159258 Title: Helper applications launched by Firefox inherit ALL file descriptors To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/159258/+subscriptions -- ubuntu-bugs mailing list

[Bug 159258]

2011-10-03 Thread Mh+mozilla
/+bug/159258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 159258]

2011-10-03 Thread Karlt
Title: Helper applications launched by Firefox inherit ALL file descriptors To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/159258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 159258]

2011-05-11 Thread Roc-ocallahan
Michael, I'd love it if you could take this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/159258 Title: Helper applications launched by Firefox inherit ALL file descriptors -- ubuntu-bugs mailing

[Bug 159258]

2011-05-11 Thread Mh+mozilla
(In reply to comment #67) So this is the culprit? http://mxr.mozilla.org/mozilla-central/source/nsprpub/pr/src/md/unix/ uxproces.c#263 How exactly do you trigger this? I thought download code used GIO or GnomeVFS now to spawn processes. Is there any valid case for wanting to keep the file

[Bug 159258]

2011-05-11 Thread Ventnor-bugzilla
wtc doesn't want the proposed approach as he mentioned in bug 372734. We need to find a way to do this without touching NSPR. This might possibly mean auditing all PRFileDesc* in mozilla-central and calling PR_SetFDInheritable(..., PR_FALSE) on them -- You received this bug notification

[Bug 159258]

2011-05-11 Thread Ventnor-bugzilla
Doing some more code searching, the most important place to put this call might be nsLocalFile::OpenNSPRFileDesc (and possibly OpenANSIFileDesc). Writing that here for my own records. -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber.

[Bug 159258]

2011-05-11 Thread Karlt
gnome_vfs_mime_application_launch_with_env calls g_spawn_async without G_SPAWN_LEAVE_DESCRIPTORS_OPEN so helper apps should be fine with GnomeVFS. Non-GNOME (and newer GNOME) systems without --enable-gio will use nsIProcess which uses PR_CreateProcess, thus hitting this bug. Helper apps should

[Bug 159258]

2011-05-11 Thread Ventnor-bugzilla
Ideally at the same time we can install GTK3 on our build systems and migrate to that asap. -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/159258 Title: Helper applications launched by Firefox

[Bug 159258]

2011-05-10 Thread Ventnor-bugzilla
So this is the culprit? http://mxr.mozilla.org/mozilla-central/source/nsprpub/pr/src/md/unix/uxproces.c#263 How exactly do you trigger this? I thought download code used GIO or GnomeVFS now to spawn processes. Is there any valid case for wanting to keep the file descriptors open after a fork? I

[Bug 159258]

2011-05-10 Thread Bob+mozilla
Some relevant reference and code over at stackoverflow: http://stackoverflow.com/questions/5713242/linux-fork-file-descriptors- inheritance -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/159258 Title:

[Bug 159258]

2011-04-28 Thread Philip-chee
*** Bug 460936 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/159258 Title: Helper applications launched by Firefox inherit ALL file descriptors --

[Bug 159258]

2011-04-28 Thread Rogan Creswick
Hey, we only have 13 months before the 10-year anniversary of this bug! Here's a doodle for scheduling the party: http://www.doodle.com/9uav5v7igabaxndv *Maybe* we could get the ticket status updated to a status that actually exists for the occasion :) NEW doesn't seem to be on the list

[Bug 159258]

2011-01-09 Thread Bzbarsky
We do need to fix this, but we're not going to hold Gecko 2 for it. Moving to the 2.x list, pending Karl actually having time... -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/159258 Title: Helper

[Bug 159258]

2011-01-09 Thread dean gaudet
yeah let's not fix this before it's a decade old. not much longer to wait! -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/159258 Title: Helper applications launched by Firefox inherit ALL file

[Bug 159258] Re: Helper applications launched by Firefox inherit ALL file descriptors

2010-09-15 Thread Bug Watch Updater
** Changed in: firefox Importance: Unknown = High -- Helper applications launched by Firefox inherit ALL file descriptors https://bugs.launchpad.net/bugs/159258 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing

[Bug 159258] Re: Helper applications launched by Firefox inherit ALL file descriptors

2008-03-03 Thread Kees Cook
** Bug watch added: Mozilla Bugzilla #147659 https://bugzilla.mozilla.org/show_bug.cgi?id=147659 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=147659 Importance: Unknown Status: Unknown ** Changed in: firefox (Ubuntu) Importance: Undecided = Low

[Bug 159258] Re: Helper applications launched by Firefox inherit ALL file descriptors

2007-12-11 Thread Jamie Strandboge
** Visibility changed to: Public -- Helper applications launched by Firefox inherit ALL file descriptors https://bugs.launchpad.net/bugs/159258 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list