H wrote:
/usr/local/lib/seamonkey/seamonkey-bin:
# ldd /usr/local/lib/seamonkey/seamonkey-bin
...
libintl.so.9 => /usr/local/lib/libintl.so.9 (0x2b252000)
And this is your poison. Can be found by 'compat' substring:
libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x2b25b000)
libpcre.so.0 => /usr/local/lib/compat/pkg/libpcre.so.0
(0x2b2b3000)
This library is referred twice by seamonkey. I seems that some library
or seamonkey itself depends on older libpcre while some other binary
needs newer libpcre.
It's not possible to clearly say which package should be rocompiled on
your system, but you can fix it yourself:
Volodymyr
can you tell what regex fucntion library has to do with the right mouse
button click?
I have only pcre installed and it is up-to-date, as all other ports are
seamonkey seems to require libpcre.so.0, it does not start without, this
is the older lib, libpcre.so.1 is coming from pcre which i just forced
an upgrade but no success
even if this is the problem, why thunderbird is working fine, which is
using the exact same libs and was upgraded the same time?
Maybe it fail only when it touches required functionality somewhere in
gtk or cairo which in turn was compiled with older libpcre and there
demands other calling conventions?
You can take another route.
1. Force seamonkey to freeze.
2. Obtain core dump with gcore (1).
3. Open core dump with "gdb /usr/local/lib/seamonkey/seamonkey-bin
seamonkey-bin.core".
4. Take backtrace with "bt full".
However it would not provide clearly useful information unless all
binaries wouldn't be stripped. To install unstripped binaries you should
rebuild seamonkey and everything it depends on WITH_DEBUG and this will
take much more time then fixing linkage the way I explained before.
Try posting backtrace anyway. Maybe this clears things a bit.
--
Sphinx of black quartz judge my vow.
_______________________________________________
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"