Here is my recent email on this matter: http://lists.apple.com/archives/Webobjects-dev/2009/Nov/msg00459.html
The fix works fine for us, although I've jadded _NSWeakMutableArray only - since we didn't have any issues with other subclasses. So, what would be the proper way to commit the fix? On Tue, Nov 24, 2009 at 1:33 AM, Chuck Hill <[email protected]> wrote: > I thought you did too, but when I went to look I could not find it. But I > threw away the message which I would not have done if you had not committed > the fix. > > Chuck > > > > > On Nov 23, 2009, at 2:24 PM, Mike Schrag wrote: > >> It's not fixed in 5.4.3, but I thought we fixed it in Wonder? >> >> On Nov 23, 2009, at 4:37 PM, Lon Varscsak wrote: >> >>> I get these too in one production app (where a lot of insertions and >>> deletes are going on)...but it's intermittent. I saw a post somewhere that >>> someone said it was fixed, but I don't think it made it into 5.4.3. It's >>> really annoying and I had to start restarting that app once a day >>> automatically to avoid the error. >>> >>> If you learn anything to fix this, please shoot me an email. >>> >>> Good luck, >>> >>> Lon >>> >>> On Mon, Nov 23, 2009 at 10:08 AM, Dominique Schoenenberger >>> <[email protected]> wrote: >>> I got this error in a production application (It was happening only in >>> dev before), see error below >>> >>> This was already discussed in this mailing list but no solution was >>> suggested. >>> >>> Does anybody found a way to avoid this problem or to fix it ? >>> Or is this occurring sometimes and people are living with it ? >>> >>> Dominique >>> >>> Caused by: java.lang.StackOverflowError >>> at >>> com .webobjects .foundation ._NSWeakMutableCollection.processQueue(_NSWeakMutableCollection.java: >>> 176) >>> at >>> com .webobjects .foundation ._NSWeakMutableArray.__removeReference(_NSWeakMutableArray.java:124) >>> at >>> com .webobjects .foundation ._NSWeakMutableCollection.processQueue(_NSWeakMutableCollection.java: >>> 176) >>> at >>> com .webobjects .foundation ._NSWeakMutableArray.__removeReference(_NSWeakMutableArray.java:124) >>> at >>> com .webobjects .foundation ._NSWeakMutableCollection.processQueue(_NSWeakMutableCollection.java: >>> 176) >>> at >>> com .webobjects .foundation ._NSWeakMutableArray.__removeReference(_NSWeakMutableArray.java:124) >>> at >>> com .webobjects .foundation ._NSWeakMutableCollection.processQueue(_NSWeakMutableCollection.java: >>> 176) >>> at >>> com .webobjects .foundation ._NSWeakMutableArray.__removeReference(_NSWeakMutableArray.java:124) >>> at >>> com .webobjects .foundation ._NSWeakMutableCollection.processQueue(_NSWeakMutableCollection.java: >>> 176) >>> at >>> com .webobjects .foundation ._NSWeakMutableArray.__removeReference(_NSWeakMutableArray.java:124) >>> at >>> com .webobjects .foundation ._NSWeakMutableCollection.processQueue(_NSWeakMutableCollection.java: >>> 176) >>> at >>> com .webobjects .foundation ._NSWeakMutableArray.__removeReference(_NSWeakMutableArray.java:124) >>> at >>> com .webobjects .foundation ._NSWeakMutableCollection.processQueue(_NSWeakMutableCollection.java: >>> 176) >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> >>> http://lists.apple.com/mailman/options/webobjects-dev/varscsak%40smarthealth.com >>> >>> This email sent to [email protected] >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> >>> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40mdimension.com >>> >>> This email sent to [email protected] >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> >> http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to [email protected] > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/dfrolov%40demax.ru > > This email sent to [email protected] > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
