[tor-bugs] #3700 [Tor Relay]: Warning when running Windows relay with bufferevents

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Wed Aug 10 05:29:44 UTC 2011


#3700: Warning when running Windows relay with bufferevents
-----------------------+----------------------------------------------------
 Reporter:  karsten    |          Owner:                    
     Type:  defect     |         Status:  new               
 Priority:  major      |      Milestone:  Tor: 0.2.3.x-final
Component:  Tor Relay  |        Version:                    
 Keywords:             |         Parent:                    
   Points:             |   Actualpoints:                    
-----------------------+----------------------------------------------------

Comment(by karsten):

 There we go (thanks, Sebastian!):

 {{{
 Breakpoint 1, tor_tls_log_one_error (tls=0x4a7c778, err=336027804,
     severity=4, domain=32768, doing=0x533260 "handshaking (with
 bufferevent)")
     at tortls.c:271
 271       st = (tls && tls->ssl) ? tls->ssl->state : -1;
 (gdb) bt
 #0  tor_tls_log_one_error (tls=0x4a7c778, err=336027804, severity=4,
     domain=32768, doing=0x533260 "handshaking (with bufferevent)")
     at tortls.c:271
 #1  0x004519a3 in connection_or_handle_event_cb (bufev=0x4417fb8,
 event=32,
     arg=0x44fad18) at connection_or.c:1275
 #2  0x004f302c in bufferevent_run_deferred_callbacks_locked (_=0x44180a0,
     arg=0x4417fb8) at bufferevent.c:157
 #3  0x004ee31e in event_process_deferred_callbacks (base=0xac6858,
 flags=0)
     at event.c:1347
 #4  event_process_active (base=0xac6858, flags=0) at event.c:1386
 #5  event_base_loop (base=0xac6858, flags=0) at event.c:1572
 #6  0x0040531f in do_main_loop () at main.c:1797
 #7  0x0040674c in tor_main (argc=3, argv=0xac27d0) at main.c:2471
 #8  0x004013e0 in main (argc=3, argv=0xac27d0) at tor_main.c:30
 }}}

 I also found a second warning in the logs from two days ago:

 {{{
 Aug 08 13:52:14.000 [warn] TLS error while handshaking (with bufferevent)
 with [scrubbed]: ssl handshake failure (in SSL
 routines:SSL3_READ_BYTES:SSL3_ST_SR_CERT_A)
 }}}

 I can now compile and run any 0.2.3.x version or branch on Windows.  If
 you have a patch for me, just let me know.

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


More information about the tor-bugs mailing list