Chuck, Ken, Guido, & Sharvan,
Thanks for the advice - I'll check to make sure that EOs aren't being
passed between threads (which may very well be happening).
Thanks,
Joe
On Apr 9, 2009, at 19:35:07, Ken Anderson wrote:
I never pass EOs between threads - always GlobalIDs... saves LOTS
o
On 9. Apr. 2009, at 19:35 , Ken Anderson wrote:
I never pass EOs between threads - always GlobalIDs... saves LOTS
of headaches!
Me neither. Nevertheless - it might be an explanation.
cug
___
Do not post admin requests to the list. They will be ign
I never pass EOs between threads - always GlobalIDs... saves LOTS of
headaches!
On Apr 9, 2009, at 5:18 PM, Guido Neitzer wrote:
On 9. Apr. 2009, at 12:29 , Joe Moreno wrote:
Hi All,
I'm not familiar with the details of ERXEC and I was wondering,
when using it, if I should ever see the
On 9. Apr. 2009, at 12:29 , Joe Moreno wrote:
Hi All,
I'm not familiar with the details of ERXEC and I was wondering,
when using it, if I should ever see the following exception?
(Perhaps I have a buggy version - 5.0.0.8093?)
I can imagine stuff like that happening, when you do things in
Hi Joe,
The problem is lock on EC is held by one thread let's say main thread and
without EC being unlocked another thread i.e., GC thread deallocated the EC.
As Chuck is saying, the said EC is not properly unlocked.
ERXEC ExceptionFriday, April 10, 2009 12:59 AMFrom:"Joe Moreno"
To:"WebObjects-D
It looks to me like you are calling lock() and unlock() on an ec
somewhere in your code and doing it incorrectly.
Chuck
On Apr 9, 2009, at 12:29 PM, Joe Moreno wrote:
Hi All,
I'm not familiar with the details of ERXEC and I was wondering,
when using it, if I should ever see the followin
Hi All,
I'm not familiar with the details of ERXEC and I was wondering, when
using it, if I should ever see the following exception? (Perhaps I
have a buggy version - 5.0.0.8093?)
Thanks,
Joe
[2009-04-09 12:24:57 PDT] Unable to release locks held by
a deallocated EOEditingContext.
[20