dpaulat / supercell-wx

Supercell Wx is a free, open source advanced weather radar viewer.
https://supercell-wx.rtfd.io
MIT License
85 stars 14 forks source link

Maplibre Native Crash #195

Open acidhorse1972 opened 2 months ago

acidhorse1972 commented 2 months ago

Screenshot 2024-04-30 020911

acidhorse1972 commented 2 months ago

Screenshot 2024-04-30 021443

acidhorse1972 commented 2 months ago

Screenshot 2024-04-30 025654

mbgl:gl:detail:TextureDeleter

acidhorse1972 commented 2 months ago

Screenshot 2024-04-30 025948

acidhorse1972 commented 2 months ago

Screenshot 2024-04-30 030240

acidhorse1972 commented 2 months ago

Screenshot 2024-04-30 030442

dpaulat commented 2 months ago

That looks like either a bug with QMapLibre/maplibre-native or a memory leak. I do know there have been some improvements to maplibre. I'm waiting to update maplibre in order to debug memory leaks prior to the next release to see what memory leaks I have in the application's current state.

I do need more information though. What were you doing when this occurred? Did it produce a crash dump file? Were any changes made?

acidhorse1972 commented 2 months ago

That looks like either a bug with QMapLibre/maplibre-native or a memory leak. I do know there have been some improvements to maplibre. I'm waiting to update maplibre in order to debug memory leaks prior to the next release to see what memory leaks I have in the application's current state.

I do need more information though. What were you doing when this occurred? Did it produce a crash dump file? Were any changes made?

I'm not sure where Visual Studio stores any crash dumps for programs that it is debugging. I was working in a different program or browsing the web while this program was running as an instance in the IDE. No changes were made.

dpaulat commented 2 months ago

I'll hold this open until after I investigate potential memory leaks and update maplibre-native in the next week or two. Hopefully that ends up resolving the issue.