> Thread 1 (Thread 0x7ffbbbaa39c0 (LWP 2565)):
> #0 ido_calendar_menu_item_key_press (widget=widget@entry=0x1e090f0,
> event=0x7fff8761dad0, data=0x0, data@entry=0x1e37790) at
> idocalendarmenuitem.c:159
The crash is straightforward enough, but I'm not sure yet what's causing
it.
data is NULL, and ido_calendar_menu_item_key_press() casts it to an
IdoCalendarMenuItem* and dereferences it:
> static gboolean
> ido_calendar_menu_item_key_press (GtkWidget *widget,
> GdkEventKey *event,
> gpointer data)
> {
> IdoCalendarMenuItem *menuitem = (IdoCalendarMenuItem *)data;
>
> if (menuitem->priv->selected)
> {
...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1350821
Title:
unity-panel-service crashed with SIGSEGV in
ido_calendar_menu_item_key_press()
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ido/+bug/1350821/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs