supertuxkart / stk-code

The code base of supertuxkart
Other
4.49k stars 1.06k forks source link

Crash when the game tries to remove a server bookmark #4958

Open Alayan-stk-2 opened 10 months ago

Alayan-stk-2 commented 10 months ago

This does not happen with 1.4 release, but happens with the git master version.

Backtrace indicates the issue happens in server_selection.cpp line 479

bookmarks_order.erase(it->first);

Cannot access memory at address 0x1>

Probably introduced with https://github.com/supertuxkart/stk-code/commit/3d76bc0108642010fcb8d13a7a41cfa07e87b496

Athozus commented 4 months ago

This does not happen on latest git, or I'm not reproducing it correctly.

Alayan-stk-2 commented 2 months ago

I currently cannot reproduce it.