Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!munnari.oz.au!goanna!giaea!simon From: simon@giaea.gi.oz (simon shields) Newsgroups: comp.lang.fortran Subject: bus error Keywords: ar,ncargf77,ld,bus,errors Message-ID: <1781@giaea.gi.oz> Date: 20 May 91 04:55:59 GMT Distribution: comp.lang.fortran,comp.unix.questions,comp.sys.hp Organization: Monash University College Gippsland, Churchill 3842, Victoria, AUSTRALIA. Lines: 22 ENVIRONMENT - HP-UX 7.0 ON HP9000/825 When I execute a fortran program (maps) that has been linked with my library I get the following error message. >Signal 10: bus error PROCEDURE TRACEBACK: ( 0) 0x000079ac dogetint + 0x30 ( 1) 0x00006f14 maps + 0x9ac --------------------- If I run the version that has my library routines included in the source the program runs without a hitch ? Both versions compile and link without any hitches ? How do I find out what my problem is with my libraries ? Any suggestions would be warmly welcomed.