Opened 20 years ago

Closed 18 years ago

#1477 closed defect (fixed)

BUG: gimp2 quits after switching the keyboard layout (pango issue?)

Reported by: bugzilla.opendarwin@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: markd@…
Port:

Description

-I start gimp-1.3 -I open a new window. -Now some text. I first try out regular text with latin letters then click the arabic right to left option in the dialog. Nothing happens, I figure I have to switch keyboard layouts. There are no arabic fonts in my ~/ .gimp-1.3/fonts folder so nothing happens, only placehoder signs. -I quit the Gimp and copy some arabic font file into the above folder (I took AlBayan.ttf). -Restart the Gimp and am able to select AlBayan in the fonts dialog. -First try this one with latin. Works fine (both left to right and right to left -> prints only English) -But as soon as I change the keyboard layout and type arabic, Gimp quits and leaves me the following message: (the first arabic letter I type appears by the way. Seems to be a problem for Gimp to connect the letters)

$ gimp-1.3 -c --debug-handlers --stack-trace-mode always This is a development version of The GIMP. Debug messages may appear here.

gimp_composite: use=yes, verbose=no -mmx -sse -sse2 -3dnow -altivec -vis

(gimp-1.3:17311): GLib-GObject-WARNING : cannot register existing type `PangoOTInfo'

(gimp-1.3:17311): GLib-GObject-CRITICAL : file gobject.c: line 615 (g_object_new): assertion `G_TYPE_IS_OBJECT (object_type)' failed gimp-1.3: fatal error: Bus error _

Change History (18)

comment:1 Changed 20 years ago by sven@…

That'd be a GTK+ bug then. Almost definitely not a GIMP problem.

comment:2 Changed 20 years ago by sven@…

Also, you shouldn't expect much to happen when you switch the render direction. Only the default render direction changes, latin chars will still be detected as being part of text that is rendered left-to-right. You will see a differerence only if you add punctuation or mix with arabic text (or text in other right-to-left languages).

Perhaps someone wants to open a bug-report against GTK+ input modules. The problem is most probably there but if you want the GTK+ developers to look after it, there has to be a bug-report on bugzilla.gnome.org.

comment:3 Changed 20 years ago by yosh@…

It's very likely the bogus patch that the port applies to pango. When patch-pango-opentype-pango-ot-info.c is applied, charcode will be used unitialized, which will lead to memory corruption later on if the bogus value happnes to be > 5. Pay attention to compiler warnings people! get_glyph_class (wc) is possibly the right fix here.

I don't really understand why this patch even exists at all. If you need a newer freetype, then use a newer freetype instead of questionable workarounds.

comment:4 Changed 20 years ago by yosh@…

It's very likely the bogus patch that the port applies to pango. When patch-pango-opentype-pango-ot-info.c is applied, charcode will be used unitialized, which will lead to memory corruption later on if the bogus value happnes to be > 5. Pay attention to compiler warnings people! get_glyph_class (wc) is possibly the right fix here.

I don't really understand why this patch even exists at all. If you need a newer freetype, then use a newer freetype instead of questionable workarounds.

comment:5 Changed 20 years ago by toby@…

severity: blockernormal

comment:6 Changed 20 years ago by toby@…

Resolution: invalid
Status: newclosed

This is not a problem with either DarwinPorts or the GIMP. Classifying as invalid, since it's not feasible for *us* to fix.

comment:7 Changed 20 years ago by yosh@…

I don't understand. Doesn't the file:

dports/x11/pango/files/patch-pango-opentype-pango-ot-info.c

fall under the responsibility of DarwinPorts? If not, whose responsibility is it?

comment:8 Changed 20 years ago by yosh@…

I don't understand. Doesn't the file:

dports/x11/pango/files/patch-pango-opentype-pango-ot-info.c

fall under the responsibility of DarwinPorts? If not, whose responsibility is it?

comment:9 Changed 20 years ago by toby@…

Resolution: invalid
Status: closedreopened

