[tbb-bugs] #13433 [Tor Browser]: "Update failed" from 4.0-alpha-3 when I have a log line in my torrc

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Oct 17 11:15:24 UTC 2014


#13433: "Update failed" from 4.0-alpha-3 when I have a log line in my torrc
-----------------------------+----------------------
     Reporter:  arma         |      Owner:  tbb-team
         Type:  defect       |     Status:  new
     Priority:  normal       |  Milestone:
    Component:  Tor Browser  |    Version:
   Resolution:               |   Keywords:
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+----------------------

Comment (by mcs):

 Replying to [comment:5 arma]:
 > That file does exist, and it should be readable.
 >
 > But a) it's 3 gigs, and b) it's open and being appended to by the Tor
 process. 'a' shouldn't matter, but I wonder if 'b' does.

 Actually, a) may be the problem.  Here is the implementation of XXX:
 https://gitweb.torproject.org/tor-browser.git/blob/refs/heads/tor-
 browser-31.2.0esr-4.x-1:/toolkit/mozapps/update/updater/updater.cpp#l736

 The "err: 75" that was logged indicates errno 75 after a call to lstat(),
 which is EOVERFLOW.  On your 32-bit system, I think lstat() will fail like
 this on any files larger than 2GB.  I wonder if Mozilla has an open bug
 for this problem....

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


More information about the tbb-bugs mailing list