From owner-freebsd-questions Thu Sep 16 23:28:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gatekeeper.ncic.ac.cn (gatekeeper.ncic.ac.cn [159.226.41.39]) by hub.freebsd.org (Postfix) with ESMTP id 26306154DD for ; Thu, 16 Sep 1999 23:28:48 -0700 (PDT) (envelope-from guojunbo@263.net) Received: from 263.net ([10.11.10.64]) by gatekeeper.ncic.ac.cn (Netscape Messaging Server 3.01) with ESMTP id AAA4D0E for ; Fri, 17 Sep 1999 14:26:56 +0800 Message-ID: <5454.9D969CFE@263.net> Date: Wed, 31 Dec 1969 23:59:49 -0600 From: guojunbo X-Mailer: Mozilla 4.03 [en] (X11; I; AIX 4.2) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: FreeBSD help me Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Sorry to trouble you!I am a Chinese student. And I am now working on a SearchEngine program.Now we are moving it to FreeBSD.But there are something wrong with it.Can you help me? Our FreeBSD version is 3.2,and gcc version is 2.7.2.1. And our SearchEngine is a multithreaded program.It worked well under AIX.I use the gcc as flowing: g++ -D_THREAD_SAFE -static -pthread -lpthreads ....... Compiling is OK! And when running it,it core dump and I find that wrong code.It is because my array's value is modified bye system after I just read it.If there is some bug reported about FreeBSD multithreaded program support?Or if our g++ usage is wrong?Can your give us some advice? Thank you very much! guojunbo@263.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message