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 303943 - gedit crash
gedit crash
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
unspecified
Other other
: High critical
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2005-05-12 18:11 UTC by pastramo
Modified: 2005-07-22 17:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description pastramo 2005-05-12 18:11:55 UTC
Package: gedit
Severity: critical
Version: GNOME2.2.0 2.2.0.1
os_details: Gnome.Org
Synopsis: gedit crash
Bugzilla-Product: gedit
Bugzilla-Component: general
BugBuddy-GnomeVersion: 2.0 (2.2.0.1)
Description:
Description of Problem:


Steps to reproduce the problem:
1. 
2. 
3. 

Actual Results:


Expected Results:


How often does this happen?


Additional Information:



Debugging Information:

Backtrace was generated from '/opt/gnome2/bin/gedit'

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 16384 (LWP 3790)]
(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
0x40a21cf7 in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 16384 (LWP 3790))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 libgnomeui_module_info_get
    from /opt/gnome2/lib/libgnomeui-2.so.0
  • #2 __pthread_sighandler
    from /lib/libpthread.so.0
  • #3 <signal handler called>
  • #4 gconf_client_get_string_with_default
  • #5 gedit_prefs_manager_get_string
  • #6 gedit_prefs_manager_get_toolbar_buttons_style
  • #7 gedit_window_prefs_new
  • #8 gedit_mdi_app_created_handler
  • #9 g_cclosure_marshal_VOID__OBJECT
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #11 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #14 app_create
  • #15 app_clone
  • #16 bonobo_mdi_open_toplevel
  • #17 main
  • #18 __libc_start_main
    from /lib/libc.so.6
  • #0 waitpid
    from /lib/libpthread.so.0




------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-05-12 18:11 UTC -------


The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here, unknown@bugzilla.gnome.org.
   Previous reporter was pastramo@matrix.senecac.on.ca.

Comment 1 Elijah Newren 2005-05-13 05:04:56 UTC
Looks like bug 95063, but that was closed as being unreproducable in gedit >=
2.0.x, whereas it looks like you got it with 2.2.x.  I'll leave this open for a
maintainer to look at, but can you reproduce with a recent version of gedit
(2.10.x?)
Comment 2 Sebastien Bacher 2005-06-11 20:26:08 UTC
what version of gedit do you use?
Comment 3 Paolo Maggi 2005-07-22 17:01:59 UTC
2005-07-22  Paolo Maggi  <paolo@gnome.org>

	* gedit-prefs-manager.c (gconf_client_get_string_with_default):
	fixed bug #303943 (gedit crash). We were executing "*err = error" with
	err = NULL.