https://bugs.kde.org/show_bug.cgi?id=433507
--- Comment #5 from Ed Maste <ema...@freebsd.org> --- (In reply to Paul Floyd from comment #4) > > That's a longstanding FreeBSD bug. PTHREAD_STACK_MIN is too small and any > such thread will crash. Hrm, do you have links to any FreeBSD bug reports or discussion? include/pthread.h:#define PTHREAD_STACK_MIN __MINSIGSTKSZ sys/x86/include/_limits.h:#define __MINSIGSTKSZ (512 * 4) Looks like we need to chase this up in FreeBSD before revisiting the test. -- You are receiving this mail because: You are watching all bug changes.