Re[2]: [xml] 2.4.27 thread problems



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]