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 612256 - Text tool: crash when selecting font
Text tool: crash when selecting font
Status: RESOLVED INVALID
Product: GIMP
Classification: Other
Component: General
git master
Other Linux
: Normal major
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2010-03-09 05:26 UTC by Akkana Peck
Modified: 2010-03-09 16:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Akkana Peck 2010-03-09 05:26:54 UTC
Open a jpg. Activate text tool. Click in the image and type some text.

In the toolbox, click on the font button (default here is Sans) and choose Sans Bold Italic instead. GIMP crashes.

The stack trace isn't very helpful, unfortunately. Let me know if you can't reproduce it and need me to install gtk debug libraries.

OS is Ubuntu Karmic, gimp tree was updated this morning (maybe 1900UT 8 Mar).

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 g_on_error_stack_trace
    from /lib/libglib-2.0.so.0
  • #3 g_on_error_query
    from /lib/libglib-2.0.so.0
  • #4 gimp_eek
  • #5 gimp_fatal_error
  • #6 gimp_sigfatal_handler
    at signals.c line 96
  • #7 <signal handler called>
  • #8 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #9 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #10 ??
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #12 ??
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #15 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #18 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #19 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #20 ??
    from /lib/libglib-2.0.so.0
  • #21 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #22 app_run
  • #23 main
    at main.c line 397

Comment 1 Akkana Peck 2010-03-09 05:33:42 UTC
Actually you don't have to be in an image -- just activate the text tool with no image active and choose any font.
Comment 2 Sven Neumann 2010-03-09 07:59:56 UTC
There is absolutely no drawback in having debug symbols installed for glib and gtk+ except a few megabytes of disk-space. So if you want to use GIMP from git and report bugs against it, then please make sure you have debug symbols installed for glib and gtk+.
Comment 3 Michael Natterer 2010-03-09 08:06:46 UTC
I can't reproduce that. What are the GTK+ and GLib versions?
Comment 4 Akkana Peck 2010-03-09 16:44:38 UTC
With an update from this morning, and debug libraries, the crash no longer happens. Don't know which of those fixed it; maybe I pulled at the wrong time yesterday. Closing.