[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-15 Thread Milan Bouchet-Valat
The problem isn't that I fear people won't do the work, as I know packaging will happen anyway. It's just that the way Ubuntu devs consider patching is plain wrong: there's generally no hurry pushing a fix to the development release, so downstream patching only generates useless work. I wish

[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-14 Thread Milan Bouchet-Valat
Thanks for the debugging and for the patch, but I don't think it fixes the root cause. tzmap-point_hover should already contain the point that was retrieved using e_map_get_closest_point() when the pointer moved. So if tzmap-point_hover isn't valid, we have to find out why. The questions I asked

[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-14 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-system-tools - 2.32.0-0ubuntu4 --- gnome-system-tools (2.32.0-0ubuntu4) natty; urgency=low * debian/patches/95_timezone_point_selection.patch: Fix selecting a timezone while running on compiz: compute the point we're at when the map gets

[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-14 Thread Mathieu Trudel-Lapierre
Heh, sorry, I didn't see your message. I understand how it's more work, but I'm prepared to take care of it (although I didn't and can't upload this myself). Milan, further debugging was showing that the issue seems to be that compiz may be causing leave-notify-event signals to be sent, which

[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-13 Thread Mathieu Trudel-Lapierre
Milan, The only way I can reproduce this is while running unity (but I do expect it's actually related to running with compiz). I already have a fix for it, which is to compute the closest point for the selected point when it gets clicked... either way the longitude and latitude are already

[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-13 Thread Mathieu Trudel-Lapierre
** Changed in: gnome-system-tools (Ubuntu) Status: New = In Progress ** Changed in: gnome-system-tools (Ubuntu) Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathieu-tl/gnome-system-tools/lp-697974 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu. https://bugs.launchpad.net/bugs/697974 Title: time-admin crashed with SIGSEGV in

[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-10 Thread Michael Terry
I can also reproduce by clicking on America/Chicago. ** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu. https://bugs.launchpad.net/bugs/697974 Title: time-admin crashed

[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-10 Thread Milan Bouchet-Valat
And only when clicking on that point? Here I'm not able to reproduce the crash... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu. https://bugs.launchpad.net/bugs/697974 Title: time-admin crashed with

[Bug 697974] Re: time-admin crashed with SIGSEGV in e_map_point_get_location()

2011-01-10 Thread Milan Bouchet-Valat
This bug is weird because we seem to be passing NULL as location point. This can only happen if no point was highlighted when you clicked; the pointer must get out of the map for the point to be set to NULL. Do different effects happen if e.g. you hover a different point before clicking on