Marat N.Afanasyev wrote:
Jan Beich wrote:
"Marat N.Afanasyev"<[email protected]>  writes:

Hello!

I've tried to install experimental 2.11b5 seamonkey, but encountered a
xpcshell coredump while running make install:
[...]
#0  0x00000008023ae2a2 in file_util::FileEnumerator::Next () from
/tmp/mnt/mod_usr/ports/www/seamonkey/work/comm-beta/obj-x86_64-portbld-freebsd8.3/suite/installer/../../mozilla/dist/bin/libxul.so

[New Thread 809e0a740 (LWP 100309/xpcshell)]
[New Thread 809e0ae40 (LWP 100306/xpcshell)]
[New Thread 809e041c0 (LWP 100652/initial thread)]
(gdb) bt
#0  0x00000008023ae2a2 in file_util::FileEnumerator::Next () from
/tmp/mnt/mod_usr/ports/www/seamonkey/work/comm-beta/obj-x86_64-portbld-freebsd8.3/suite/installer/../../mozilla/dist/bin/libxul.so

#1  0x0000000805bcc1cb in event_base_loop () from
/usr/local/lib/event2/libevent-2.0.so.6
#2  0x00000008023ae575 in file_util::FileEnumerator::Next () from
/tmp/mnt/mod_usr/ports/www/seamonkey/work/comm-beta/obj-x86_64-portbld-freebsd8.3/suite/installer/../../mozilla/dist/bin/libxul.so

#3  0x0000000802378424 in std::_Rb_tree<std::string,
std::pair<std::string const, base::Histogram*>,
std::_Select1st<std::pair<std::string const, base::Histogram*>  >,
std::less<std::string>, std::allocator<std::pair<std::string const,
base::Histogram*>  >  >::_M_insert_unique () from
/tmp/mnt/mod_usr/ports/www/seamonkey/work/comm-beta/obj-x86_64-portbld-freebsd8.3/suite/installer/../../mozilla/dist/bin/libxul.so

#4  0x000000080238d8d2 in
std::vector<base::SystemMonitor::PowerObserver*,
std::allocator<base::SystemMonitor::PowerObserver*>  >::erase ()
    from
/tmp/mnt/mod_usr/ports/www/seamonkey/work/comm-beta/obj-x86_64-portbld-freebsd8.3/suite/installer/../../mozilla/dist/bin/libxul.so

#5  0x00000008023aeb8a in file_util::FileEnumerator::Next () from
/tmp/mnt/mod_usr/ports/www/seamonkey/work/comm-beta/obj-x86_64-portbld-freebsd8.3/suite/installer/../../mozilla/dist/bin/libxul.so

#6  0x00000008040cb4f1 in pthread_getprio () from /lib/libthr.so.3
#7  0x0000000000000000 in ?? ()
Cannot access memory at address 0x7fffffbff000

Try adding --enable-stdcxx-compat to MOZ_OPTIONS

doesn't help at all, the same core dump, I'll try libevent14 next. any
ideas why this is happening?

or using libevent14[1].
However, the only issues during install that I can remember are with QT4
option[2] and when mixing libstdc++ and libc++[3].

[1] deinstall devel/libevent2 and replace it in Mk/bsd.gecko.mk
     with devel/libevent
[2]
https://redports.org/~aoeui/20120709131756-16024-34148/seamonkey-2.11.b5.log

[3] gcc-built firefox doesn't like hunspell built with -stdlib=libc++



yes, using libeven14 seems to fix the problem, but changing it in bsd.gecko.mk was not enough, I had to pkg_delete libevent2\* before building seamonkey.

btw, can anybody tell me why make of seamonkey stops right before make configure if CFLAGS is defined either in make.conf or via environment variable?

--
SY, Marat

Reply via email to