Anatol Belski
Anatol Belski
With the debugger attached, the below BT is caught. `KiGeneralProtectionFault` might be about some memory corruption. WPF seems to be exactly about graphics rendering for RDP. thanks ``` # Child-SP...
The description is about KVM, with MSHV looks same code 0x7E and exception: ``` 0xFFFFFFFF80000003 0xFFFFF8015DC4FB7B 0xFFFFEF03AB0BD388 0xFFFFEF03AB0BCBD0 ``` We indeed don't explicitly test shutdown in the CH integration tests,...
I patched the script locally to pick `hypervisor-fw` instead of `OVMF` and invoked the integration test suite under KVM - it doesn't show any firmware specific issues. As expected, this...
With debugger attached, I can see two crashes. 1. Happens at boot, most likely a timing issue: ``` 0: kd> k # Child-SP RetAddr Call Site 00 fffff803`18855b78 fffff803`165ec8e8 nt!DbgBreakPointWithStatus...
@Hywan it's `find ext/ -type d -mindepth 1 -maxdepth 1 -exec basename '{}' \;` in php-src, some different between php5 and php7, but shouldn't change often. One probably could save...
I was suggesting to have one, too. Looking like @Hywan was fishing out the feature list for the release :) IMHO probably easier for one who just looks at the...
@pierrejoye ok, didn't realize you've implemented a new convey type. Actually, if we only limit the syntax vendor/extname to the pickle source, probably it's fine. I'd say this issue is...
@sboeuf thanks for tagging me on this and for preliminary taking care of the sporadic issue. At the time I went for enabling more tests for `aarch64`, I observed an...
I've run the steps in the test manually and there doesn't seem to be an issue with the disk hotplug functionality. What I realize however, that in the `aarch64` Windows...
With regard to the MSHV part things are still moving fast, but given essential pieces (hypervisor at least) not public yet it should be probably good enough. I think I'd...