Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!hayes.ims.alaska.edu!milton!dittrich From: dittrich@milton.u.washington.edu (Dave Dittrich) Newsgroups: comp.unix.ultrix Subject: Question about dbx/f77 problem (Ultrix 4.1) Message-ID: <18716@milton.u.washington.edu> Date: 20 Mar 91 01:51:50 GMT Organization: University of Washington, Seattle Lines: 32 I have a Fortran program that is crashing on a DECstation 3100 (Ultrix 4.1). Executing the program produces the following message: [2]denali> r3941. r3941.: 16852 Memory fault - core dumped Since the program has some very large arrays, the obvious first move was to increase the stack limit to make sure I wasn't running out of stack, which was promptly done ("limit stack 32768" used). This had no effect. In order to determine what was causing the fault, I tried using dbx. When I did this, dbx promptly barfed on my object file! [3]denali> dbx -I../src bfpa. core dbx version 2.0 Type 'help' for help. Corefile produced from file "bfpa." Child died at pc 0x457954 of signal : Segmentation fault reading symbolic information ... dbx: internal error: type depleted before dimension reached [4]denali> The error message produced by dbx is, quoting my local Ultrix expert, "rather opaque." He checked his system (which has the Ultrix source) and could not find the source for dbx. (?) Having no other way of determining what is going on in the code, I am stuck in getting to the problem behind the segmentation fault. Any ideas from you Ultrix gurus? -- Dave Dittrich dittrich@u.washington.edu ...!uw-beaver!u.washington.edu!dittrich