1693964 was a cut and paste fail. bug 1616651 was the correct one.
The stacktrace is different but it is hitting the same codepath that was suffering memory corruption.
#2 0x00007f4c502ef06b in gweather_location_unref (loc=0x55e7b5c95700) at gweather-location.c:396 i = <optimized out> loc = 0x55e7b5c95700
g_free (loc->local_name);
I am pretty confident that its the same bug. I saw numerous variatons of stacktraces while debugging the crash.
1693964 was a cut and paste fail.
bug 1616651 was the correct one.
The stacktrace is different but it is hitting the same codepath that was suffering memory corruption.
#2 0x00007f4c502ef06b in gweather_ location_ unref (loc=0x55e7b5c9 5700) at gweather- location. c:396
i = <optimized out>
loc = 0x55e7b5c95700
g_free (loc->local_name);
I am pretty confident that its the same bug. I saw numerous variatons of stacktraces while debugging the crash.