Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Obviously I was either onto something, or on something. -- Larry Wall on the creation of Perl


computers / comp.os.vms / DEBUG issues

SubjectAuthor
* DEBUG issuesSingle Stage to Orbit
`* Re: DEBUG issuesIan Miller
 +* Re: DEBUG issuesJohn Reagan
 |`- Re: DEBUG issuesSingle Stage to Orbit
 `* Re: DEBUG issuesSingle Stage to Orbit
  `* Re: DEBUG issuesArne Vajhøj
   `- Re: DEBUG issuesSingle Stage to Orbit

1
DEBUG issues

<f9ed78cffc65f58d4c6a49234a823ad7165d2cae.camel@munted.eu>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=28002&group=comp.os.vms#28002

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!palladium.buellnet!not-for-mail
From: alex.bu...@munted.eu (Single Stage to Orbit)
Newsgroups: comp.os.vms
Subject: DEBUG issues
Date: Tue, 09 May 2023 23:08:50 +0100
Organization: One very high maintenance cat
Message-ID: <f9ed78cffc65f58d4c6a49234a823ad7165d2cae.camel@munted.eu>
Reply-To: alex.buell@munted.eu
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Info: solani.org;
logging-data="425153"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Evolution 3.48.1
Cancel-Lock: sha1:ZBC/eUP+3iCzy4apNX/s7sCtCQI=
X-User-ID: eJwNwoERACEIA7CVBCzoOFW++4/gX4JIy1szkROC6HF7+J2C/5YHo3tobYLE+XZphSs8zVVG06ktE/NUoh9PRBWN
 by: Single Stage to Orbi - Tue, 9 May 2023 22:08 UTC

So I dug out my old code from aeons ago and put them to the test on
X86_64's C, Pascal and Fortran compilers.

C hasn't aged well - something for me to sort :-D
Pascal, most programs were fine, but see my notes later on in this e-
mail.
Fortran - beautiful. Works a treat

I needed to debug one of my old Pascal programs. so I issued the the
following to compile, link and run with DEBUG:

$ pas/debug/noopt rec.pas
$ link/debug rec
$ run rec
%DEBUG-I-INFODWARF, error reading Dwarf info: user-defined attribute
code: 2134
%DEBUG-I-INFODWARF, error reading Dwarf info: unrecognized attribute
code: 88
%DEBUG-I-INFODWARF, error reading Dwarf info: end-of-list attribute
paired with non-EOL form

OpenVMS x86-64 Debug64 Version V9.2-001

%DEBUG-I-INITIAL, Language: UNKNOWN, Module: SHARE$DCL_FIXUP8

Strange. What did I get wrong? Any magic incantions I need to utter?

Thanks,
Alex
--
Tactical Nuclear Kittens

Re: DEBUG issues

<003aade3-faad-43ae-97c2-485fc3bdc0e0n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=28026&group=comp.os.vms#28026

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:620a:2985:b0:74d:fdca:a6c6 with SMTP id r5-20020a05620a298500b0074dfdcaa6c6mr5200516qkp.14.1683706252363;
Wed, 10 May 2023 01:10:52 -0700 (PDT)
X-Received: by 2002:a05:622a:1a11:b0:3f3:9663:1a40 with SMTP id
f17-20020a05622a1a1100b003f396631a40mr1820905qtb.5.1683706252178; Wed, 10 May
2023 01:10:52 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Wed, 10 May 2023 01:10:51 -0700 (PDT)
In-Reply-To: <f9ed78cffc65f58d4c6a49234a823ad7165d2cae.camel@munted.eu>
Injection-Info: google-groups.googlegroups.com; posting-host=2.102.36.15; posting-account=xnH4mQkAAADgGjKHSw0dMDzsXknFp5II
NNTP-Posting-Host: 2.102.36.15
References: <f9ed78cffc65f58d4c6a49234a823ad7165d2cae.camel@munted.eu>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <003aade3-faad-43ae-97c2-485fc3bdc0e0n@googlegroups.com>
Subject: Re: DEBUG issues
From: gxy...@uk2.net (Ian Miller)
Injection-Date: Wed, 10 May 2023 08:10:52 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2437
 by: Ian Miller - Wed, 10 May 2023 08:10 UTC

On Tuesday, May 9, 2023 at 11:12:57 PM UTC+1, Single Stage to Orbit wrote:
> So I dug out my old code from aeons ago and put them to the test on
> X86_64's C, Pascal and Fortran compilers.
>
> C hasn't aged well - something for me to sort :-D
> Pascal, most programs were fine, but see my notes later on in this e-
> mail.
> Fortran - beautiful. Works a treat
>
> I needed to debug one of my old Pascal programs. so I issued the the
> following to compile, link and run with DEBUG:
>
> $ pas/debug/noopt rec.pas
> $ link/debug rec
> $ run rec
> %DEBUG-I-INFODWARF, error reading Dwarf info: user-defined attribute
> code: 2134
> %DEBUG-I-INFODWARF, error reading Dwarf info: unrecognized attribute
> code: 88
> %DEBUG-I-INFODWARF, error reading Dwarf info: end-of-list attribute
> paired with non-EOL form
>
> OpenVMS x86-64 Debug64 Version V9.2-001
>
> %DEBUG-I-INITIAL, Language: UNKNOWN, Module: SHARE$DCL_FIXUP8
>
> Strange. What did I get wrong? Any magic incantions I need to utter?
>
> Thanks,
> Alex
> --
> Tactical Nuclear Kittens

Some PASCAL & DEBUG issues reported on the VSI forums which John R has acknowledged. Report this one and await a fix.

Re: DEBUG issues

<1a7ae0d9-dd8f-4ca7-957a-97cde08fc995n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=28042&group=comp.os.vms#28042

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:ac8:7f8f:0:b0:3ef:3126:7dca with SMTP id z15-20020ac87f8f000000b003ef31267dcamr6812549qtj.2.1683727096420;
Wed, 10 May 2023 06:58:16 -0700 (PDT)
X-Received: by 2002:a05:620a:2985:b0:74d:fdca:a6c6 with SMTP id
r5-20020a05620a298500b0074dfdcaa6c6mr5418367qkp.14.1683727096203; Wed, 10 May
2023 06:58:16 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Wed, 10 May 2023 06:58:16 -0700 (PDT)
In-Reply-To: <003aade3-faad-43ae-97c2-485fc3bdc0e0n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:191:200:fa0:31a7:bff5:4b92:5fd5;
posting-account=M3IgSwoAAADJd6EnOmsrCCfB6_OyTOkv
NNTP-Posting-Host: 2601:191:200:fa0:31a7:bff5:4b92:5fd5
References: <f9ed78cffc65f58d4c6a49234a823ad7165d2cae.camel@munted.eu> <003aade3-faad-43ae-97c2-485fc3bdc0e0n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <1a7ae0d9-dd8f-4ca7-957a-97cde08fc995n@googlegroups.com>
Subject: Re: DEBUG issues
From: xyzzy1...@gmail.com (John Reagan)
Injection-Date: Wed, 10 May 2023 13:58:16 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3045
 by: John Reagan - Wed, 10 May 2023 13:58 UTC

On Wednesday, May 10, 2023 at 4:10:54 AM UTC-4, Ian Miller wrote:
> On Tuesday, May 9, 2023 at 11:12:57 PM UTC+1, Single Stage to Orbit wrote:
> > So I dug out my old code from aeons ago and put them to the test on
> > X86_64's C, Pascal and Fortran compilers.
> >
> > C hasn't aged well - something for me to sort :-D
> > Pascal, most programs were fine, but see my notes later on in this e-
> > mail.
> > Fortran - beautiful. Works a treat
> >
> > I needed to debug one of my old Pascal programs. so I issued the the
> > following to compile, link and run with DEBUG:
> >
> > $ pas/debug/noopt rec.pas
> > $ link/debug rec
> > $ run rec
> > %DEBUG-I-INFODWARF, error reading Dwarf info: user-defined attribute
> > code: 2134
> > %DEBUG-I-INFODWARF, error reading Dwarf info: unrecognized attribute
> > code: 88
> > %DEBUG-I-INFODWARF, error reading Dwarf info: end-of-list attribute
> > paired with non-EOL form
> >
> > OpenVMS x86-64 Debug64 Version V9.2-001
> >
> > %DEBUG-I-INITIAL, Language: UNKNOWN, Module: SHARE$DCL_FIXUP8
> >
> > Strange. What did I get wrong? Any magic incantions I need to utter?
> >
> > Thanks,
> > Alex
> > --
> > Tactical Nuclear Kittens
> Some PASCAL & DEBUG issues reported on the VSI forums which John R has acknowledged. Report this one and await a fix.
The LLVM backend generates some additional DWARF tags that the debugger was not expecting. Most can be ignored but we
need to handle a few of them. The debugger in the upcoming V9.2-1 release will be much quieter and better.

That said, we're still working on Pascal (and others) to get parity on debug support between Itanium and x86.

Re: DEBUG issues

<feb68c7693ee6db3466e7fbe8b57fe72bd336f55.camel@munted.eu>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=28061&group=comp.os.vms#28061

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!palladium.buellnet!not-for-mail
From: alex.bu...@munted.eu (Single Stage to Orbit)
Newsgroups: comp.os.vms
Subject: Re: DEBUG issues
Date: Wed, 10 May 2023 19:57:50 +0100
Organization: One very high maintenance cat
Message-ID: <feb68c7693ee6db3466e7fbe8b57fe72bd336f55.camel@munted.eu>
References: <f9ed78cffc65f58d4c6a49234a823ad7165d2cae.camel@munted.eu>
<003aade3-faad-43ae-97c2-485fc3bdc0e0n@googlegroups.com>
<1a7ae0d9-dd8f-4ca7-957a-97cde08fc995n@googlegroups.com>
Reply-To: alex.buell@munted.eu
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Info: solani.org;
logging-data="463737"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Evolution 3.48.1
Cancel-Lock: sha1:tSOaRoSUvDKTgOvhEv9vRplvrZc=
In-Reply-To: <1a7ae0d9-dd8f-4ca7-957a-97cde08fc995n@googlegroups.com>
X-User-ID: eJwNy8ERACEIA8CWiGcAy4GM9F+Ct//l53DFdvrmcKoi2tOsqbkwr2N5LYlUN+7RaDVyNMnA2J9EwiM2atkDXeIVWw==
 by: Single Stage to Orbi - Wed, 10 May 2023 18:57 UTC

On Wed, 2023-05-10 at 06:58 -0700, John Reagan wrote:
> > Some PASCAL & DEBUG issues reported on the VSI forums which John R
> > has acknowledged. Report this one and await a fix.

> The LLVM backend generates some additional DWARF tags that the
> debugger was not expecting.  Most can be ignored but we
> need to handle a few of them.  The debugger in the upcoming V9.2-1
> release will be much quieter and better.
>
> That said, we're still working on Pascal (and others) to get parity
> on debug support between Itanium and x86.

Fair enough, I'll look forward to that.
--
Tactical Nuclear Kittens

Re: DEBUG issues

<c5917f0109d76d6ab4626e62760b13752ca8d1ba.camel@munted.eu>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=28062&group=comp.os.vms#28062

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!palladium.buellnet!not-for-mail
From: alex.bu...@munted.eu (Single Stage to Orbit)
Newsgroups: comp.os.vms
Subject: Re: DEBUG issues
Date: Wed, 10 May 2023 19:57:26 +0100
Organization: One very high maintenance cat
Message-ID: <c5917f0109d76d6ab4626e62760b13752ca8d1ba.camel@munted.eu>
References: <f9ed78cffc65f58d4c6a49234a823ad7165d2cae.camel@munted.eu>
<003aade3-faad-43ae-97c2-485fc3bdc0e0n@googlegroups.com>
Reply-To: alex.buell@munted.eu
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Info: solani.org;
logging-data="463737"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Evolution 3.48.1
Cancel-Lock: sha1:YMLAzVIlSznGb1elIfX6B4XKa34=
X-User-ID: eJwNy8EBwCAIA8CVFIHAOAJm/xHa+58d395QN1ejESltTy/nXNiIL2Y1kknIMKTmrfb6Q8wKbm3Z8gpl4Tj9AWjAFds=
In-Reply-To: <003aade3-faad-43ae-97c2-485fc3bdc0e0n@googlegroups.com>
 by: Single Stage to Orbi - Wed, 10 May 2023 18:57 UTC

On Wed, 2023-05-10 at 01:10 -0700, Ian Miller wrote:

> Some PASCAL & DEBUG issues reported on the VSI forums which John R
> has acknowledged. Report this one and await a fix.

I will, as soon as I can figure out how to access the VSI forums. I got
my invitation last weekend and I now have acess to the VSI service
portal and can download files. The VSI forums still remain out of reach
as it apparently won't accept the credentials I used to access the VSI
service portal.
--
Tactical Nuclear Kittens

Re: DEBUG issues

<u3gqln$pbgu$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=28063&group=comp.os.vms#28063

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: arn...@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Re: DEBUG issues
Date: Wed, 10 May 2023 15:18:14 -0400
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <u3gqln$pbgu$1@dont-email.me>
References: <f9ed78cffc65f58d4c6a49234a823ad7165d2cae.camel@munted.eu>
<003aade3-faad-43ae-97c2-485fc3bdc0e0n@googlegroups.com>
<c5917f0109d76d6ab4626e62760b13752ca8d1ba.camel@munted.eu>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 10 May 2023 19:18:15 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c75883259f189a4a5a94bac03529d77e";
logging-data="831006"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ahtER2QCbIVyJVmbJiGFNEb9D+IgW2S8="
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.10.1
Cancel-Lock: sha1:RRHvboel2l+EI/BTHvCCzGUSLEM=
In-Reply-To: <c5917f0109d76d6ab4626e62760b13752ca8d1ba.camel@munted.eu>
Content-Language: en-US
 by: Arne Vajhøj - Wed, 10 May 2023 19:18 UTC

On 5/10/2023 2:57 PM, Single Stage to Orbit wrote:
> On Wed, 2023-05-10 at 01:10 -0700, Ian Miller wrote:
>> Some PASCAL & DEBUG issues reported on the VSI forums which John R
>> has acknowledged. Report this one and await a fix.
>
> I will, as soon as I can figure out how to access the VSI forums. I got
> my invitation last weekend and I now have acess to the VSI service
> portal and can download files. The VSI forums still remain out of reach
> as it apparently won't accept the credentials I used to access the VSI
> service portal.

You can read without login.

To post you need an account in the forum system, which I assume
is different from any other account as it is based on phpBB software,

https://forum.vmssoftware.com/ has a "register" link at the top.

Arne

Re: DEBUG issues

<c9397a7d4a77590acc9e0a23198d2e307e6e01a0.camel@munted.eu>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=28064&group=comp.os.vms#28064

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!palladium.buellnet!not-for-mail
From: alex.bu...@munted.eu (Single Stage to Orbit)
Newsgroups: comp.os.vms
Subject: Re: DEBUG issues
Date: Wed, 10 May 2023 20:29:53 +0100
Organization: One very high maintenance cat
Message-ID: <c9397a7d4a77590acc9e0a23198d2e307e6e01a0.camel@munted.eu>
References: <f9ed78cffc65f58d4c6a49234a823ad7165d2cae.camel@munted.eu>
<003aade3-faad-43ae-97c2-485fc3bdc0e0n@googlegroups.com>
<c5917f0109d76d6ab4626e62760b13752ca8d1ba.camel@munted.eu>
<u3gqln$pbgu$1@dont-email.me>
Reply-To: alex.buell@munted.eu
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Info: solani.org;
logging-data="464695"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Evolution 3.48.1
Cancel-Lock: sha1:Nyb3gj8xI+O7kQRo6E6rChA6en0=
In-Reply-To: <u3gqln$pbgu$1@dont-email.me>
X-User-ID: eJwFwYkBwEAEBMCWvCvK4dB/CZlxBeOFwWF+fljYytIW+bBGR3xLsB6xyqpL+boymd6kKlS4fYKP9km4/FF+FSs=
 by: Single Stage to Orbi - Wed, 10 May 2023 19:29 UTC

On Wed, 2023-05-10 at 15:18 -0400, Arne Vajhøj wrote:
> To post you need an account in the forum system, which I assume
> is different from any other account as it is based on phpBB software,
>
> https://forum.vmssoftware.com/ has a "register" link at the top.

Finally! I've managed to sort it. I suppose I must have messed up the
password when registering. Anyway, I reset it and set a new password
and all is well.
--
Tactical Nuclear Kittens

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor