Qt5Xmld.dll appcrash
Unsolved
General and Desktop
-
Hi
some time ago I developed an application on Linux
Qt 5.2.1
Now I need to deploy for WindowsFor win 7 I downloaded the latest version of the installer and install Qt 5.2.0
debug build of the project is successful
but an error occurred when runningСигнатура проблемы: Имя события проблемы: APPCRASH Имя приложения: t2.exe Версия приложения: 0.0.0.0 Отметка времени приложения: 5778ffcc Имя модуля с ошибкой: Qt5Xmld.dll Версия модуля с ошибкой: 5.2.0.0 Отметка времени модуля с ошибкой: 52a4b3a4 Код исключения: c0000005 Смещение исключения: 0000cecb Версия ОС: 6.1.7601.2.1.0.256.1 Код языка: 1049 Дополнительные сведения 1: 0a9e Дополнительные сведения 2: 0a9e372d3b4ad19135b953a78882e789 Дополнительные сведения 3: 0a9e Дополнительные сведения 4: 0a9e372d3b4ad19135b953a78882e789 Ознакомьтесь с заявлением о конфиденциальности в Интернете: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0419 Если заявление о конфиденциальности в Интернете недоступно, ознакомьтесь с его локальным вариантом: C:\Windows\system32\ru-RU\erofflps.txt
-
@Evge
Hello,
You have an access violation (segmentation fault) - "Код исключения: c0000005". As you can see the read/write address - "Смещение исключения: 0000cecb" doesn't seem to be correct. Run your program through the debugger and look at where exactly you get the error. My guess would be a dangling pointer you pass on to the XML module, but that's pretty speculative at this point. Also do extract the stack trace from the crash, and post it here.Kind regards.