summaryrefslogtreecommitdiff
path: root/77/c8a174580b5662b54afb9ae2a9733789625479
blob: 7f5e54c7eb02ed8c9b2dea27a8850c17e3c1bc43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <chris@double.co.nz>) id 1VQnz6-0004Xv-P3
	for bitcoin-development@lists.sourceforge.net;
	Tue, 01 Oct 2013 00:38:40 +0000
X-ACL-Warn: 
Received: from new1-smtp.messagingengine.com ([66.111.4.221])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.76) id 1VQnz4-00017k-V2
	for bitcoin-development@lists.sourceforge.net;
	Tue, 01 Oct 2013 00:38:40 +0000
Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44])
	by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 0FCF35A6
	for <bitcoin-development@lists.sourceforge.net>;
	Mon, 30 Sep 2013 20:20:46 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
	by compute4.internal (MEProxy); Mon, 30 Sep 2013 20:20:46 -0400
X-Sasl-enc: NSTF8E3yHG58xfxERcSIINAMrIJc676FguM5OfwUQxUJ 1380586845
Received: from tpyo (unknown [60.234.54.74])
	by mail.messagingengine.com (Postfix) with ESMTPA id E1F726801C9
	for <bitcoin-development@lists.sourceforge.net>;
	Mon, 30 Sep 2013 20:20:44 -0400 (EDT)
From: Chris Double <chris.double@double.co.nz>
To: "bitcoin-development\@lists.sourceforge.net"
	<bitcoin-development@lists.sourceforge.net>
In-Reply-To: <CAJna-Hi+eyRnZUtHpfvod_uRCmjPOL5HS3ZZpr54yzbKRRT9-w@mail.gmail.com>
References: <CAJna-Hi+eyRnZUtHpfvod_uRCmjPOL5HS3ZZpr54yzbKRRT9-w@mail.gmail.com>
User-Agent: Notmuch/0.16+49~g2f7cfcd (http://notmuchmail.org) Emacs/24.1.1
	(x86_64-pc-linux-gnu)
Date: Tue, 01 Oct 2013 13:20:40 +1300
Message-ID: <874n91kfjb.fsf@double.co.nz>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked.
	See
	http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
	for more information. [URIs: messagingengine.com]
	0.1 DKIM_SIGNED            Message has a DKIM or DK signature,
	not necessarily valid
	-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
X-Headers-End: 1VQnz4-00017k-V2
Subject: Re: [Bitcoin-development] bitcoind stops responding
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Tue, 01 Oct 2013 00:38:40 -0000

slush <slush@centrum.cz> writes:

> I observed this problem with version 0.8.2, but it is still happening with
> 0.8.5. 

I see this as well with 0.8.2+. I don't see it on 0.8.1. I originally
hit the '4 keep alive thread limit' where four clients on the same
bitcoind would result in other clients not being able to connect. I
resolved that and still hit the RPC hanging issue. The most problem I've
had is using 'getwork' which I believe is going the wayside anyway.