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 656065 - empathy crashed with SIGSEGV in __strcmp_ssse3() (Press F3 -> Windows for search text)
empathy crashed with SIGSEGV in __strcmp_ssse3() (Press F3 -> Windows for sea...
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
3.1.x
Other Linux
: Normal critical
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-08-06 01:28 UTC by Cristian Aravena Romero
Modified: 2011-08-18 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
LogWindow: don't crash if there are logs from the future (838 bytes, patch)
2011-08-08 10:37 UTC, Emilio Pozuelo Monfort
committed Details | Review

Description Cristian Aravena Romero 2011-08-06 01:28:17 UTC
Open bug in launchpad.net:
https://bugs.launchpad.net/bugs/821762

"
1) Open empathy
2) Press F3
-> Open Windows for search text
-> main of empathy freezy
3) Crash empathy
"

  • #0 __strcmp_ssse3
    at ../sysdeps/x86_64/multiarch/../strcmp.S line 213
  • #1 g_str_equal
    at /build/buildd/glib2.0-2.29.14/./glib/gstring.c line 116
  • #2 when_row_is_separator
    at empathy-log-window.c line 2589
  • #3 row_is_separator
    at /build/buildd/gtk+3.0-3.1.10/./gtk/gtktreeview.c line 2850
  • #4 validate_row
    at /build/buildd/gtk+3.0-3.1.10/./gtk/gtktreeview.c line 6035
  • #5 validate_visible_area
    at /build/buildd/gtk+3.0-3.1.10/./gtk/gtktreeview.c line 6410
  • #6 do_presize_handler
    at /build/buildd/gtk+3.0-3.1.10/./gtk/gtktreeview.c line 6766
  • #7 presize_handler_callback
    at /build/buildd/gtk+3.0-3.1.10/./gtk/gtktreeview.c line 6789
  • #8 gdk_threads_dispatch
    at /build/buildd/gtk+3.0-3.1.10/./gdk/gdk.c line 754
  • #9 g_main_dispatch
    at /build/buildd/glib2.0-2.29.14/./glib/gmain.c line 2500
  • #10 g_main_context_dispatch
    at /build/buildd/glib2.0-2.29.14/./glib/gmain.c line 3083
  • #11 g_main_context_iterate
    at /build/buildd/glib2.0-2.29.14/./glib/gmain.c line 3161
  • #12 g_main_loop_run
    at /build/buildd/glib2.0-2.29.14/./glib/gmain.c line 3369
  • #13 gtk_main
    at /build/buildd/gtk+3.0-3.1.10/./gtk/gtkmain.c line 1367
  • #14 g_application_run
    at /build/buildd/glib2.0-2.29.14/./gio/gapplication.c line 1325
  • #15 main
    at empathy.c line 728

Comment 1 Emilio Pozuelo Monfort 2011-08-08 10:37:40 UTC
Created attachment 193409 [details] [review]
LogWindow: don't crash if there are logs from the future
Comment 2 Emilio Pozuelo Monfort 2011-08-08 10:39:51 UTC
This can happen if there are logs from the future, see

format_date_for_display()

  if (days_elapsed < 0)
    {
      text = NULL;
    }
Comment 3 Danielle Madeley 2011-08-09 07:34:47 UTC
Review of attachment 193409 [details] [review]:

++
Comment 4 Emilio Pozuelo Monfort 2011-08-10 11:04:04 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 5 Cristian Aravena Romero 2011-08-18 14:50:13 UTC
I open this report. Bug in empathy 3.1.6

https://bugs.launchpad.net/bugs/828802
Comment 6 Fabio Durán Verdugo 2011-08-18 15:25:35 UTC
(In reply to comment #5)
> I open this report. Bug in empathy 3.1.6
> 
> https://bugs.launchpad.net/bugs/828802

Is not the same.