summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartinx - ジェームズ <thiagocmartinsc@gmail.com>2011-11-21 14:28:03 -0200
committerbitcoindev <bitcoindev@gnusha.org>2011-11-21 16:28:45 +0000
commitf760bf90ecfa9e145fd99254c70347101a8ba4a8 (patch)
tree6127f08121fb3143adf666aa18df756fa995c949
parent55de72613898789e5bdc69e5999fe26d1fcde62b (diff)
downloadpi-bitcoindev-f760bf90ecfa9e145fd99254c70347101a8ba4a8.tar.gz
pi-bitcoindev-f760bf90ecfa9e145fd99254c70347101a8ba4a8.zip
Re: [Bitcoin-development] Need help testing/debugging: Linux64
-rw-r--r--94/58858487817cf7be2bfafcdac6848b5d456160164
1 files changed, 164 insertions, 0 deletions
diff --git a/94/58858487817cf7be2bfafcdac6848b5d456160 b/94/58858487817cf7be2bfafcdac6848b5d456160
new file mode 100644
index 000000000..1e7620329
--- /dev/null
+++ b/94/58858487817cf7be2bfafcdac6848b5d456160
@@ -0,0 +1,164 @@
+Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192]
+ helo=mx.sourceforge.net)
+ by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
+ (envelope-from <thiagocmartinsc@gmail.com>) id 1RSWjd-000402-9P
+ for bitcoin-development@lists.sourceforge.net;
+ Mon, 21 Nov 2011 16:28:45 +0000
+Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com
+ designates 209.85.212.47 as permitted sender)
+ client-ip=209.85.212.47; envelope-from=thiagocmartinsc@gmail.com;
+ helo=mail-vw0-f47.google.com;
+Received: from mail-vw0-f47.google.com ([209.85.212.47])
+ by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
+ (Exim 4.76) id 1RSWjX-0000DO-PM
+ for bitcoin-development@lists.sourceforge.net;
+ Mon, 21 Nov 2011 16:28:45 +0000
+Received: by vbbey12 with SMTP id ey12so3372023vbb.34
+ for <bitcoin-development@lists.sourceforge.net>;
+ Mon, 21 Nov 2011 08:28:34 -0800 (PST)
+Received: by 10.52.116.66 with SMTP id ju2mr16029517vdb.76.1321892914244; Mon,
+ 21 Nov 2011 08:28:34 -0800 (PST)
+MIME-Version: 1.0
+Received: by 10.220.205.199 with HTTP; Mon, 21 Nov 2011 08:28:03 -0800 (PST)
+In-Reply-To: <CABsx9T2KkFC9_sibE4gYdd2JCTSSdbVQcOmK1nbKFYns820_7A@mail.gmail.com>
+References: <CABsx9T2KkFC9_sibE4gYdd2JCTSSdbVQcOmK1nbKFYns820_7A@mail.gmail.com>
+From: =?ISO-2022-JP?B?TWFydGlueCAtIBskQiU4JSchPCVgJTobKEI=?=
+ <thiagocmartinsc@gmail.com>
+Date: Mon, 21 Nov 2011 14:28:03 -0200
+Message-ID: <CAJSM8J3Pmht+8qoHgZTa6u=CnZKLeH1aBy31nfAoLdAHPXrZQw@mail.gmail.com>
+To: Gavin Andresen <gavinandresen@gmail.com>
+Content-Type: multipart/alternative; boundary=bcaec548a8f395ac0304b2412d92
+X-Spam-Score: -0.6 (/)
+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
+ (thiagocmartinsc[at]gmail.com)
+ -0.0 SPF_PASS SPF: sender matches SPF record
+ 1.0 HTML_MESSAGE BODY: HTML included in message
+ -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
+ author's domain
+ 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: 1RSWjX-0000DO-PM
+Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
+Subject: Re: [Bitcoin-development] Need help testing/debugging: Linux64
+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: Mon, 21 Nov 2011 16:28:45 -0000
+
+--bcaec548a8f395ac0304b2412d92
+Content-Type: text/plain; charset=ISO-8859-1
+
+Gavin,
+
+ I try to reproduce the error by doing this (Ubuntu 11.10 64bits):
+
+ rm -rf ~/bitcoin # CAUTION
+ ./bitcoin-0.4.0-linux/bin/64/bitcoin
+
+ * Encrypt my wallet
+ * Close Bitcoin 0.4.0
+
+ Next open Bitcoin 0.5.0rc7:
+ ./bitcoin-0.5.0rc7-linux/bin/64/bitcoin-qt
+
+ * Automatic wallet upgrade (I guess) working... No crashs...
+
+Best,
+Thiago
+
+On 19 November 2011 14:20, Gavin Andresen <gavinandresen@gmail.com> wrote:
+
+> There is one issue holding up a 0.5.0/0.4.1 final release: I've seen
+> a couple of bug reports of crashes on startup when re-encrypting
+> previously encrypted wallets on Linux64 systems.
+>
+> I've tried to reproduce on Ubuntu 10.10 server and "it worked for me"
+> -- so I need help figuring out what is going on (is it only bitcoin-qt
+> that is crashing? Is Ubuntu OK but other linux variations broken?
+> etc)
+>
+> --
+> --
+> Gavin Andresen
+>
+>
+> ------------------------------------------------------------------------------
+> All the data continuously generated in your IT infrastructure
+> contains a definitive record of customers, application performance,
+> security threats, fraudulent activity, and more. Splunk takes this
+> data and makes sense of it. IT sense. And common sense.
+> http://p.sf.net/sfu/splunk-novd2d
+> _______________________________________________
+> Bitcoin-development mailing list
+> Bitcoin-development@lists.sourceforge.net
+> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
+>
+
+--bcaec548a8f395ac0304b2412d92
+Content-Type: text/html; charset=ISO-8859-1
+Content-Transfer-Encoding: quoted-printable
+
+Gavin,<div><br></div><div>=A0I try to reproduce the error by doing this (Ub=
+untu 11.10 64bits):</div><div><br></div><div>=A0rm -rf ~/bitcoin # CAUTION<=
+/div><div>=A0./bitcoin-0.4.0-linux/bin/64/bitcoin</div><div><br></div><div>=
+=A0* Encrypt my wallet</div>
+
+<div>=A0* Close Bitcoin 0.4.0</div><div><br></div><div>=A0Next open Bitcoin=
+ 0.5.0rc7:</div><div>=A0./bitcoin-0.5.0rc7-linux/bin/64/bitcoin-qt</div><di=
+v><br></div><div>=A0* Automatic wallet upgrade (I guess) working... No cras=
+hs...</div>
+
+<div><br></div><div>Best,</div><div>Thiago</div><div><br><div class=3D"gmai=
+l_quote">On 19 November 2011 14:20, Gavin Andresen <span dir=3D"ltr">&lt;<a=
+ href=3D"mailto:gavinandresen@gmail.com">gavinandresen@gmail.com</a>&gt;</s=
+pan> wrote:<br>
+
+<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
+x #ccc solid;padding-left:1ex;">There is one issue holding up a 0.5.0/0.4.1=
+ final release: =A0I&#39;ve seen<br>
+a couple of bug reports of crashes on startup when re-encrypting<br>
+previously encrypted wallets on Linux64 systems.<br>
+<br>
+I&#39;ve tried to reproduce on Ubuntu 10.10 server and &quot;it worked for =
+me&quot;<br>
+-- so I need help figuring out what is going on (is it only bitcoin-qt<br>
+that is crashing? Is Ubuntu OK but other linux variations broken?<br>
+etc)<br>
+<br>
+--<br>
+--<br>
+Gavin Andresen<br>
+<br>
+---------------------------------------------------------------------------=
+---<br>
+All the data continuously generated in your IT infrastructure<br>
+contains a definitive record of customers, application performance,<br>
+security threats, fraudulent activity, and more. Splunk takes this<br>
+data and makes sense of it. IT sense. And common sense.<br>
+<a href=3D"http://p.sf.net/sfu/splunk-novd2d" target=3D"_blank">http://p.sf=
+.net/sfu/splunk-novd2d</a><br>
+_______________________________________________<br>
+Bitcoin-development mailing list<br>
+<a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-develo=
+pment@lists.sourceforge.net</a><br>
+<a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development=
+" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de=
+velopment</a><br>
+</blockquote></div><br></div>
+
+--bcaec548a8f395ac0304b2412d92--
+
+