comment:10 Changed 20 years ago by toby@…

Owner: changed from darwinports-bugs@… to mij@…
Status: reopenednew
Summary: Gimp-1.3 (Gimp2) quits after switching the keyboard layout.gimp2 quits after switching the keyboard layout (pango issue?)

mij, can you take a look at this? Seems like there might be a problem with a pango patch....

comment:11 Changed 20 years ago by blb@…

Note, FT_Get_First_Char() is available with 10.3's X11 package, so at the very least, perhaps that patch should only be in a 'platform darwin 6 {}' section?

comment:12 Changed 20 years ago by sven@…

Is OpenDarwin using the freetype library that comes with the X11 server? That's quite unusual. At least all the GNU/Linux distributions I know of ship a separate freetype2 package. Perhaps you should consider to do this as well.

comment:13 Changed 20 years ago by bugzilla.opendarwin@…

Sorry, I just figured that Console also produces som enice output. So I will add those lines here as well and hope that it soon gets fixed :-)

Host Name: daheim.local Date/Time: 2004-03-18 20:21:46 +0100 OS Version: 10.3.3 (Build 7F44) Report Version: 2

Command: gimp-1.3 Path: /opt/local/bin/gimp-1.3 Version: ??? (???) PID: 615 Thread: 0

Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000010

