Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Vn4qG-0003r8-Qt for bitcoin-development@lists.sourceforge.net; Sun, 01 Dec 2013 11:05:36 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.160.51 as permitted sender) client-ip=209.85.160.51; envelope-from=wtogami@gmail.com; helo=mail-pb0-f51.google.com; Received: from mail-pb0-f51.google.com ([209.85.160.51]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1Vn4qF-0008JC-1T for bitcoin-development@lists.sourceforge.net; Sun, 01 Dec 2013 11:05:36 +0000 Received: by mail-pb0-f51.google.com with SMTP id up15so16908063pbc.24 for ; Sun, 01 Dec 2013 03:05:29 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.68.133.229 with SMTP id pf5mr25644068pbb.115.1385895929177; Sun, 01 Dec 2013 03:05:29 -0800 (PST) Received: by 10.66.158.129 with HTTP; Sun, 1 Dec 2013 03:05:28 -0800 (PST) Date: Sun, 1 Dec 2013 01:05:28 -1000 Message-ID: From: "Warren Togami Jr." To: Bitcoin Dev Content-Type: multipart/alternative; boundary=001a1134ab3c8dec5a04ec770a86 X-Spam-Score: -0.6 (/) 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: github.com] -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 (wtogami[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: 1Vn4qF-0008JC-1T Subject: [Bitcoin-development] Coin Control, Send crash on MacOS X 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: Sun, 01 Dec 2013 11:05:37 -0000 --001a1134ab3c8dec5a04ec770a86 Content-Type: text/plain; charset=UTF-8 https://github.com/litecoin-project/bitcoinomg/commits/0.8.5-OMG6 http://download1.rpmfusion.org/~warren/bitcoin-0.8.5-OMG6/ I've been backporting patches from master and Litecoin to make a Bitcoin 0.8 client with more features. It works quite well on Linux and Win32. http://pastebin.com/g8QqheGc Today we discovered a rare crash that can happen on MacOS X. toffoo and coblee reproduced it on MacOS X 10.9 and I reproduced it on 10.6.8. It seems to be some kind of race condition involving SendCoinsEntry::clear(). 1. 11 QtGui 0x00e28141 QWidget::setFocus(Qt::FocusReason) + 289 2. 12 org.bitcoinfoundation.Bitcoin-Qt 0x002ca665 SendCoinsEntry::clear() + 101 This build was made with Xcode 3.2.6 on MacOS X with MacPorts qt4-mac qt-4.8.4, roughly meant to approximate Gavin's build environment for the 0.8.x releases. With this unfamiliar build environment I have been unsuccessful at building master so I am unable to confirm if this crash exists there. I am trying qt-4.8.5 next ... but even if I manage to build it, it is exceedingly difficult to reproduce... Warren --001a1134ab3c8dec5a04ec770a86 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
https://github.com/litecoin-project/bitcoinomg/commits/= 0.8.5-OMG6
http://download1.rpmfusion.org/~warren/bitcoin-0.8.5-OMG6/
I've been backporting patches from master and Litecoin to make a B= itcoin 0.8 client with more features. =C2=A0It works quite well on Linux an= d Win32.

Today we discovered a rare crash that can happen on MacOS X. tof= foo and coblee reproduced it on MacOS X 10.9 and I reproduced it on 10.6.8.= It seems to be some kind of race condition involving=C2=A0SendCoinsEntry::= clear().

  1. 11 =C2=A0Qt= Gui =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 0x00e28141 QWidget::setFocus(Qt::FocusRe= ason) + 289
  2. 12 =C2= =A0org.bitcoinfoundation.Bitcoin-Qt=C2=A0 =C2=A0 0x002ca665 SendCoinsEntry:= :clear() + 101

This build was made with Xcode 3.2.6 on= MacOS X with MacPorts qt4-mac qt-4.8.4, roughly meant to approximate Gavin= 's build environment for the 0.8.x releases.

With this unfamiliar build environment I have been unsuccessful at bui= lding master so I am unable to confirm if this crash exists there. =C2=A0I = am trying qt-4.8.5 next ... but even if I manage to build it, it is exceedi= ngly difficult to reproduce...

Warren
--001a1134ab3c8dec5a04ec770a86--