GNOME Bugzilla – Bug 756509
Error on startup
Last modified: 2015-10-14 17:21:29 UTC
Looks like it's trying to handle one of my contacts and couldn't parse a street address. How can I export the data to reproduce that? ** (org.gnome.Maps:23180): CRITICAL **: geocode_place_set_street: assertion 'street != NULL' failed Program received signal SIGTRAP, Trace/breakpoint trap. 0x00007ffff516981b in g_logv () from /lib64/libglib-2.0.so.0 (gdb) bt
+ Trace 235578
Thanks for filing!
Created attachment 313211 [details] [review] maps-contact: Check for no street address Make sure we do not try to add a street if the geocoding does not produce one. https://bugzilla.gnome.org/show_bug.cgi?id=756509§
Yeah the question of how you can export this is tricky. It would be very helpful to know which of your contacts generate a geocode answer that does not have a street set, but still gets a location. (Since no blowup about NULL location). Do you have a lot of contacts with addresses?
Or, it is not strange at all. It would just take having a contact that has no street set... like just a city or a country. Do you think it makes sense to do an extra release at times like this? Like a 3.18.1.1 (or a 3.18.2)? Thanks!
It fixes the warning(s) on startup. I've found a few more bugs though.
Attachment 313211 [details] pushed as 64a5e3d - maps-contact: Check for no street address