> We seem to get this type of error semi-regularly on the Windows build
> machine:
>
> Any ideas?

Do the two failures always come together? If that's the case, it looks  
like the reference count for +guinea-pig-implementation+ is getting  
out of sync; perhaps QueryInterface is intermittently returning NULL  
for the IUnrelated interface, causing the segfault int the first  
failing test, but is still incrementing the reference count, leaving  
+guinea-pig-implementation+ to leak through to the final test? I'll  
see if I can reproduce the failure. Roughly how frequently does it  
occur on the build box--99 percent of the time? 50 percent?

-Joe


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to