After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708471 - empathy-chat crashes: type_check_is_value_type_U: Process /usr/libexec/empathy-chat was killed by signal 11 (SIGSEGV)
empathy-chat crashes: type_check_is_value_type_U: Process /usr/libexec/empath...
Status: RESOLVED DUPLICATE of bug 708716
Product: empathy
Classification: Core
Component: Multi User Chat
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-20 15:52 UTC by Igor Gnatenko
Modified: 2013-10-11 12:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Igor Gnatenko 2013-09-20 15:52:55 UTC
Trace: https://bugzilla.redhat.com/show_bug.cgi?id=1005033

Probably related to bug 708450
Comment 1 Aleksander Morgado 2013-10-10 07:59:04 UTC
Likely dup of bug 708716; can someone confirm this?

The pixbuf_status being passed as EMPATHY_INDIVIDUAL_STORE_COL_ICON_STATUS in gtk_tree_store_set() is likely already unref-ed, as per bug 708716.
Comment 2 Igor Gnatenko 2013-10-10 08:01:11 UTC
(In reply to comment #1)
> Likely dup of bug 708716; can someone confirm this?
> 
> The pixbuf_status being passed as EMPATHY_INDIVIDUAL_STORE_COL_ICON_STATUS in
> gtk_tree_store_set() is likely already unref-ed, as per bug 708716.

let me test it too ;)
Comment 3 Aleksander Morgado 2013-10-11 08:52:38 UTC
Some more info, just before the crash some of the status icons next to the names in the chat window are not shown. This is likely a confirmation of what I said in comment #1, although it doesn't confirm that the unref-ed pixbuf is the same one as in bug 708716 (i.e. could be another unref?)
Comment 4 Aleksander Morgado 2013-10-11 12:22:33 UTC
I'm going to close this as dup of bug 708716. I've been running empathy-chat compiled from git master and never got that issue again.

*** This bug has been marked as a duplicate of bug 708716 ***