SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] crash


Chronological Thread 
  • From: Paulo Tribolet Abreu <paulotex@gmx.net>
  • To: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] crash
  • Date: Mon, 22 Mar 2004 19:46:02 +0000


Em 22 mar 2004, às 16:38, J. Davison de St. Germain escreveu:


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


Thanks, that fixed the problem. I thought I had done that, but bash was being called without the -l option, so it was not reading my .bash_profile file, where the ulimit comand was.

Paulo


===========================================================================
== 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