Privacy and Security Notice

Archived Messages for CLAS_OFFLINE_1997@cebaf.gov: Package initialization

Package initialization

Alberto Longhi (longhi@cua.edu)
Tue, 02 Dec 1997 12:34:12 -0500

Recsis wizards,

do you know why recsis gives me this message:

REBGJB I: TAG package initialized
CALL_INIT I: Catch-all initialization routine called...
REBGRN I: Catch-all initialized
TAG_BRUN I: tagger begin run routine

while I just want to use the user package? In my .tcl file I put:

turnoff ALL
turnon user

Now, I don't know whether it's related, but the program core dumps as
soon as I 'go', with this message:

USER_BEVT I: This is a DUMMY routine, this message written once

*** TERMINATING pfiss
*** Received signal 11 (SIGSEGV)
Segmentation fault (core dumped)

(pfiss is my executable name). If anybody can explain me what 'signal
11' and 'segmentation fault' are, I'd appreciate it very much. A pass
with the debugger gives this information:

REDBBK I: ------------------------------------------------------
Subscript out of range on file recntrl.F, line 153, procedure recntrl.
Subscript number 1 has value 0 in array levent_class.
signal ABRT (Abort) in kill at 0xef5f4424
kill+0x8: bgeu kill+0x30
Current function is recntrl
153 IF (LEVENT_CLASS(ICHK) .OR. LEVENT_ALL) THEN

If I examine ichk:
0x0: 0x00000000

If it's of any help, 'printenv | grep CLAS_' gives

CLAS_LOCATION=/apps/clas
CLAS_ROOT=/apps/clas/u1
CLAS_PROD=/apps/clas/u1/builds/PRODUCTION
CLAS_DEVEL=/apps/clas/u1/builds/DEVELOPMENT
CLAS_BUILD=/apps/clas/u1/builds/PRODUCTION
CLAS_LIB=/apps/clas/u1/builds/PRODUCTION/lib/SunOS
CLAS_BIN=/apps/clas/u1/builds/PRODUCTION/bin/SunOS
CLAS_PACK=/apps/clas/u1/builds/PRODUCTION/packages
CLAS_CMS=/apps/clas/u1/builds/PRODUCTION/packages/cms
CLAS_SCRIPTS=/apps/clas/u1/builds/PRODUCTION/packages/scripts
CLAS_PARMS=/apps/clas/u1/parms
CLAS_LEVEL=DEVELOPMENT
CLAS_DATA=/site/clas/u2/data
CLAS_WWW=/site/www/html/clas
CLAS_FTP=/site/ftp/pub/clas
CLAS_DOC=/site/ftp/pub/clas/doc

Thank you
Alberto Longhi