Hi,
Some of the regessions test are failing with errors in output file like msxml3:domdoc start dlls/msxml3/tests/domdoc.c 1.80 msxml3:domdoc done (-1073741819)
Is this due to a Seg Fault?
Best Regards Alistair Leslie-Hughes
Alistair Leslie-Hughes wrote:
Hi,
Some of the regessions test are failing with errors in output file like msxml3:domdoc start dlls/msxml3/tests/domdoc.c 1.80 msxml3:domdoc done (-1073741819)
Is this due to a Seg Fault?
Best Regards Alistair Leslie-Hughes
Yes, this usually is an indication that the test crashed. (You would see a 'Failed' on test.winehq.org).
"Paul Vriens" paul.vriens.wine@gmail.com wrote in message news:47C531C9.9050600@gmail.com...
Alistair Leslie-Hughes wrote:
Hi,
Some of the regessions test are failing with errors in output file like msxml3:domdoc start dlls/msxml3/tests/domdoc.c 1.80 msxml3:domdoc done (-1073741819)
Is this due to a Seg Fault?
Yes, this usually is an indication that the test crashed. (You would see a 'Failed' on test.winehq.org).
--
What is the best way to narrow down what is causing the crash?
Best Regards Alistair Leslie-Hughes
What is the best way to narrow down what is causing the crash?
Will answer my own quetsion.
Install mingw
1. Run "make crosstest" in the releavent directory 2. Copy to exe to Windows and run 3. Modify test(s) to correct issue(s) 4. Rinse and Repeat.
Best Regards Alistair Leslie-Hughes