Chris, That is a different issue.
Your hitting a bug I've ran into before in WebKit in the past. A few of my customers were hitting this same issue when Lion was released and I haven't narrowed exactly what is in their configuration that causes it to happen for them. I filed a radar with Apple and still waiting in a response. In the mean time I put in a work around into Growl that I'm going to try and work in for the next release. What happens is that when we are destroying the Growl notification, we try to clean up safely and null out a callback that webkit uses to talk back to us on. The issue is that webkit uses a weird forwarding pattern that doesn't always respond consistently from that I can tell. The work around ignores when we can't but because since we don't get to null it out, there is still a potential that another kind of issue can happen later if it tries to callback and talk to us before it's fully destroyed. Unfortunately all we can do is work around it until Apple can investigate and fix the bug. Zac -- Zac Bowling On Saturday, December 10, 2011 at 6:41 PM, Chris George wrote: > Ditto same issue: > http://pastie.org/private/jzuavcq83ird8i4xk2bvzw > > Looks like it's crashing for the fourth or fifth time since the update. > > -- > You received this message because you are subscribed to the Google Groups > "Growl Discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/growldiscuss/-/XzTLuZTJDP0J. > To post to this group, send email to [email protected] > (mailto:[email protected]). > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]). > For more options, visit this group at > http://groups.google.com/group/growldiscuss?hl=en. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
