There is something in the public timeline occastionally which is causing me to choke. I haven't figured out what yet. I wasn't sure it would be helpful reporting this, but since I saw the same error trace from the lower levels of Shoes, I thought it might indicate something to somebody else.
On Fri, Aug 1, 2008 at 11:41 AM, Emanuel Carnevale <[EMAIL PROTECTED]> wrote: > On Thu, Jul 31, 2008 at 8:29 AM, _why <[EMAIL PROTECTED]> wrote: >> On Wed, Jul 30, 2008 at 09:28:08PM -0700, Seth Thomas Rasmussen wrote: >>> The following paste link includes the simple check() code, for what >>> it's worth, and the crash log. >>> >>> https://gist.github.com/15707c810952a189e2d7 >> >> Thankyou, yes, there is a bug in the Cocoa code which is causing >> crashes periodically on check box events. I need to hunt around for >> which thread is calling the event. Thankyou for the test script! >> > > I've tried this code (which I tried to keep closer as possible to the > original snippet, yet showing me smth) > > Shoes.app do > t = para > @public = check do |c| > @which_timeline = c.checked? ? :public : :private > t.text = @which_timeline > end > end > > and I have no crashes.. is it random, do we need to have threads or do > I fail somewhere? > > Emanuel > -- Seth Thomas Rasmussen http://greatseth.com
