[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #20970 [Applications/Tor Browser Sandbox]: Firefox crashes if the security slider is left at the default on certain pages.
#20970: Firefox crashes if the security slider is left at the default on certain
pages.
----------------------------------------------+-------------------------
Reporter: yawning | Owner: yawning
Type: defect | Status: new
Priority: High | Milestone:
Component: Applications/Tor Browser Sandbox | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
----------------------------------------------+-------------------------
Comment (by yawning):
Ah ok, I know what's wrong.
The sandbox code sets a rlimit with this: `limStack = 512 * 1024 //
512 KiB`
`/proc/$PID/status` at the time of the crash has this: `VmStk: 516
kB`
Firefox being a proper modern C++ application, uses a suprising amount of
stack space. The solution is to crank the rlimit up to a more traditional
value like 8 MiB.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/20970#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs