I'm working on bringing meld (http://meld.sourceforge.net/) into
OpenSolaris

Since meld is written in python, you can download unpack and run the
meld command directly. The packages I am creating will do the full install.

Everything seems to work, except when I display help I get the following
warnings and a core dump. Even then I don't see any big impact, but I
can't ignore a core dump. The warnings occur when you open help and the
core occurs when you close help.

% meld

(press Help Contents or F1 key)

(gnome-help:5345): atk-bridge-WARNING **: AT_SPI_REGISTRY was not
started at
session startup.

(gnome-help:5345): atk-bridge-WARNING **: IOR not set.

(gnome-help:5345): atk-bridge-WARNING **: Could not locate registry

% mdb core
Loading modules: [ libc.so.1 libuutil.so.1 libavl.so.1 ld.so.1 ]
> ::status
debugging core file of yelp (32-bit) from longbow
file: /usr/bin/yelp
initial argv:
gnome-help ghelp:////home/jwalker/Desktop/meld-1.1.5.1/help/C/meld.xml
threading model: native threads
status: process terminated by SIGILL (Illegal Instruction)
> ::walk thread | ::findstack
stack pointer for thread 1: ffbfe870
[ ffbfe870 0xdd3bc() ]
   ffbfe930 libxpcom_core.so`PL_DHashTableFinish+0x5c()
   ffbfe990 
libxpcom_core.so`__1cWnsComponentManagerImplIShutdown6M_I_+0x94()
   ffbfe9f0 libxpcom_core.so`NS_ShutdownXPCOM_P+0x210()
   ffbfea98 libgtkembedmoz.so`NS_TermEmbedding+0x68()
   ffbfeaf8 main+0x384()
   ffbfeb80 _start+0x108()
> $C
ffbfe870 0xdd3bc(0, 1, ffbfea50, 1d3ff0, dd3b8, fec4952c)
ffbfe8d0 0(b2298, b2db8, 4, f8998, e6190, f89a8)
ffbfe930 libxpcom_core.so`PL_DHashTableFinish+0x5c(b2298, b2db8, 16, 20,
b4668,
8)
ffbfe990
libxpcom_core.so`__1cWnsComponentManagerImplIShutdown6M_I_+0x94(b2270,
fec4e9ec, 0, fec44c10, b318, 0)
ffbfe9f0 libxpcom_core.so`NS_ShutdownXPCOM_P+0x210(b2270, fec495f8, 0,
fec4b964
, fec44c10, fec4e91c)
ffbfea98 libgtkembedmoz.so`NS_TermEmbedding+0x68(febd6000, fec4dbcc,
fa5d6808,
fa5d55c4, 18b4, 0)
ffbfeaf8 main+0x384(0, 0, 1, ab2f8, 82858, 84818)
ffbfeb80 _start+0x108(0, 0, 0, 0, 0, 0)
> $q

It looks like gnome-help doesn't like the meld.xml file. When I run it
outside meld I get similar results. Although I have to do a ^C to get
the prompt back.

% gnome-help ghelp:////home/jwalker/Desktop/meld-1.1.5.1/help/C/meld.xml

Anyone see issues like this?

Cheers,
Jim

Reply via email to