> * konqueror crashes on JavaScript
The attached patch (put it into x11/kdelibs/files/) might help in some cases.
At least I could open some sites which have javascript enabled without hanging
immediately.
The man page PTHREAD_ATTR_GET_NP(3) HIGHLY RECOMMENDS to use
pthread_attr_init(3) function to allocate attribute storage.
http://www.freebsd.org/cgi/man.cgi?query=pthread_attr_get_np
Robert
--- ../kjs/collector.cpp.orig 2008-01-05 00:59:52.000000000 +0100
+++ ../kjs/collector.cpp 2008-02-27 23:05:36.000000000 +0100
@@ -477,6 +477,7 @@
if (stackBase == 0 || thread != stackThread) {
pthread_attr_t sattr;
#if HAVE(PTHREAD_NP_H) || defined(__NetBSD__)
+ pthread_attr_init(&sattr);
// e.g. on FreeBSD 5.4, [EMAIL PROTECTED]
// also on NetBSD 3 and 4, [EMAIL PROTECTED]
pthread_attr_get_np(thread, &sattr);
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd