Re: [Qbs] Problems with Xml.DomDocument through a module provider

2024-06-12 Thread Иван Комиссаров
Hello. The usual. Build Qbs in debug mode and run in the debugger, possibly with --jobs=1. Or attach to the running Qbs Session in QtC/vscode. Alternatively, if you code is public, provide a link to repo to reproduce and we can take a look. Ivan > 12 июня 2024 г., в 00:31, Björn Schäpers нап

Re: [Qbs] Problems with Xml.DomDocument through a module provider

2024-06-12 Thread Björn Schäpers
Hi, okay I debugged into it, it's a stack overflow from something completely different. I wonder why the release variant only crashed with the module provider in place. I did try to replicate the issue with a small example, but the problem did not show. So I can't give you anything. Nevert

Re: [Qbs] Problems with Xml.DomDocument through a module provider

2024-06-12 Thread Иван Комиссаров
What’s the actual stack? Ivan > 12 июня 2024 г., в 23:03, Björn Schäpers написал(а): > > Hi, > > okay I debugged into it, it's a stack overflow from something completely > different. I wonder why the release variant only crashed with the module > provider in place. > > I did try to replicat