Thread 0 Crashed: 0 libpangoft2-1.0.0.dylib 0x01ce96e8 pango_ot_info_get + 0x48 (pango-ot-info.c:129) 1 pango-arabic-ft2.so 0x024d3138 get_ruleset + 0x80 (arabic-ft2.c:93) 2 pango-arabic-ft2.so 0x024d356c arabic_engine_shape + 0x13c (arabic-ft2.c:212) 3 libpango-1.0.0.dylib 0x01d87830 pango_shape + 0x50 (shape.c:47) 4 libpango-1.0.0.dylib 0x01d8050c process_item + 0xe4 (pango-layout.c:2582) 5 libpango-1.0.0.dylib 0x01d8094c process_line + 0xb8 (pango-layout.c:2742) 6 libpango-1.0.0.dylib 0x01d810e8 pango_layout_check_lines + 0x2d8 (pango-layout.c:3010) 7 libpango-1.0.0.dylib 0x01d7f73c pango_layout_get_extents_internal + 0x6c (pango-layout.c: 1893) 8 libpango-1.0.0.dylib 0x01d7fabc pango_layout_get_pixel_extents + 0xa8 (pango-layout.c: 2037) 9 gimp-1.3 0x0018bdd8 gimp_text_layout_position + 0x3c (gimptextlayout.c:287) 10 gimp-1.3 0x0018bb54 gimp_text_layout_new + 0x2dc (gimptextlayout.c:220) 11 gimp-1.3 0x001885e0 gimp_text_layer_render_now + 0xc4 (gimptextlayer.c:427) 12 gimp-1.3 0x00187fb8 gimp_text_layer_new + 0x16c (gimptextlayer.c:274) 13 gimp-1.3 0x000644f8 gimp_text_tool_create_layer + 0xc0 (gimptexttool.c:317) 14 libgobject-2.0.0.dylib 0x018faef8 g_closure_invoke + 0x148 15 libgobject-2.0.0.dylib 0x0190e040 signal_emit_unlocked_R + 0x8d8 16 libgobject-2.0.0.dylib 0x0190d2c4 g_signal_emit_valist + 0x600 17 libgobject-2.0.0.dylib 0x0190d574 g_signal_emit + 0x28 18 libgtk-x11-2.0.0.dylib 0x01f7a86c gtk_text_buffer_real_insert_text + 0x14c 19 libgtk-x11-2.0.0.dylib 0x01ed3250 _gtk_marshal_VOIDBOXED_STRING_INT + 0x124 20 libgobject-2.0.0.dylib 0x018faef8 g_closure_invoke + 0x148 21 libgobject-2.0.0.dylib 0x0190e1dc signal_emit_unlocked_R + 0xa74 22 libgobject-2.0.0.dylib 0x0190d2c4 g_signal_emit_valist + 0x600 23 libgobject-2.0.0.dylib 0x0190d574 g_signal_emit + 0x28 24 libgtk-x11-2.0.0.dylib 0x01f7aa8c gtk_text_buffer_emit_insert + 0x20c 25 libgtk-x11-2.0.0.dylib 0x01f7afbc gtk_text_buffer_insert_interactive + 0x1c8 26 libgtk-x11-2.0.0.dylib 0x01f7b160 gtk_text_buffer_insert_interactive_at_cursor + 0x170 27 libgtk-x11-2.0.0.dylib 0x01fb0324 gtk_text_view_commit_text + 0xd0 28 libgtk-x11-2.0.0.dylib 0x01faa51c gtk_text_view_key_press_event + 0x1c4 29 libgtk-x11-2.0.0.dylib 0x01ed133c _gtk_marshal_BOOLEANBOXED + 0x154 30 libgobject-2.0.0.dylib 0x018faef8 g_closure_invoke + 0x148 31 libgobject-2.0.0.dylib 0x0190e1dc signal_emit_unlocked_R + 0xa74 32 libgobject-2.0.0.dylib 0x0190d30c g_signal_emit_valist + 0x648 33 libgobject-2.0.0.dylib 0x0190d574 g_signal_emit + 0x28 34 libgtk-x11-2.0.0.dylib 0x0201b1d4 gtk_widget_event_internal + 0x358 35 libgtk-x11-2.0.0.dylib 0x0201aa5c gtk_widget_event + 0x180 36 libgtk-x11-2.0.0.dylib 0x0202f520 gtk_window_key_press_event + 0xfc 37 libgtk-x11-2.0.0.dylib 0x01ed133c _gtk_marshal_BOOLEANBOXED + 0x154 38 libgobject-2.0.0.dylib 0x018faef8 g_closure_invoke + 0x148 39 libgobject-2.0.0.dylib 0x0190e1dc signal_emit_unlocked_R + 0xa74 40 libgobject-2.0.0.dylib 0x0190d30c g_signal_emit_valist + 0x648 41 libgobject-2.0.0.dylib 0x0190d574 g_signal_emit + 0x28 42 libgtk-x11-2.0.0.dylib 0x0201b1d4 gtk_widget_event_internal + 0x358 43 libgtk-x11-2.0.0.dylib 0x0201aa5c gtk_widget_event + 0x180 44 libgtk-x11-2.0.0.dylib 0x01ed10ac gtk_propagate_event + 0x2e8 45 libgtk-x11-2.0.0.dylib 0x01ecf3e4 gtk_main_do_event + 0x474 46 libgdk-x11-2.0.0.dylib 0x0184dd2c gdk_event_dispatch + 0xe0 47 libglib-2.0.0.dylib 0x0214e6a8 g_main_dispatch + 0x1dc 48 libglib-2.0.0.dylib 0x0214ebc8 g_main_context_iterate + 0x3dc 49 libglib-2.0.0.dylib 0x0214b3c8 g_main_loop_run + 0x614 50 libgtk-x11-2.0.0.dylib 0x01ece4b0 gtk_main + 0x160 51 gimp-1.3 0x000027dc app_run + 0x47c (app_procs.c:307) 52 gimp-1.3 0x000032e0 main + 0xa74 (main.c:489) 53 gimp-1.3 0x0000208c _start + 0x188 (crt.c:267) 54 gimp-1.3 0x00001f00 start + 0x30

PPC Thread State:

srr0: 0x01ce96e8 srr1: 0x0000f930 vrsave: 0x00000000

cr: 0x22222442 xer: 0x20000001 lr: 0x01ce96d4 ctr: 0x900011c0 r0: 0x00000000 r1: 0xbfffda80 r2: 0x01ce9690 r3: 0x00000000 r4: 0x03508b00 r5: 0x021a340c r6: 0x80808080 r7: 0x00000001 r8: 0x00000019 r9: 0x01ce96d4 r10: 0x00000114 r11: 0x84222422

