SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] crash


Chronological Thread 
  • From: "J. Davison de St. Germain" <dav@cs.utah.edu>
  • To: paulotex@gmx.net
  • Cc: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] crash
  • Date: Mon, 22 Mar 2004 09:38:18 -0700 (MST)


> scirun> error: num_inits 549, num_fails 270
> Thread_pthreads.cc: Mac OSX SEM_INIT: sem_open failed (twice): 
> FieldReader-block              : Too many open files
> Thread "main"(pid 7345) caught signal SIGABRT (Abort)
> /Volumes/Local/Users/paulo/bin/scirun: line 2:  7345 Abort trap         
>       ./scirun

Hi,

  This is a problem with the initial size the Mac OS shells provide
for the number of 'files' that can be opened simultaneously.  You can
easily fix it by typing:

limit descriptors unlimited

or 

ulimit -n unlimited

(depending on what type of shell you are using) at the command line
and then running SCIRun.  You might want to place this command in your
.cshrc or .bashrc file.

BTW, this information and other important docs can be found here:

software.sci.utah.edu/doc/Installation/Guide/sec.prepare.html#sec:prepare.limits

Please feel free to contact us if you have any further questions.

   - Davison de St. Germain

-----------------------------------------------------------------------
- J. Davison de St. Germain         dav@cs.utah.edu    (801) 581-4078 -
- Chief Software Engineer           http://www.cs.utah.edu/~dav       -
- SCI Institute, SE C-SAFE          University of Utah                -
-----------------------------------------------------------------------
===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================





Archive powered by MHonArc 2.6.16.

Top of page