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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:c6c6:: with SMTP id j189mr9991838itg.85.1556938388425; Fri, 03 May 2019 19:53:08 -0700 (PDT) X-Received: by 2002:a9d:e8c:: with SMTP id 12mr9331568otj.120.1556938388203; Fri, 03 May 2019 19:53:08 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!b2no231318itd.0!news-out.google.com!v82ni266ita.0!nntp.google.com!136no231171itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 May 2019 19:53:07 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=72.46.200.130; posting-account=4XtIhQoAAACVLe8W-swsgut7CQByKD3Y NNTP-Posting-Host: 72.46.200.130 References: <13ce24c7-2cfd-4c77-8e4f-2aba216d9ca9@googlegroups.com> <12955098-0ae7-4e2e-b4dd-050620a1f039@googlegroups.com> <22ad2bb3-4d6e-48f0-9f72-ea2464390b13@googlegroups.com> <3d9b62c5-6461-420a-b051-132618c40369@googlegroups.com> <67e68b33-4fa1-45fc-aac5-3294258bb4da@googlegroups.com> <30e9156c-193e-459d-987c-06182f78ae89@googlegroups.com> <8c5d8c9a-d594-4bb2-b5d7-6235c112a39d@googlegroups.com> <992a0187-0acf-4807-9ee6-01456b85272c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3410e6b2-5695-4adf-b88d-b49e097a2cc7@googlegroups.com> Subject: Re: ANN: VisualAda (Ada Integration for Visual Studio 2017 & 2019) release 1.1.12 From: Greg Injection-Date: Sat, 04 May 2019 02:53:08 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56233 Date: 2019-05-03T19:53:07-07:00 List-Id: Aaaahhhhh ... the converter you mentioned in 6) above. Here are the steps of the MSBUILD task along with the top few lines of the stack trace when it rips. AdaProject: Skipping target "AdaProject" because all output files are up-to-date with respect to the input files. AdaCompile: AdaCompileOutput = x64\Debug\RaceDirector.exe Compile [Ada] racedirector.adb [Ada] appoverrides.adb [Ada] winmainstartup.adb [Ada] guitask.adb [Ada] locatortask.adb [Ada] racedirectorxaml.adb AdaBind: AdaCompileOutput = x64\Debug\RaceDirector.exe Bind [gprbind] racedirector.bexch [Ada] racedirector.ali AdaConvert: AdaCompileOutput = x64\Debug\RaceDirector.exe Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at CV2PDB.{ctor}(CV2PDB* , SByte* ObjectFileName, PEImage* image) at InnerConvert(Char* argv) at AdaDwarf.Converters.ConvertDwarf(String FileName) at Ada.ConvertTask.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)