From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=BAYES_00,FROM_WORDY, INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d37e418ff7fe13c5,start X-Google-Attributes: gid103376,public From: "Philippe Wooding" Subject: Pb : Linux + GNAT + X + Threads Date: 2000/10/10 Message-ID: <8rvd99$8lu$1@jupiter.grenoble.sema.fr>#1/1 X-Deja-AN: 679767978 X-Priority: 3 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: news@news.grenoble.sema.fr X-Trace: jupiter.grenoble.sema.fr 971192425 8894 1.1.153.78 (10 Oct 2000 15:40:25 GMT) Organization: Sema Group X-MSMail-Priority: Normal NNTP-Posting-Date: 10 Oct 2000 15:40:25 GMT Newsgroups: comp.lang.ada Date: 2000-10-10T15:40:25+00:00 List-Id: Hi everyone, I have a program that runs fine on DEC UNIX with GNAT 3.13, Motif and that is multi-threaded. I am tying to get this same program to run under Redhat linux 6.2 with the same version of Gnat and IST Motif. Unfortunately, I have the following problem for which I would appreciate any sort of help : The program seams to run OK, but after a few seconds, it freezez and becomes very very slow... I have managed to isolate the problem to the fact that I link my program with the libgthreads.a library. Even if I don't use the library, i.e. the simple fact of linking my program with it causes the freezing problem. I have read here and there that it is possible to patch xfree to possibly solve the problem, but I don't have much information. I would therefore be very grateful for any help you can offer. Thanks Phil