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 485528 - gedit crashed with SIGSEGV in gedit_language_manager_list_languages_sorted()
gedit crashed with SIGSEGV in gedit_language_manager_list_languages_sorted()
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.20.x
Other Linux
: Normal critical
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-10 21:42 UTC by Sebastien Bacher
Modified: 2007-10-11 07:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Sebastien Bacher 2007-10-10 21:42:15 UTC
The bug has been opened on https://bugs.launchpad.net/bugs/151000

"...
Package: gedit 2.20.1-0ubuntu3
...
  • #0 gedit_language_manager_list_languages_sorted
    at gedit-language-manager.c line 73
  • #1 gedit_window_init
    at gedit-window.c line 965
  • #2 IA__g_type_create_instance
    at /build/buildd/glib2.0-2.14.1/gobject/gtype.c line 1569
  • #3 g_object_constructor
    at /build/buildd/glib2.0-2.14.1/gobject/gobject.c line 1046
  • #4 IA__g_object_newv
    at /build/buildd/glib2.0-2.14.1/gobject/gobject.c line 937
  • #5 IA__g_object_new_valist
    at /build/buildd/glib2.0-2.14.1/gobject/gobject.c line 986
  • #6 IA__g_object_new
    at /build/buildd/glib2.0-2.14.1/gobject/gobject.c line 795
  • #7 gedit_app_create_window_real
    at gedit-app.c line 255
  • #8 gedit_app_create_window
    at gedit-app.c line 337
  • #9 main
    at gedit.c line 542

Comment 1 Paolo Borelli 2007-10-11 07:56:17 UTC
Thanks.

I added a check for nullness in svn that should fix the crash. Note however that the user has a faulty installation of gtksourceview and he'll get no highlighting or maybe something more will break.