r12: 0x900011c0 r13: 0x000041c4 r14: 0xbfffe300 r15: 0x0192d770 r16: 0x021a64a4 r17: 0xbfffe210 r18: 0x02353820 r19: 0x00000000 r20: 0x00000000 r21: 0x00000000 r22: 0x0350850c r23: 0x033f4b40 r24: 0xffffffff r25: 0x0000000c r26: 0x035025e0 r27: 0x035025e0 r28: 0xffffffff r29: 0x024d442c r30: 0x02b23c00 r31: 0x01ce96b0

Binary Images Description:

0x1000 - 0x227fff gimp-1.3 gimp-1.3

0xd39000 - 0xd3afff libgmodule-2.0.0.dylib /opt/local/lib/libgmodule-2.0.0.dylib 0xd42000 - 0xd44fff libpixbufloader-png.so /opt/local/lib/gtk-2.0/2.2.0/loaders/

libpixbufloader-png.so

0xd47000 - 0xd4cfff libgimpcolor-1.3.24.dylib /opt/local/lib/libgimpcolor-1.3.24.dylib 0xd59000 - 0xd5cfff libgimpmath-1.3.24.dylib /opt/local/lib/libgimpmath-1.3.24.dylib 0xd66000 - 0xd68fff libgimpmodule-1.3.24.dylib /opt/local/lib/libgimpmodule-1.3.24.dylib 0xd71000 - 0xd75fff libgimpthumb-1.3.24.dylib /opt/local/lib/libgimpthumb-1.3.24.dylib 0xd80000 - 0xd86fff libgimpbase-1.3.24.dylib /opt/local/lib/libgimpbase-1.3.24.dylib 0xd9f000 - 0xda0fff pango-basic-xft.so /opt/local/lib/pango/1.2.0/modules/pango-basic-

xft.so

0xdbc000 - 0xdd4fff libatk-1.0.0.dylib /opt/local/lib/libatk-1.0.0.dylib 0xddf000 - 0xdf9fff libjpeg.62.dylib /opt/local/lib/libjpeg.62.dylib 0xf05000 - 0xf09fff libintl.1.dylib /opt/local/lib/libintl.1.dylib 0xf30000 - 0xf51fff libgdk_pixbuf-2.0.0.dylib /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 0xf5b000 - 0xf63fff libpangox-1.0.0.dylib /opt/local/lib/libpangox-1.0.0.dylib 0xf8a000 - 0xfb1fff libpng12.0.dylib /opt/local/lib/libpng12.0.dylib 0xfc0000 - 0xfc1fff pango-basic-ft2.so /opt/local/lib/pango/1.2.0/modules/pango-basic-

ft2.so

0x1808000 - 0x1891fff libgdk-x11-2.0.0.dylib /opt/local/lib/libgdk-x11-2.0.0.dylib 0x18b3000 - 0x18c3fff libart_lgpl_2.2.dylib /opt/local/lib/libart_lgpl_2.2.dylib 0x18f8000 - 0x1928fff libgobject-2.0.0.dylib /opt/local/lib/libgobject-2.0.0.dylib 0x1965000 - 0x1a18fff libgimpwidgets-1.3.24.dylib /opt/local/lib/libgimpwidgets-1.3.24.dylib 0x1ac2000 - 0x1ae7fff libpangoxft-1.0.0.dylib /opt/local/lib/libpangoxft-1.0.0.dylib 0x1b7b000 - 0x1bc4fff libtiff.3.5.7.dylib /opt/local/lib/libtiff.3.5.7.dylib 0x1c7f000 - 0x1c84fff libXrender.1.dylib /opt/local/lib/libXrender.1.dylib 0x1cd3000 - 0x1cf8fff libpangoft2-1.0.0.dylib /opt/local/lib/libpangoft2-1.0.0.dylib 0x1d72000 - 0x1d9bfff libpango-1.0.0.dylib /opt/local/lib/libpango-1.0.0.dylib 0x1df8000 - 0x20bdfff libgtk-x11-2.0.0.dylib /opt/local/lib/libgtk-x11-2.0.0.dylib 0x2130000 - 0x21a5fff libglib-2.0.0.dylib /opt/local/lib/libglib-2.0.0.dylib 0x21ba000 - 0x21d6fff libfontconfig.1.dylib /opt/local/lib/libfontconfig.1.dylib 0x2226000 - 0x2242fff libexpat.0.dylib /opt/local/lib/libexpat.0.dylib 0x2277000 - 0x2283fff libXft.2.dylib /opt/local/lib/libXft.2.dylib 0x24bc000 - 0x24bdfff pango-arabic-xft.so /opt/local/lib/pango/1.2.0/modules/pango-arabic-

