Carsten Neumann wrote:
>       Hi Antonio,
> 
> On Wed, 2007-09-05 at 19:52 +0200, Antonio Bleile wrote:
>> Hi,
> [SNIP]
>>              LockCount       -17891601       long
>>              RecursionCount  -17891602       long
>>              OwningThread    0xfeeefeee      void *
>>              LockSemaphore   0xfeeefeee      void *
>>              SpinCount       4277075694      unsigned long
> 
>> where OwningThread seems quite suspicious...
> 
> indeed, but the interesting question is of course why it has that
> strange value ;)

oxFEEEFEEE is freed memory (i.e. deleted memory). (The VS debug mode 
sets this so that you can track down these problems). I once had a link 
to a page describing these patterns (there are a few more, CDCDCDCD, 
ABABABAB, BAADF00D, etc.) but I can't seem to find it.

What probably happens, you're first forcing a delete (using subRefCP), 
then another refpointer or so tries to delete it again, accessing the 
memory again, which then has FEEEFEEE as contents.

Try to figure out which object gets destroyed twice.

Cheers,
/Marcus

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to