On Thu, Sep 29, 2005 at 10:10:13AM -0400, S?bastien Maret wrote: > I am running 10.4.2 with XCode 2.0. > The bug occurs with yelp-2.12.0-1, yelp-2.10.0-2, but yelp-2.6.1-15 > runs fine. > > [maretmaclt2:~] smaret% yelp > I/O warning : failed to load external entity "/Users/smaret/.gnome2/ > yelp-bookmarks.xbel" > > (yelp:12978): Gtk-CRITICAL **: gtk_stock_lookup: assertion `stock_id ! > = NULL' failed > > (yelp:12978): Pango-CRITICAL **: pango_font_description_from_string: > assertion `str != NULL' failed > > (yelp:12978): Pango-CRITICAL **: pango_font_description_from_string: > assertion `str != NULL' failed > Bus error > > [maretmaclt2:~] smaret% gdb yelp > GNU gdb 6.1-20040303 (Apple version gdb-384) (Mon Mar 21 00:05:26 GMT > 2005) [...] > (gdb) run > Starting program: /sw/bin/yelp > Reading symbols for shared libraries ...+....+++++ > +...........................................+++++++++++++++++.++++++++ > ++++..+ done > I/O warning : failed to load external entity "/Users/smaret/.gnome2/ > yelp-bookmarks.xbel" > Reading symbols for shared libraries . done > > (yelp:12988): Gtk-CRITICAL **: gtk_stock_lookup: assertion `stock_id ! > = NULL' failed > > (yelp:12988): Pango-CRITICAL **: pango_font_description_from_string: > assertion `str != NULL' failed > > (yelp:12988): Pango-CRITICAL **: pango_font_description_from_string: > assertion `str != NULL' failed > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_PROTECTION_FAILURE at address: 0x00000000 > gecko_prefs_set_bool (key=0x21600 > "browser.display.use_system_colors", value=0) at /sw/include/mozilla/ > nsCOMPtr.h:710 > 710 { > (gdb) bt > #0 gecko_prefs_set_bool (key=0x21600 > "browser.display.use_system_colors", value=0) at /sw/include/mozilla/ > nsCOMPtr.h:710 > #1 0x00007ebc in gecko_prefs_set_bool (key=0x21600 > "browser.display.use_system_colors", value=0) at /sw/include/mozilla/ > xpcom/nsIServiceManagerUtils.h:54 > warning: Previous frame identical to this frame (corrupt stack?) > #2 0x000082f4 in yelp_gecko_set_color (type=YELP_COLOR_FG, > color=0x26794 "#000000") at yelp-gecko-utils.cpp:113 > #3 0x00008e60 in html_set_colors () at yelp-html.cpp:408 > #4 0x00008760 in html_init (html=0x1b6d410) at yelp-html.cpp:148 > #5 0x012ab478 in g_type_create_instance () [...]
This looks like it *could* be a mozilla bug instead of a yelp one? Which version of the mozilla pkgs did you have installed when you compiled yelp? You could try patching the yelp package to link against firefox instead of mozilla to see if the problem goes away (or at least changes): Replace mozilla-{dev,shlibs} with the firefox-* analogs in the *Depends, and change --with-mozilla=mozilla to --with-mozilla=firefox in ConfigueParams. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel