Sponsored Content
Top Forums Programming Seg Fault Running AIX COBOL program Post 302279280 by steve_f on Thursday 22nd of January 2009 09:56:23 AM
Old 01-22-2009
When I look at the core dump I get (only a portion of the messages shown below)

internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"x",1;'
internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"X(08)",5;'
internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"x(6)",4;'
internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"x(6)",4;'
internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"x(16)",5;'
internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"x(8)",4;'
internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"X(15)",5;'
internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"x(20)",5;'
internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"x(7)",4;'
internal error: 1283-239 consPic: expected cobol decimal alignment
internal error: 1283-228 expected char ';', found '"x(7)",4;'

Segmentation fault in _iwzEnvNameInit at 0xd7023cc0
0xd7023cc0 (_iwzEnvNameInit+0x26c) 9005003c stw r0,0x3c(r5)
(dbx) where
_iwzEnvNameInit(??) at 0xd7023cc0
_iwzWriteStderr(??, ??, ??) at 0xd70188e8
writeERRmsg(??, ??, ??) at 0xd7016f00
iwzWriteERRmsg(0x3e3, 0x402, 0xd708f890, 0x1, 0xf0fe0864, 0xd0b2, 0x38bad000, 0x2ff46f30) at 0xd70185b4
signal_handler(??) at 0xd7018c84
_iwzEnvNameInit(??) at 0xd7023cc0
_iwzWriteStderr(??, ??, ??) at 0xd70188e8
writeERRmsg(??, ??, ??) at 0xd7016f00
iwzWriteERRmsg(0x3e3, 0x402, 0xd708f898, 0x0, 0xf0fe0864, 0xd0b2, 0x38bad000, 0x2ff46f30) at 0xd70185b4
signal_handler(??) at 0xd7018c1c
_usched_dispatch_front(??, ??) at 0xd011d7b0
_usched_swtch(??) at 0xd011ec1c
_waitlock(??, ??) at 0xd010b76c
_local_lock_common(??, ??, ??) at 0xd010bf28
_mutex_lock(??, ??, ??) at 0xd0119568
lock__11LibDescLockFv() at 0xd0221ebc
terminateAndUnload() at 0xd021c504
dlfcn.dlclose(??) at 0xd040e7e8
unload__11OSSHLibraryFv(??) at 0xd2609fcc
sqlexPluginUnload__Fi(??) at 0xd1ff556c
sqlexAppLibTerm__Fv() at 0xd1fe6050
sqloAppLibTerm() at 0xd22ea188
__modinit.mod_fini1(??, ??) at 0xd039856c
__modinit.modfini(??) at 0xd03984c8
__modinit.__modfini() at 0xd0398d0c
cuexit.exit(??) at 0xd038ddb4
(dbx) list 0xd7023cc0
"ko020E.cbl" has only 1141 lines
 

10 More Discussions You Might Find Interesting

1. Programming

Open Suse 10 seg fault

Okay, so here is some code that when compiled on Fedora Core 6 works great, but when I compile and run it on OpenSuse 10 it gives back a seg fault when trying to join the 2nd thead. #include <pthread.h> #include <stdio.h> int print_message_function( void *ptr ); int x = 1; main() { ... (1 Reply)
Discussion started by: chrisdrobison
1 Replies

2. HP-UX

HP-UX 64 compilation causing some code to seg fault

Hello everyone, Today we are attempting to port some legacy C code to a 64 HP-UX machine at my company and there is kind of a strange error we ran into. there is a small function they have defined called zgetenv that accepts a char* and basically just does some null checking and returns ... (0 Replies)
Discussion started by: khadesh
0 Replies

3. Programming

How to debug with wdb debugger a cobol program?

Hi Forum, i have such a question. I have a cobol program which is calling a C program and in that C program i get a core dump:(. I want to investigate what is the issue using WDB debuger, but a dont see the code from COBOL program in the debuger, when i run the debugger with the exe!!! ... (2 Replies)
Discussion started by: vovan
2 Replies

4. Programming

cobol crn programme run on express cobol as .gnt

can i run .crn programme in express cobol which support to .gnt programme .... Plz tell me solution (2 Replies)
Discussion started by: bibi
2 Replies

5. Programming

Xlib Problem: XCloseDisplay seg fault

Hi, First of all forgive me if Xlib related problems does not go under this thread. In my main program, im using Xlib`s XImage type object which contains a regularly updating bitmap, and maps the XImage to a Xwindow using XPutImage. ( XCreateImage is used to create the XImage. ) The... (0 Replies)
Discussion started by: wolwy_pete
0 Replies

6. Shell Programming and Scripting

Calling script from RM cobol and returning value to cobol

Is there a way you can return a value from a script that is called from a rm cobol program... 01 WS-COMD-LINE-PGM X(39) value sh ./getUserId.sh 12345" 01 WS-RETURN-SYS-CODE PIC 9(8). CALL "SYSTEM" USING WS-COMD-LINE-PGM GIVING WS-RETURN-SYS-CODE. ... (1 Reply)
Discussion started by: pavanmp
1 Replies

7. Programming

Acceessing DB2 UDB in AIX COBOL on unix

Hi , We are migrating our database from DB2 z/os to DB2 UDB on UNIX. and cobol on mainframes to AIX cobol on UNIX. We have some cobol Db2 programs that are accessing different Databases how do we code such type of programs in AIX cobol. Do we need to Establish connection for accessing... (0 Replies)
Discussion started by: nal.satish
0 Replies

8. UNIX for Advanced & Expert Users

Running C#.NET program in AIX?

Hi Guys Am new in UNIX environment I was asked by my boss to write a program that transfer files from the AIX server to the Wintel Server. I have written the program in C# windows which does almost the same thing. So how to run the C# program in UNIX? (1 Reply)
Discussion started by: michmsk
1 Replies

9. AIX

Urgent!! Debugging tool for cobol in AIX

hi folks, I am a new to Aix, i worked as sys admin so no idea about software probs, my software team requires Debugging tool for cobol in AIX machine. can someone tell me the tool and also the installation procedure for the same Please drag me out from this soon :confused: (1 Reply)
Discussion started by: atulgkwd
1 Replies

10. Shell Programming and Scripting

Can a shell variable be called in a cobol program

Hi All, I have a file which sets all the variables on unix , based on the hostname. Currently these variables are hardcoded in the cobol programs.I was wondering if unix variables can be used in Cobol programs ? Example : I have a variable $SHTEMP which is set based on the following : Prod... (2 Replies)
Discussion started by: nua7
2 Replies
TABS(1) 						    BSD General Commands Manual 						   TABS(1)

NAME
tabs -- set terminal tabs SYNOPSIS
tabs [-n | -a | -a2 | -c | -c2 | -c3 | -f | -p | -s | -u] [+m[n]] [-T type] tabs [-T type] [+[n]] n1[,n2,...] DESCRIPTION
The tabs utility displays a series of characters that clear the hardware terminal tab settings then initialises tab stops at specified posi- tions, and optionally adjusts the margin. In the first synopsis form, the tab stops set depend on the command line options used, and may be one of the predefined formats or at regular intervals. In the second synopsis form, tab stops are set at positions n1, n2, etc. If a position is preceded by a '+', it is relative to the previous position set. No more than 20 positions may be specified. If no tab stops are specified, the ``standard'' UNIX tab width of 8 is used. The options are as follows: -n Set a tab stop every n columns. If n is 0, the tab stops are cleared but no new ones are set. -a Assembler format (columns 1, 10, 16, 36, 72). -a2 Assembler format (columns 1, 10, 16, 40, 72). -c COBOL normal format (columns 1, 8, 12, 16, 20, 55) -c2 COBOL compact format (columns 1, 6, 10, 14, 49) -c3 COBOL compact format (columns 1, 6, 10, 14, 18, 22, 26, 30, 34, 38, 42, 46, 50, 54, 58, 62, 67). -f FORTRAN format (columns 1, 7, 11, 15, 19, 23). -p PL/1 format (columns 1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61). -s SNOBOL format (columns 1, 10, 55). -u Assembler format (columns 1, 12, 20, 44). +m[n], +[n] Set an n character left margin, or 10 if n is omitted. -T type Output escape sequence for the terminal type type. ENVIRONMENT
The LANG, LC_ALL, LC_CTYPE and TERM environment variables affect the execution of tabs as described in environ(7). The -T option overrides the setting of the TERM environment variable. If neither TERM nor the -T option are present, tabs will fail. EXIT STATUS
The tabs utility exits 0 on success, and >0 if an error occurs. SEE ALSO
expand(1), stty(1), tput(1), unexpand(1), termcap(5) STANDARDS
The tabs utility conforms to IEEE Std 1003.1-2001 (``POSIX.1''). HISTORY
A tabs utility appeared in PWB UNIX. This implementation was introduced in FreeBSD 5.0. BUGS
The current termcap(5) database does not define the 'ML' (set left soft margin) capability for any terminals. BSD
May 20, 2002 BSD
All times are GMT -4. The time now is 03:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy