Date: Wed, 21 Nov 2001 09:05:57 +1300 From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: Pavel Chizhov <chizhic@mail.ru> Cc: freebsd-questions@freebsd.org Subject: Re: Segmentation faults Message-ID: <20011121090557.D85915@jonc.itouch> In-Reply-To: <E166Btv-000Nxo-00@f9.mail.ru>; from chizhic@mail.ru on Tue, Nov 20, 2001 at 05:29:27PM %2B0300 References: <E166Btv-000Nxo-00@f9.mail.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 20, 2001 at 05:29:27PM +0300, Pavel Chizhov wrote: > Hello! > I've obtained a problem trying to execute some large programs (e.g. GAMESS, > quantum chemistry calculation program) after compiling. Every process have been > kicked out after beginnig of execution because of segmentation fault. I've > obtained it as for C modules (borh cc and gcc compilers were used) as for > Fortran modules (both g77 and f2c/gcc compilations were tryed). > My RAM is 1152Mb and swap is 1000Mb. Should I increase the kernel address space > (now NKPDE is 254 - I have an SMP kernel) to solve this problem, or, maybe, > linked sources while compiling with some libraries? Most like you've got a program bug. You'll have to compile with debug, and try to fix the problem in the source. -- Jonathan Chen <jonathan.chen@itouch.co.nz> ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011121090557.D85915>