Home > Mobile >  Qt program calls baidu map, running more than an hour after the crash, enter the Disassembler (WTFCr
Qt program calls baidu map, running more than an hour after the crash, enter the Disassembler (WTFCr

Time:11-26

The debug mode to enter the following interface:

The following is a complete stack call:
0 WTFCrash C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1f2cfb83
1 WebCore: : BitmapTextureImageBuffer: : updateContents (WebCore: : TextureMapper *, WebCore: : GraphicsLayer *, WebCore: : IntRect const& , WebCore: : IntPoint const& UpdateContentsFlag), WebCore: : BitmapTexture: C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1ea9fe9e
2 WebCore: : TextureMapperTile: : updateContents (WebCore: : TextureMapper *, WebCore: : GraphicsLayer *, WebCore: : IntRect const& UpdateContentsFlag), WebCore: : BitmapTexture: C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1ea99d59
3 WebCore: : TextureMapperTiledBackingStore: : updateContents (WebCore: : TextureMapper *, WebCore: : GraphicsLayer *, WebCore: : FloatSize const& , WebCore: : IntRect const& UpdateContentsFlag), WebCore: : BitmapTexture: C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1ea99658
4 WebCore: : GraphicsLayerTextureMapper: : updateBackingStoreIfNeeded () C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa363f
5 WebCore: : GraphicsLayerTextureMapper: : flushCompositingState (WebCore: : FloatRect const&) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa2e2d
6 WebCore: : GraphicsLayerTextureMapper: : flushCompositingState (WebCore: : FloatRect const&) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa2e87
7 WebCore: : GraphicsLayerTextureMapper: : flushCompositingState (WebCore: : FloatRect const&) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa2e87
8 WebCore: : GraphicsLayerTextureMapper: : flushCompositingState (WebCore: : FloatRect const&) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa2e87
9 WebCore: : GraphicsLayerTextureMapper: : flushCompositingState (WebCore: : FloatRect const&) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa2e87
10 WebCore: : GraphicsLayerTextureMapper: : flushCompositingState (WebCore: : FloatRect const&) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa2e87
11 WebCore: : GraphicsLayerTextureMapper: : flushCompositingState (WebCore: : FloatRect const&) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa2e87
12 WebCore: : GraphicsLayerTextureMapper: : flushCompositingState (WebCore: : FloatRect const&) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa2e87
13 WebCore: : GraphicsLayerTextureMapper: : flushCompositingState (WebCore: : FloatRect const&) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eaa2e87
14 WebCore: : RenderLayerCompositor: : flushPendingLayerChanges (bool) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1da0076e
15 WebCore: : FrameView: : flushCompositingStateForThisFrame (WebCore: : Frame *) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1ec958f7
16 WebCore: : FrameView: : flushCompositingStateIncludingSubframes () C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1ec95936
17 WebCore: : TextureMapperLayerClientQt: : syncLayers (WebCore: : Timer *) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1d5f5443
18 WebCore: : Timer : : fired () C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1f8b9d5f
19 WebCore: : ThreadTimers: : sharedTimerFiredInternal () [6] clone. Part. C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1eb8196d
20 WebCore: : SharedTimerQt: : timerEvent (QTimerEvent *) C: \ Qt \ Qt5.4.0\5.4 \ mingw491_32 \ bin \ Qt5WebKitd DLL 0 x1ea6479e
.

CodePudding user response:

Its relatively old, now under Windows to Chrome WebEngine, can replace 5.12 LTS or the latest 5.15 give it a try,

CodePudding user response:

Thank you, the follow-up to consider, or solve the problem

CodePudding user response:

https://www.mapbox.com/qt/
https://www.cnblogs.com/yangykaifa/p/7307230.html

CodePudding user response:

Reason is I in the HTML file defines several variable length arrays for several marker locus cause, will delete an array
  •  Tags:  
  • Qt
  • Related