QtWebEngineProcess process crashing after QT upgade to 5.7.1 from 5.6.0
-
My application is crashing after I upgraded QT from 5.6.0 to 5.7.1
The console logs shows its crashing in QTwebEngineProcess. Could anyone please suggest.Crashed Thread: 0 CrRendererMain Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
Exception Note: EXC_CORPSE_NOTIFYTermination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [52477] -
My application is crashing after I upgraded QT from 5.6.0 to 5.7.1
The console logs shows its crashing in QTwebEngineProcess. Could anyone please suggest.Crashed Thread: 0 CrRendererMain Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
Exception Note: EXC_CORPSE_NOTIFYTermination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [52477] -
@Nlakhani
Hello and welcome.The first question would be why have you upgraded to such an old version of Qt when Qt 5.15 has been available for ages? Wouldn't it be better to try with an up-to-date version instead of worrying about an old one?
@JonB Thanks for replying !!! yes, we have also upgraded to 5.15.2 but still the issue persists. I mentioned 5.6 because as per our analysis, this issue started coming when we upgraded QT version from 5.6 to 5.7.1
One more things to mention here not sure if it have any impact or not. Apart from QT upgrade, the application was notarised as well during that version.
I am not able to upload crash logs file here due to upload permission. Please let me know if you need any further information. -
@JonB Could you please respond on my query. please let me know if you need any more information from my side.