Thanks for the test. That's odd, gdb says it still crashes on line 2139
but it is merely a if test. I don't see how that can crash at all.

2135     PurpleMediaElementType type;
2136
2137     type = purple_media_element_info_get_element_type(info);
2138     g_print("---> Element type: %d", type);
2139     if (type == PURPLE_MEDIA_ELEMENT_NONE) return NULL;
2140
2141     device = g_object_get_data(G_OBJECT(info), "gst-device");

I won't pursue the issue further, hopefully it will be easier for
someone who can reproduce the crash.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2136313

Title:
  Pidgin crashed with SIGSEGV in g_type_check_instance_is_a()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/2136313/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to