From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1RR8Vc-0007ea-Rg for bitcoin-development@lists.sourceforge.net; Thu, 17 Nov 2011 20:24:32 +0000 Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.161.47 as permitted sender) client-ip=209.85.161.47; envelope-from=jordanmack1981@gmail.com; helo=mail-fx0-f47.google.com; Received: from mail-fx0-f47.google.com ([209.85.161.47]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1RR8Vb-0000YE-VY for bitcoin-development@lists.sourceforge.net; Thu, 17 Nov 2011 20:24:32 +0000 Received: by mail-fx0-f47.google.com with SMTP id t2so4994043faa.34 for ; Thu, 17 Nov 2011 12:24:31 -0800 (PST) Received: by 10.182.49.100 with SMTP id t4mr20989obn.52.1321561470431; Thu, 17 Nov 2011 12:24:30 -0800 (PST) Received: from [192.168.0.50] (c-67-188-239-72.hsd1.ca.comcast.net. [67.188.239.72]) by mx.google.com with ESMTPS id a5sm1499191obc.3.2011.11.17.12.24.27 (version=SSLv3 cipher=OTHER); Thu, 17 Nov 2011 12:24:28 -0800 (PST) Sender: Jordan Mack Message-ID: <4EC56D70.9070103@parhelic.com> Date: Thu, 17 Nov 2011 12:24:16 -0800 From: Jordan Mack User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: bitcoin-development@lists.sourceforge.net References: <4EC56CF2.1070704@parhelic.com> In-Reply-To: <4EC56CF2.1070704@parhelic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (jordanmack1981[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.1 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (jordanmack1981[at]gmail.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: 1RR8Vb-0000YE-VY Subject: Re: [Bitcoin-development] Release candidates: versions 0.4.1 and 0.5 X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2011 20:24:32 -0000 I'm getting an intermittent crashes on bitcoin-qt.exe when doing RPC commands. I seem to be able to get it to occur most frequently when I send a bunch of RPC commands in rapid succession. I have never encountered it with "getbalance", but I have with some other commands. Sending a single letter as the command seems to trigger the crash most often. I was unable to generate the crash using 0.4.1. I was unable to find an issue logged for this, although I wonder if it is related to https://github.com/bitcoin/bitcoin/issues/639 Can anyone make suggestion on any other debug information I can gather before submitting an issue? Windows 7 x64 Bitcoin 0.5 rc5 Faulting application name: bitcoin-qt.exe, version: 0.0.0.0, time stamp: 0x4d44aa00 Faulting module name: bitcoin-qt.exe, version: 0.0.0.0, time stamp: 0x4d44aa00 Exception code: 0x40000015 Fault offset: 0x00e4b7fa Faulting process id: 0xf80 Faulting application start time: 0x01cca56065158dac Faulting application path: C:\Users\jmack\Desktop\bitcoin-0.5.0rc5-win32\bitcoin-qt.exe Faulting module path: C:\Users\jmack\Desktop\bitcoin-0.5.0rc5-win32\bitcoin-qt.exe Report Id: 050b54aa-1155-11e1-86c0-f46d0496aff0 On 11/16/2011 8:34 AM, Gavin Andresen wrote: > I need help sanity testing these: > https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.4.1/test/ > https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.0/test/ >