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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,721e4267bb06aac1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!newsprint.newsread.com!newsfeed.stueberl.de!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "EXT-Turpin, Daniel S" Newsgroups: comp.lang.ada Subject: RE: Debugging Apex Ada 4.2.0c on Windows XP Pro Date: Tue, 25 Jan 2005 13:32:43 -0600 Organization: Cuivre, Argent, Or Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1106681589 62322 212.85.156.195 (25 Jan 2005 19:33:09 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Tue, 25 Jan 2005 19:33:09 +0000 (UTC) To: Return-Path: X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Debugging Apex Ada 4.2.0c on Windows XP Pro Thread-Index: AcUDEEKy8rwpXovgTLClVaPHwHZoxgAABVng X-OriginalArrivalTime: 25 Jan 2005 19:32:43.0452 (UTC) FILETIME=[A3EF37C0:01C50314] X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:7980 Date: 2005-01-25T13:32:43-06:00 Thanks Pete. Haven't narrowed things down enough to contact Rational yet. We have = over 500,000 lines of Ada and quite a number of other languages = involved. I'm in the process of building up a stripped down executable = to the point where it causes a problem. At the same time, I have to = come up with source I am allowed to release to them. Proprietary = issues. Anyway, when I start up the debugger on the executable it gets through = initialization and goes to the Ready state. At that point, stepping = into the executable or setting a break and hitting Go results in a popup = from a_db.exe that says "a_db.exe has encountered a problem and needs to = close. We are sorry for the inconvenience." The files assembled for = transmittal to Microsoft (which I can't do) include the crash dump for = a_db.exe and an appcompat.txt file that just lists a_db.exe and = kernel32.dll. The error signature is: EventType: BEX P1: a_db.exe P2: 0.0.0.0 P3: 3e3f8ab6 P4: dbghelp.dll P5: 5.1.2600.2180 P6: 4110969a P7: 0001295d P8: c0000409 P9: 00000000 After this, once the popups are dismissed, the a_db.exe process dies, = but the a_db_stop.exe process does not and must be killed to allow the = IDE to continue. Right now I'm really just looking to see if anyone has experience a = similar problem running on Windows XP. I don't have this problem on = Windows 2000 systems. I'm certain it's something in elaboration that is = causing an exception, but haven't been real successful in finding where = yet. Our elaboration code is rather extensive as is our use of = exception based programming, which makes it tough to set a break on an = exception/signal since there are hundreds or even thousands of them = during elaboration. Dan -----Original Message----- From: Pete E. [mailto:pete.eberlein@gmail.com] Sent: Tuesday, January 25, 2005 12:58 PM To: comp.lang.ada@ada-france.org Subject: Re: Debugging Apex Ada 4.2.0c on Windows XP Pro Dan T. wrote: > Is anyone else building Ada applications using Apex Ada 4.2.0c on > Windows XP Pro (SP2)? I'm running into problems where the debugger > fails, probably during program elaboration. The same executables, on a > Windows 2000 Pro workstation, work fine under the debugger. > > Thanks, > Dan Hi Dan, What kind of problems are you running into? You might consider contacting IBM Rational Technical Support: Electronic Service Request (ESR): https://www-111.ibm.com/software/support/ecare/support_login.jsp Phone: 1.800.IBM.SERV E-mail: sw_support@us.ibm.com Web: http://www.ibm.com/software/rational/support Regards, Pete Eberlein _______________________________________________ comp.lang.ada mailing list comp.lang.ada@ada-france.org http://www.ada-france.org/mailman/listinfo/comp.lang.ada