Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe.txt | 2010-03-12 | 556 Bytes | |
iwb.c | 2010-03-12 | 155.5 kB | |
Library.zip | 2009-10-29 | 4.3 MB | |
Guidelines for Core Applications.doc | 2009-10-27 | 44.0 kB | |
Totals: 4 Items | 4.5 MB | 0 |
Testing has revealed an obscure bug in the library. It's a multi-threading bug that doesn't cause issues for "normal use", but does has caused unit tests to crash out in a unit test framework running each test on its own thread. The steps to reproduce the bug (from a code point of view) are: * Run an import/export from thread 1 * Create thread 2 * Run an import/export from the thread 2 This is not something that considered "normal behaviour" from an application. The fix is a simple change to initialise the xml library. file iwb.c