Nathan Beyer wrote: > Maybe I've just been doing something wrong all along. One way it > works, another it crashes. Here's what I'm doing. > > 1. I have the basic federated build setup. > 2. 'ant rebuild' from top-folder, 'trunk' > 3. 'cd working_classlib\modules\portlib' > 4. 'ant test' - all of the native test pass just fine
a good sign > 5. 'cd ..\..\..\' - go back up to top-folder > 6. 'robocopy /mir target\hdk working_classlib\deploy' - copy the > federated build to classlib's deploy folder > 7. 'cd working_classlib' > 8. 'ant test' - after a bit, portlib tests are run and hymem.exe test > blows up in the 'hymem_free_memory' method "blows up" = access violation? Can you run in windbg and see what is happening? Let me try on my WinXP install and see if the same happens. Regards, Tim > Is this the wrong way to test the class library? Why would this funk > up the portlib tests?
