Re: [kde-freebsd] [CODE] Multithreaded SIGSEGV signal handling, please examine

2011-10-09 Thread David Naylor
Hi Michael, I'm not sure if you have received results for FreeBSD but on my system I get: # uname -a FreeBSD dragon.dg 9.0-BETA2 FreeBSD 9.0-BETA2 #0: Wed Sep 21 06:45:41 SAST 2011 root@:/usr/obj/home/freebsd9/src/sys/MODULAR amd64 # g++ -pthread -o sigcatcher sigcatcher.cpp #

[kde-freebsd] [CODE] Multithreaded SIGSEGV signal handling, please examine

2011-09-24 Thread Michael Pyne
Hi, I writing with a kind of sneak preview of a change I would like to make to KSharedDataCache (kdelibs/kdecore/util) in KDE 5. The idea is to use a separate thread to perform the operations that actually access shared memory, since a good majority of KSharedDataCache bugs are reported as