xft.so

0x24d2000 - 0x24d3fff pango-arabic-ft2.so /opt/local/lib/pango/1.2.0/modules/pango-

arabic-ft2.so 0x849c0000 - 0x849f9fff libfreetype.6.dylib /usr/X11R6/lib/libfreetype.6.dylib 0x84be0000 - 0x84be5fff libXrender.1.dylib /usr/X11R6/lib/libXrender.1.dylib 0x84c10000 - 0x84c11fff libXrandr.2.dylib /usr/X11R6/lib/libXrandr.2.dylib 0x85c90000 - 0x85c9bfff libXext.6.dylib /usr/X11R6/lib/libXext.6.dylib 0x85ef0000 - 0x85fbbfff libX11.6.dylib /usr/X11R6/lib/libX11.6.dylib 0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld 0x90000000 - 0x90122fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x90190000 - 0x9023dfff com.apple.CoreFoundation 6.3.3 (299.3)

/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

0x90280000 - 0x904f9fff com.apple.CoreServices.CarbonCore 10.3.3

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/

CarbonCore.framework/Versions/A/CarbonCore 0x90570000 - 0x905defff com.apple.framework.IOKit 1.3.2 (???)

/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x90610000 - 0x90699fff com.apple.CoreServices.OSServices 3.0 (3.0.0)

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/

OSServices.framework/Versions/A/OSServices 0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/ CoreServices.framework/Versions/A/CoreServices 0x90720000 - 0x90787fff com.apple.audio.CoreAudio 2.1.2 /System/Library/Frameworks/ CoreAudio.framework/Versions/A/CoreAudio 0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0.2 /System/Library/PrivateFrameworks/ DiskArbitration.framework/Versions/A/DiskArbitration 0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???)

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

0x90910000 - 0x90983fff com.apple.DesktopServices 1.2.1 /System/Library/PrivateFrameworks/ DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x90d00000 - 0x90d1bfff com.apple.SystemConfiguration 1.7.1 (???)

/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/ Carbon.framework/Versions/A/Carbon 0x910b0000 - 0x910fffff com.apple.bom 1.2.4 (63) /System/Library/PrivateFrameworks/ Bom.framework/Versions/A/Bom 0x912a0000 - 0x912bdfff com.apple.audio.SoundManager 3.8

/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/

CarbonSound.framework/Versions/A/CarbonSound 0x912e0000 - 0x912f7fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/ LangAnalysis 0x91320000 - 0x913defff ColorSync /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x91460000 - 0x91473fff com.apple.speech.synthesis.framework 3.2

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/

SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x914a0000 - 0x91509fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x91560000 - 0x91619fff com.apple.QD 3.4.63 (???) /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x91670000 - 0x916a8fff com.apple.AE 1.3.2 /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x916e0000 - 0x91773fff com.apple.print.framework.PrintCore 3.3

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/

PrintCore.framework/Versions/A/PrintCore 0x917e0000 - 0x917f0fff com.apple.speech.recognition.framework 3.3

