[tor-bugs] #7350 [Tor]: Assertion chan->state == CHANNEL_STATE_OPENING || chan->state == CHANNEL_STATE_OPEN || chan->state == CHANNEL_STATE_MAINT failed
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Nov 7 02:10:11 UTC 2012
#7350: Assertion chan->state == CHANNEL_STATE_OPENING || chan->state ==
CHANNEL_STATE_OPEN || chan->state == CHANNEL_STATE_MAINT failed
--------------------+-------------------------------------------------------
Reporter: andrea | Owner: andrea
Type: defect | Status: new
Priority: normal | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version: Tor: 0.2.4.5-alpha
Keywords: | Parent:
Points: | Actualpoints:
--------------------+-------------------------------------------------------
Comment(by andrea):
For the record before I kill the process:
(gdb) print *chan
$3 = {magic = 2316903463, state = CHANNEL_STATE_CLOSING, global_identifier
= 8008, registered = 1 '\001',
reason_for_closing = CHANNEL_CLOSE_FROM_BELOW, timestamp_created =
1352246346, timestamp_active = 1352251511,
free = 0, close = 0x487b53 <channel_tls_close_method>,
describe_transport = 0x487c50 <channel_tls_describe_transport_method>,
dumpstats = 0,
cell_handler = 0x4ab9aa <command_process_cell>, var_cell_handler =
0x4abaa4 <command_process_var_cell>,
get_remote_addr = 0x487d8a <channel_tls_get_remote_addr_method>,
get_remote_descr = 0x487f55 <channel_tls_get_remote_descr_method>,
has_queued_writes = 0x488204 <channel_tls_has_queued_writes_method>,
is_canonical = 0x48834b <channel_tls_is_canonical_method>,
matches_extend_info = 0x4884c6 <channel_tls_matches_extend_info_method>,
matches_target = 0x488639 <channel_tls_matches_target_method>,
write_cell = 0x488807 <channel_tls_write_cell_method>,
write_packed_cell = 0x4889ce <channel_tls_write_packed_cell_method>,
write_var_cell = 0x488baa <channel_tls_write_var_cell_method>,
identity_digest = "\032z4\375\026\036\357# r\216y\373V9\026`2\231U",
nickname = 0x0, next_with_same_id = {
le_next = 0x0, le_prev = 0x104fc98}, incoming_queue = {sqh_first =
0x0, sqh_last = 0x1409410}, outgoing_queue = {
sqh_first = 0x0, sqh_last = 0x1409420}, cmux = 0xe24630, circ_id_type
= CIRC_ID_TYPE_LOWER, next_circ_id = 477,
num_n_circuits = 0, num_p_circuits = 1, is_bad_for_new_circs = 0,
is_client = 0, is_incoming = 1, is_local = 0,
timestamp_client = 0, timestamp_drained = 1352251511, timestamp_recv =
1352251511, timestamp_xmit = 1352251511,
timestamp_last_added_nonpadding = 1352247530, dirreq_id = 0,
n_cells_recved = 342, n_cells_xmitted = 988}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7350#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list