Re[2]: [xml] 2.4.27 thread problems
- From: Alexey Efimov <ave stacksoft ru>
- To: Gary Pennington <gary pennington sun com>
- Cc: xml gnome org
- Subject: Re[2]: [xml] 2.4.27 thread problems
- Date: Tue, 19 Nov 2002 16:27:31 +0300
GPsc> Does testThreads work or does it dump core?
Well, this test is broken.
It doesn't return from pthread_join(...) (in the first call) function in the loop:
for (i = 0; i < num_threads; i++) {
ret = pthread_join(tid[i], &results[i]);
if (ret != 0) {
perror("pthread_join");
exit(1);
}
}
GPsc> I don't have a problem building libxslt, looks like that might be more
GPsc> specific to HP-UX.
Ok, thanks.
--
Best regards,
Alexey mailto:ave stacksoft ru
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]