Re: [cciug] Seg fault; core dump

From: Scott Mackillip (mmackill@aud.alcatel.com)
Date: Thu Feb 10 2000 - 14:28:40 EST


Don,

It turns out that the problem was related to the number of available
file descriptors that the system would allow to be opened. I ran a truss
on the cleartool process, and the last call it made before dumping core
was to the system to get the "rlimits" (the resource limits,
specifically the offending line was in the /etc/system file: set
rlim_fd_cur=1024

This line set the available number of file desctiptors to 1024;
clearcase was happy when we set the number to the default (by commenting
out the line and rebooting) or by manually lowering the limit via:
ulimit -n 512

Strings on the core file dumped quite a bit of information, but it did
not prove as useful as I had hoped.

Regards,

Scott

Don Turnblade wrote:

> Scott,
>
> What does
>
> UNIX> strings ./core display?
>
>
> Please note: we run ClearCase 3.2.1 on Solaris 2.5.1 without issue at
> our site. Memory does not server me well about differences.
> But I can certainly provide comparisons with working models.
>
> Regards,
>
> Don Turnblade
>
>
> Scott Mackillip wrote:
>
>> Hello all,
>>
>> I am trying to discover why I cannot start CleaCase on a particular
>>
>> machine. I am running Solaris 2.5.1 with Clearcase 3.2.1.
>>
>> When I try to start clearcase using the start up script
>> (/etc/init.d/atria start) I get a segmentation fault, and core is
>> dumped. Just invoking cleartool causes a core dump.
>>
>> I tried to search the archives for similar issues; nothing related
>> enough to give me a hint. Also, where would I find the list of OS
>> patches that should be installed before CC is installed? I tried
>> searching the archives for those, too.
>>
>> Intuitively, I think it is an issue of the OS patches not being up
>> to
>> snuff; but with out a list to go by, I dunno.
>>
>> Any clues, pointers, experience will be greatly appreciated!
>>
>> Regards,
>>
>> scott mackillip
>>
>> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>>
>> can also
>> unsubscribe
>>
>> http://clearcase.rational.com/cciug/mailing_list.html
>
> --
> Technical Support Engineer Philips Semiconductor (VLSI)
> Design Software Systems Department 8375 South River Parkway, MS 285
> Voice: 480-752-6066 Tempe, AZ 85284 USA
> Fax: 480-752-6019 Email: Don.Turnblade@vlsi.com
>
>

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



This archive was generated by hypermail 2b29 : Sun May 06 2001 - 00:23:10 EDT