O'Neil Delpratt
- Login: ond1
- Email: oneil@saxonica.com
- Registered on: 2012-01-26
- Last connection: 2022-05-18
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 35 | 514 | 549 |
Reported issues | 24 | 322 | 346 |
Projects
Project | Roles | Registered on |
---|---|---|
Saxon | Manager, Developer, Reporter | 2012-01-27 |
Saxon-CE | Developer, Reporter | 2012-02-01 |
SaxonC | Manager, Developer, Reporter | 2013-11-28 |
SaxonJS | Manager, Developer, Reporter | 2016-08-11 |
SaxonMirrorHE | Manager, Developer | 2021-02-02 |
Activity
2022-05-18
-
Testing completed Bug #5455 (Resolved): build-windows.bat for cppTests samples is not complete, using it gives errors due to various unresolved symbolsThe current release 11.3 for SaxonC HE and EE continues to have a `build-windows.bat` file in the cppTests sample directory which doesn't compile/link all dependencies so that the attempt to use it gives various errors of unresolved symb...
-
I have improved the `testValidator.cpp` with better error handling and replaced the use of `getStringValue()` with `toString()` so that we get the serialized XML string. However, testValidator5 still does not run in isolation therefore I... Bug #5456: testValidator.exe core dumps on Windows in testValidator5Testing the suggested fix of https://saxonica.plan.io/issues/5455 I compiled and run `testValidator.cpp` of the SaxonC EE 11.3 release and found that running it gives an error
```
JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system ...
2022-05-17
-
Update:
I am noticing intermitted failure with test 5. Yes, the crash is happening with `getStringValue()` but that is because we are not checking for the `nullptr` in the test case. This suggests memory corruption with one of the ear... Bug #5456: testValidator.exe core dumps on Windows in testValidator5Testing the suggested fix of https://saxonica.plan.io/issues/5455 I compiled and run `testValidator.cpp` of the SaxonC EE 11.3 release and found that running it gives an error
```
JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system ...
2022-05-16
-
We have fixed this bug issue by making changes to the build script so that it inserts the correct library name when it builds the product. Bug #5470 (Resolved): SaxonC HE for Mac in SaxonCGlue.c looks for EE library libsaxoneec.dylibAs reported in a comment on StackOverflow https://stackoverflow.com/questions/72100510/xslt-transformation-using-a-xdm-node-returns-an-error-using-saxon-he-9-9-1-5c#comment127397020_72100962, the code for SaxonC HE for Mac looks for the ...
-
I have finally managed to get a core dump after Test 5, which is the same as reported. Investigating it further now. Bug #5456: testValidator.exe core dumps on Windows in testValidator5Testing the suggested fix of https://saxonica.plan.io/issues/5455 I compiled and run `testValidator.cpp` of the SaxonC EE 11.3 release and found that running it gives an error
```
JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system ...
2022-05-12
-
For some reason the last time I was unable to reproduce it, but I will look at this issue again today. Bug #5456: testValidator.exe core dumps on Windows in testValidator5Testing the suggested fix of https://saxonica.plan.io/issues/5455 I compiled and run `testValidator.cpp` of the SaxonC EE 11.3 release and found that running it gives an error
```
JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system ...
2022-05-10
-
Thanks for reporting this issue. It is clearly wrong. See fix for SaxonC-HE below:
``` c
char * tempDllname =
#if defined (__linux__)
"/libsaxonhec.so";
#elif defined (__APPLE__) && defined(__MACH__)
"/libsaxonhe... Bug #5470: SaxonC HE for Mac in SaxonCGlue.c looks for EE library libsaxoneec.dylibAs reported in a comment on StackOverflow https://stackoverflow.com/questions/72100510/xslt-transformation-using-a-xdm-node-returns-an-error-using-saxon-he-9-9-1-5c#comment127397020_72100962, the code for SaxonC HE for Mac looks for the ...
2022-05-09
-
Bug #5476 (AwaitingInfo): xsl:result-document doesn't function properlyI upgraded to SaxonC-HE 11.3 and several things stopped working. One I have not yet found a workround for is a stylesheet which calls xsl:result-document, supplying a bare filename as the value for @href. The intention is to create this...
2022-05-07
-
Hi,
Please see the following page on the API changes: https://www.saxonica.com/saxon-c/documentation11/index.html#!changes
The `set_initial_match_selection` method is on the `PyXsltExecutable` class. You first have to compile a sty... Bug #5476: xsl:result-document doesn't function properlyI upgraded to SaxonC-HE 11.3 and several things stopped working. One I have not yet found a workround for is a stylesheet which calls xsl:result-document, supplying a bare filename as the value for @href. The intention is to create this...
2022-04-20
-
Yesterday I spent some time separating the code `cout<<endl<<node->size()<<"Validation Report"<<node->getStringValue()<<endl;` and checking for nullptr with `node->getStringValue()`, but given that I cannot reproduce the error makes it d... Bug #5456: testValidator.exe core dumps on Windows in testValidator5Testing the suggested fix of https://saxonica.plan.io/issues/5455 I compiled and run `testValidator.cpp` of the SaxonC EE 11.3 release and found that running it gives an error
```
JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system ...
Also available in: Atom