[tbb-bugs] #20120 [Applications/Tor Browser]: TorBrowser keeps crashing
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Sep 13 14:48:12 UTC 2016
#20120: TorBrowser keeps crashing
--------------------------------------+-----------------------------------
Reporter: Verhoeff | Owner: tbb-team
Type: defect | Status: needs_information
Priority: High | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Major | Resolution:
Keywords: tbb-crash | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------+-----------------------------------
Comment (by mcs):
On OSX, you want to use lldb. If you do not have /usr/bin/lldb on your
computer, you will need to install Xcode or maybe just the Xcode command
line tools. Mozilla has some debugging instructions here:
https://developer.mozilla.org/en-
US/docs/Mozilla/Debugging/Debugging_Mozilla_with_lldb
But maybe just start Tor Browser under lldb and see what is shown when it
crashes. For example:
{{{
cd ~/Desktop/TorBrowser.app
lldb ./Contents/MacOS/firefox
run
}}}
After the crash occurs, a useful command is `bt` (show backtrace).
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/20120#comment:8>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list