Is there a workaround for this bug? Do I understand the issue that this only occurs if the first document has a namespace declaration?
Cheers,
E. ————— Eliot Kimber, Owner Contrext, LLC http://contrext.com
On 3/25/15, 1:44 PM, "Christian Grün" christian.gruen@gmail.com wrote:
Cool--always happy to reveal a bug.
;) And I'm always happy to receive bug reports, because it feels like just being one step closer to a bug-free release.
Let me know if I can help in testing a fix.
Thanks for the offer. I noticed that the error was caused by an old assertion in the code..
https://github.com/BaseXdb/basex/blob/master/basex-core/src/main/java/org/ basex/io/random/TableDiskAccess.java#L323-L325
I removed this check, and not any of our W3 and JUnit update tests complained. It's tempting to simply leave it like that, but I'll have a closer look at this tomorrow.
I'll tell you once this can be tested.
Christian