/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/

SpeechRecognition.framework/Versions/A/SpeechRecognition 0x91810000 - 0x9182afff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x91850000 - 0x91860fff com.apple.ImageCapture 2.1.0 /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x91890000 - 0x9189cfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/ Versions/A/Frameworks/Help.framework/Versions/A/Help 0x918c0000 - 0x918cdfff com.apple.CommonPanels 1.2.1 (1.0)

/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/

CommonPanels.framework/Versions/A/CommonPanels 0x918f0000 - 0x9193efff com.apple.print.framework.Print 3.3

/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/

Versions/A/Print 0x91990000 - 0x9199bfff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x919c0000 - 0x91a33fff com.apple.NavigationServices 3.3.1 /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/ NavigationServices 0x91ab0000 - 0x91ac4fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/ Resources/libCGATS.A.dylib 0x91ae0000 - 0x91aebfff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/ Resources/libCSync.A.dylib 0x91b10000 - 0x91b2afff libPDFRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/ Resources/libPDFRIP.A.dylib 0x91b50000 - 0x91b5ffff libPSRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/ Resources/libPSRIP.A.dylib 0x91b80000 - 0x91b93fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x92070000 - 0x92096fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/ FindByContent 0x920c0000 - 0x922a7fff com.apple.security 2.2 (164.1) /System/Library/Frameworks/ Security.framework/Versions/A/Security 0x92430000 - 0x92468fff com.apple.LaunchServices 10.3 (84)

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/

LaunchServices.framework/Versions/A/LaunchServices 0x92740000 - 0x92777fff com.apple.CFNetwork 1.2.1 (7) /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x927d0000 - 0x92b54fff com.apple.HIToolbox 1.3.2 (???) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x92d30000 - 0x92d80fff com.apple.HIServices 1.4.0 (0.0.1d1)

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/

HIServices.framework/Versions/A/HIServices 0x935d0000 - 0x938a6fff com.apple.CoreGraphics 1.203.12 (???)

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/

CoreGraphics.framework/Versions/A/CoreGraphics 0x939a0000 - 0x939b4fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib 0x94060000 - 0x94078fff com.apple.WebServices 1.1.1 (1.1.0)

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/

WebServicesCore.framework/Versions/A/WebServicesCore 0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib 0x94610000 - 0x9462afff libresolv.9.dylib /usr/lib/libresolv.9.dylib 0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x94b20000 - 0x94bacfff com.apple.ink.framework 1.1.1 (55.6)

/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/

Versions/A/Ink 0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x96a20000 - 0x96ae2fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x96b40000 - 0x96b6efff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib 0x96bf0000 - 0x96c7ffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/ A/Frameworks/ATS.framework/Versions/A/ATS 0x96cb0000 - 0x96d9efff libiconv.2.dylib /usr/lib/libiconv.2.dylib

comment:14 Changed 20 years ago by toby@…

Can anyone confirm that this is still happening? I've forced pango etc to build against freetype 2.1.7, so we'll be using the latest freetype. Some bogus pango patches have been cleaned up... and gimp is now at 2.0.0.

comment:15 Changed 20 years ago by bugzilla.opendarwin@…

I can confirm that it is still crashing on my iBook. I've had a clean install of Darwinports and Gimp 2.0.0. BTW, when updating, I tried uninstall gimp2 but the deps weren't uninstalled. So I didn't really know what to do. The easiest way was to remove everything and start from scratch :-( Is the FAQ coming soon?

comment:16 Changed 19 years ago by snu@…

Summary: gimp2 quits after switching the keyboard layout (pango issue?)BUG: gimp2 quits after switching the keyboard layout (pango issue?)

comment:17 Changed 18 years ago by markd@…

Cc: markd@… added

This issue has been fixed and should be closed.

comment:18 Changed 18 years ago by blb@…

Resolution: fixed
Status: newclosed

Resolving per markd@'s comment.

Note: See TracTickets for help on using tickets.