RSS/Atom feed Twitter
Site is read-only, email is disabled

First bugreport

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

First bugreport Khiraly 07 Apr 21:33
  First bugreport Niklas 07 Apr 23:26
Khiraly
2004-04-07 21:33:27 UTC (about 20 years ago)

First bugreport

Hi!

Sven: Thx for the treshold tip!

Other: I use now more the gimp-2.0 as the old gimp-1.2

But sometime it make segfault(it just quite without any message)

I have made a small bash szkript to allow the coredumps: #! /bin/bash
cd gimpCoredumps
ulimit -c unlimited
gimp-2.0

And I launch this small szkript from my menu.

So Im interesting, where can I report my backtraces of coredumps? Which information would be include?
And this is useful?(so you like if I report some backtrace in the future?)

Example:
I select the text tool. I go in the options, and select a font. But I have many, so I scroll down and look for others. Sometime it crash the gimp without any message.

System: Debian SID, I have installed gimp from package.

gimp-2.0 libgtk2.0-dev 2.2.4-1

Here is the backtrace: (gdb) bt
#0 0x406614a5 in mallopt () from /lib/libc.so.6 #1 0x406600a0 in realloc () from /lib/libc.so.6 #2 0x40561988 in FcCharSetDestroy () from /usr/lib/libfontconfig.so.1 #3 0x405619f2 in FcCharSetFindLeafCreate () from /usr/lib/libfontconfig.so.1
#4 0x40561c77 in FcCharSetEqual () from /usr/lib/libfontconfig.so.1 #5 0x40561d82 in FcCharSetEqual () from /usr/lib/libfontconfig.so.1 #6 0x40561ebd in FcCharSetUnion () from /usr/lib/libfontconfig.so.1 #7 0x4055c9f5 in FcFontMatch () from /usr/lib/libfontconfig.so.1 #8 0x4055cb45 in FcFontSetSort () from /usr/lib/libfontconfig.so.1 #9 0x4055ccf3 in FcFontSort () from /usr/lib/libfontconfig.so.1 #10 0x4046b613 in _pango_ft2_font_map_remove () from /usr/lib/libpangoft2-1.0.so.0 #11 0x4046b7bb in _pango_ft2_font_map_remove () from /usr/lib/libpangoft2-1.0.so.0 #12 0x404939c5 in pango_font_map_load_fontset () from /usr/lib/libpango-1.0.so.0
#13 0x40492d0d in pango_itemize () from /usr/lib/libpango-1.0.so.0 #14 0x404925c0 in pango_itemize () from /usr/lib/libpango-1.0.so.0 #15 0x40498664 in no_shape_filter_func () from /usr/lib/libpango-1.0.so.0
#16 0x40496eea in pango_layout_get_cursor_pos () from /usr/lib/libpango-1.0.so.0
#17 0x40497186 in pango_layout_get_extents () from /usr/lib/libpango-1.0.so.0
#18 0x4049720a in pango_layout_get_pixel_extents () from /usr/lib/libpango-1.0.so.0
---Type to continue, or q to quit--- #19 0x0821ac5b in gimp_font_get_type () #20 0x081eee44 in gimp_viewable_get_preview () #21 0x0816758b in gimp_preview_renderer_draw () #22 0x08167551 in gimp_preview_renderer_draw () #23 0x08167086 in gimp_preview_renderer_draw () #24 0x4016db7f in gtk_cell_renderer_render () from /usr/lib/libgtk-x11-2.0.so.0
#25 0x402c02cf in gtk_tree_view_column_cell_get_size () from /usr/lib/libgtk-x11-2.0.so.0 #26 0x402c040b in _gtk_tree_view_column_cell_render () from /usr/lib/libgtk-x11-2.0.so.0 #27 0x402abefc in gtk_tree_view_get_type () from /usr/lib/libgtk-x11-2.0.so.0
#28 0x401ee282 in _gtk_marshal_BOOLEAN__BOXED () from /usr/lib/libgtk-x11-2.0.so.0 #29 0x404bbd44 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#30 0x404bba92 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #31 0x404cb895 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#32 0x404caca3 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#33 0x404cb0d6 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #34 0x402ccc6b in gtk_widget_send_expose () from /usr/lib/libgtk-x11-2.0.so.0
#35 0x401ecd8d in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0 #36 0x40396a53 in gdk_window_clear_area_e () from /usr/lib/libgdk-x11-2.0.so.0
#37 0x40396afa in gdk_window_process_all_updates () from /usr/lib/libgdk-x11-2.0.so.0 #38 0x40396b61 in gdk_window_process_all_updates () ---Type to continue, or q to quit--- from /usr/lib/libgdk-x11-2.0.so.0 #39 0x4050c9c1 in g_timeout_add () from /usr/lib/libglib-2.0.so.0 #40 0x4050a086 in unblock_source () from /usr/lib/libglib-2.0.so.0 #41 0x4050b029 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#42 0x4050b347 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#43 0x4050b9b0 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #44 0x401ec5df in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #45 0x080844e5 in app_run ()
#46 0x08084aaa in main ()
#47 0x40604da6 in __libc_start_main () from /lib/libc.so.6 (gdb) q

Cheers,
Khiraly

Niklas
2004-04-07 23:26:01 UTC (about 20 years ago)

First bugreport

ons 2004-04-07 klockan 21.33 skrev Khiraly:

So Im interesting, where can I report my backtraces of coredumps? Which information would be include?
And this is useful?(so you like if I report some backtrace in the future?)

Have you looked at the websites "Bugs" section to find this out? Because there is a lot of different ways to do bug reports and many things are explained there.

Example:
I select the text tool. I go in the options, and select a font. But I have many, so I scroll down and look for others. Sometime it crash the gimp without any message.

System: Debian SID, I have installed gimp from package.

Debian is using Sid for unstable releases. Which means that this can be a bug in the package. Only developers should actually use Debian Sid because it is unstable. And before doing a bug report try to get the file from www.gimp.org and compile it to see if the same thing happens when using the source.

Regards,