[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: What means that log record?
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: What means that log record?
- From: Nick Mathewson <nickm@xxxxxxxxxxxxx>
- Date: Fri, 12 Feb 2010 22:55:26 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Fri, 12 Feb 2010 22:55:32 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=iZ1og62DeKu/EuDMdMUPxUKa0at9rs+jYwdG7BMOnIA=; b=fXCl1MBuOTViv3pvh3BsTrv9rG6FnyroSzlU0foBAAQc7iMvFkkweI6WyJ1dDQwOZ1 wy3X17c3XdO2AWR8NuxobJ/E3gq4nt1R2/Vhr4mjuHuOp/tiT6RSjyIsCeAUr05tGIgD Sn3NDyJaneWRtT4EiEc3HPH1JIf5oU0fG7uWU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=xGFhzFcb65I1m/6W5EO7OdCvVAk2ElABw1QS50Paa5Tve4mYtO/CTRjLQTsFF5LwWZ RWmbGRmy7X15g89qii3d5GKWzPh5pbtZtTocL7NJ94EWwVs3yigDl3ajFVz2TltJ0Z08 a8NVrGGJQZrwTL9XgVDWARB7SYxagOKOH/0m4=
- In-reply-to: <4B6FA0C9.7060407@xxxxxxx>
- References: <4B6FA0C9.7060407@xxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
On Mon, Feb 8, 2010 at 12:27 AM, Soviet Union <unionsovietunion@xxxxxxx> wrote:
> I have some the next recored in logs of the Tor:
> [warn] Bug: Duplicate call to connection_mark_for_close at
> connection.c:1175 (first at connection_edge.c:1618)
> What mean that bug and what I need to do? (or not I need to do anythin?)
> *********************************
It means that one part of the code said "close connection X when you
get around to it!" and another part of the code also said "close
connection X when you get around to it!" We try not to allow this in
the code base, since a connection that's marked to be closed shouldn't
really be used in a way that would make us want to close it again.
This isn't a problem for you, since the code catches it and tries to
handle it gracefully. It is a problem for the developers, though.
What version of Tor are you seeing these messages from?
--
Nick
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxxx with
unsubscribe or-talk in the body. http://archives.seul.org/or/talk/