From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f4b408e69934a84f,start X-Google-Attributes: gid103376,public From: spear@wam.umd.edu (Eric Anthony Spear) Subject: help: gnat and profiling Date: 1997/01/04 Message-ID: <5ali54$l7k@dailyplanet.wam.umd.edu>#1/1 X-Deja-AN: 207675918 organization: University of Maryland, College Park, MD newsgroups: comp.lang.ada Date: 1997-01-04T00:00:00+00:00 List-Id: My program runs too slowly, so I thought I would use the profiling option provided with gcc (-pg) to see where I was running the most slowly. However, when I compile and link with this option, the resulting program causes a segmentation fault. Does anyone know why? I'm using OS/2 ver 4, emx09b, gnat 3.05. Thanks in advance!