[tor-bugs] #17567 [Quality Assurance and Testing]: Crash when using mozmill on tor browser 5.5a4-hardened

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Nov 9 20:38:44 UTC 2015


#17567: Crash when using mozmill on tor browser 5.5a4-hardened
------------------------------------------------+-----------------------
 Reporter:  boklm                               |          Owner:  boklm
     Type:  defect                              |         Status:  new
 Priority:  Medium                              |      Milestone:
Component:  Quality Assurance and Testing       |        Version:
 Severity:  Normal                              |     Resolution:
 Keywords:  TorBrowserTeam201511, tbb-hardened  |  Actual Points:
Parent ID:                                      |         Points:
  Sponsor:                                      |
------------------------------------------------+-----------------------

Comment (by boklm):

 Here are some commands you can use to reproduce the error:
 {{{
 tbbdir=/tmp/tbb-hardened
 mkdir $tbbdir
 tar -C $tbbdir -xf tor-browser-linux64-5.5a4-hardened_ALL.tar.xz
 cat > $tbbdir/tbb-wrapper <<EOF
 #!/bin/sh
 export LD_LIBRARY_PATH="$tbbdir/tor-browser/Browser:$tbbdir/tor-
 browser/Browser/TorBrowser/Tor"
 exec $tbbdir/tor-browser/Browser/firefox "\$@"
 EOF
 chmod +x $tbbdir/tbb-wrapper
 cd /tmp
 git clone https://git.torproject.org/boklm/tor-browser-bundle-
 testsuite.git
 cd tor-browser-bundle-testsuite
 ./setup-virtualenv
 export TOR_SKIP_LAUNCH=1
 ./virtualenv/bin/mozmill -b $tbbdir/tbb-wrapper -p $tbbdir/tor-
 browser/Browser/TorBrowser/Data/Browser/profile.default -t ./mozmill-tests
 /tbb-tests/searchengines.js
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/17567#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list