Zieng
Zieng
make run之后会在切到user thread时触发page fault: ``` Exception(LoadPageFault) va = 0xffffffff000800d8 instruction = 0x14370 panicked at 'page fault!', src/interrupt.rs:59:5 QEMU: Terminated ``` 看地址是超过了user stack top(0xffffffff00080000)访问越界了,自己debug了一下也没找到是哪的问题。希望作者能帮忙看看。 PS: 也在ch8-pa4分支验证过,同样的问题,所以排除了我自己跟着教程copy-paste导致的低级错误。 我的环境: Linux hostname 4.15.0-107-generic #108~16.04.1-Ubuntu...
Hi @spencer-lunarg , thanks for your response. I've not checked the content in my `VkLayerSettingsCreateInfoEXT` but I managed to make the validation layer work on my local machine. The crash...
Yes, I've tried both http and https with port, and both of them cannot connect.
I tried the foldersync and get the similar error, and in https://foldersync.io/docs/faq/webdav/ I found this:  I use nginx proxy manager to add SSL support for the dufs service I'm...
Tried the anytype 0.45.32-beta on the same macOS machine, the issue still exists.