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 303649 - ORBit's IO thread has 10M stack
ORBit's IO thread has 10M stack
Status: RESOLVED FIXED
Product: ORBit2
Classification: Deprecated
Component: general
unspecified
Other Linux
: High normal
: ---
Assigned To: ORBit maintainers
ORBit maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-10 10:51 UTC by Mark McLoughlin
Modified: 2005-05-10 15:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rlimit-stack.log (3.48 KB, text/plain)
2005-05-10 10:57 UTC, Mark McLoughlin
  Details
rlimit-stack.patch (1.10 KB, patch)
2005-05-10 10:58 UTC, Mark McLoughlin
none Details | Review

Description Mark McLoughlin 2005-05-10 10:51:37 UTC
Distribution/Version: Fedora Core 4

So, on FC4 ORBit's IO thread has a 10M stack. For details:

http://mail.gnome.org/archives/desktop-devel-list/2005-May/msg00052.html

Attaching an irc log of a conversation with some gcc/glibc/kernel developers
about what would be a reasonable size to use. 256k was the conclusion.

Also attaching a patch to change to that.
Comment 1 Mark McLoughlin 2005-05-10 10:57:17 UTC
Created attachment 46279 [details]
rlimit-stack.log
Comment 2 Mark McLoughlin 2005-05-10 10:58:35 UTC
Created attachment 46280 [details] [review]
rlimit-stack.patch
Comment 3 Mark McLoughlin 2005-05-10 15:54:35 UTC
Michael: I just went and committed the patch as is rather than experimenting
with even smaller stacks. Given that its just a reduction in VSS rather than
RSS, I didn't think it was work doing any more ...

2005-05-10  Mark McLoughlin  <mark@skynet.ie>

        Use a 256k stack for the IO thread rather than
        the system default (10M on FC4). bug #303649

        * src/linc.c: (link_exec_set_io_thread): Use
        a 256k stack.