On Sat, 9 Nov 2013 00:02:45 +0100
Schaich Alonso <alonsoscha...@fastmail.fm> wrote:
> 
> I can reproduce this one over here. Adding back kde@ and also a backtrace of
> the crash. It indicates a poor dynamic_cast in kconfig, which is also
> causing trouble in marble IIRC.
> 
> Also, can anyone else not build x11/kdelibs4 with USE_GCC=any on FreeBSD-10?
> I'm getting meinproc4 segfaults at parallel build and undefined symbols at
> linking with MAKE_JOBS_UNSAFE over here.
> 
> Alonso

Having built sysutils/nepomuk-core with base clang now, it shows up a bug in
qt4-corelib, where QTextCodec::codecForLocale () returns an invalid
QIconvCodec instance to QTextStream's flushWriteBuffer member procedure which
is called by the destructor on application's termination.

Most probably this happens because the QIconvCodec instance has already been
destroyed at this point.

Btw, even if I define my language settings (LANG, LC_ALL, ...) accordingly and
have chinese/qt4-codecs-zh, japanese/qt4-codecs-jp, ... installed, I still
get the QIconvCodec from QTextCodec::codecForLocale(), which makes me wonder
whether these ports are good for FreeBSD-8/9 only or maybe not required at all
any more?

Alonso
Program received signal SIGABRT, Aborted.
[Switching to Thread 804006400 (LWP 101686)]
0x0000000801f30dfa in thr_kill () from /lib/libc.so.7
(gdb) backtrace
#0  0x0000000801f30dfa in thr_kill () from /lib/libc.so.7
#1  0x0000000801ff8659 in abort () from /lib/libc.so.7
#2  0x00000008018688e9 in __cxa_pure_virtual () from /lib/libcxxrt.so.1
#3  0x00000008009bdbb5 in QTextStreamPrivate::flushWriteBuffer 
(this=0x80407c100) at io/qtextstream.cpp:670
#4  0x00000008009bef66 in QTextStream::~QTextStream (this=0x6059a0 <out>) at 
io/qtextstream.cpp:1149
#5  0x0000000801fd4e4b in __cxa_finalize () from /lib/libc.so.7
#6  0x0000000801f7c63c in exit () from /lib/libc.so.7
#7  0x0000000000402646 in _start ()
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to