Vladimir Panteleev
Vladimir Panteleev
> Could it be added to the current codebase? PRs welcome!
That's a great idea, but wouldn't the simpler solution be to check if the call stack ends with a syscall?
> or that VS could be enhanced so that it assumes that all Windows system calls are blockers or use zero CPU? Yes, as an option. > Don't some system...
> I hackishly got master branch to compile but i get a message box saying Seek error on file '...\Temp\A35D.tmp' (error 131: An attempt was made to move the file...
If you would like to submit your changes needed to get the project to build with your compiler as a pull request, I'll do my best to review and merge...
The minidump (and consequently symbols) are loaded via DbgEng, which probably loads DbgHelp in its own way. I don't know if we have any control over that.
> As I said - copying dbghelp to "C:\Program Files\Very Sleepy" solved the problem. OK, but that's not a solution. We can't do that unless the process is running as...
Discussion on a fix in Dub: https://github.com/dlang/dub/pull/2637
Fun. Is it the systemd maintainers' consensus that ESP `/boot` should now be mounted with `fmask=0077`?
That is a pickle. It might be worth asking the Arch folks if they were thinking about making files in packages (that have files under `/boot`) to change their mode...