Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

Try to have as good a life as you can under the circumstances.


comp / comp.lang.tcl / Re: nx crashed with tcl 9.0

SubjectAuthor
* nx crashed with tcl 9.0Manfred Stelzhammer
`* Re: nx crashed with tcl 9.0Gerald Lester
 `* Re: nx crashed with tcl 9.0Manfred Stelzhammer
  `* Re: nx crashed with tcl 9.0Paul Obermeier
   `* Re: nx crashed with tcl 9.0Manfred Stelzhammer
    `- Re: nx crashed with tcl 9.0Stefan Sobernig

1
Subject: nx crashed with tcl 9.0
From: Manfred Stelzhammer
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Sat, 28 Sep 2024 15:43 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: manfred@antispam.at (Manfred Stelzhammer)
Newsgroups: comp.lang.tcl
Subject: nx crashed with tcl 9.0
Date: Sat, 28 Sep 2024 17:43:34 +0200
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <vd9876$1afg1$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 28 Sep 2024 17:43:35 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e7c858ecff93f9b1e90b12c76bbafd2b";
logging-data="1392129"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Bv8aURSZRiXcIGYJyYV/U2b2LalabZUs="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:rozbtylVvkqGn9/z8VEIwGAYHB8=
Content-Language: en-US
View all headers

Hi

If I'll use the package nx on tcl 9.0 it crashed with:

Speicherzugriffsfehler (Speicherabzug geschrieben)

in english:
Memory access error (memory dump written)

What's wrong?

regards

Manfred

Subject: Re: nx crashed with tcl 9.0
From: Gerald Lester
Newsgroups: comp.lang.tcl
Organization: fastusenet - www.fastusenet.org
Date: Sat, 28 Sep 2024 20:02 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!tncsrv06.tnetconsulting.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx46.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: nx crashed with tcl 9.0
Newsgroups: comp.lang.tcl
References: <vd9876$1afg1$1@dont-email.me>
Content-Language: en-US
From: Gerald.Lester@gmail.com (Gerald Lester)
In-Reply-To: <vd9876$1afg1$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 22
Message-ID: <chZJO.40501$s7Ce.4301@fx46.iad>
X-Complaints-To: abuse@fastusenet.org
NNTP-Posting-Date: Sat, 28 Sep 2024 20:02:16 UTC
Organization: fastusenet - www.fastusenet.org
Date: Sat, 28 Sep 2024 15:02:16 -0500
X-Received-Bytes: 1135
View all headers

On 9/28/24 10:43, Manfred Stelzhammer wrote:
> Hi
>
>
> If I'll use the package nx on tcl 9.0 it crashed with:
>
> Speicherzugriffsfehler (Speicherabzug geschrieben)
>
> in english:
> Memory access error (memory dump written)
>
> What's wrong?

Did you recompile it for Tcl 9.0?

8.x binary extensions will not work with Tcl 9.0

8.x pure Tcl extensions may or may not work with Tcl 9.0

Tci 9.0 is a major version release, that means breaking changes.

Subject: Re: nx crashed with tcl 9.0
From: Manfred Stelzhammer
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Sat, 28 Sep 2024 21:10 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: manfred@antispam.at (Manfred Stelzhammer)
Newsgroups: comp.lang.tcl
Subject: Re: nx crashed with tcl 9.0
Date: Sat, 28 Sep 2024 23:10:13 +0200
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <vd9rbl$1bfv7$1@dont-email.me>
References: <vd9876$1afg1$1@dont-email.me> <chZJO.40501$s7Ce.4301@fx46.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 28 Sep 2024 23:10:14 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e7c858ecff93f9b1e90b12c76bbafd2b";
logging-data="1425383"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Tomie/a0tM26VG1nwzlVOfMEg3O+1tL0="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:M4riZnbqR2AA+c7Op6oU8OBwEyY=
In-Reply-To: <chZJO.40501$s7Ce.4301@fx46.iad>
Content-Language: en-US
View all headers

Hi

Yes, I did compile it for 9.0

regards

Manfred

Am 28.09.24 um 22:02 schrieb Gerald Lester:
> On 9/28/24 10:43, Manfred Stelzhammer wrote:
>> Hi
>>
>>
>> If I'll use the package nx on tcl 9.0 it crashed with:
>>
>> Speicherzugriffsfehler (Speicherabzug geschrieben)
>>
>> in english:
>> Memory access error (memory dump written)
>>
>> What's wrong?
>
> Did you recompile it for Tcl 9.0?
>
> 8.x binary extensions will not work with Tcl 9.0
>
> 8.x pure Tcl extensions may or may not work with Tcl 9.0
>
> Tci 9.0 is a major version release, that means breaking changes.
>
>

Subject: Re: nx crashed with tcl 9.0
From: Paul Obermeier
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Sat, 28 Sep 2024 21:45 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: obermeier@poSoft.de (Paul Obermeier)
Newsgroups: comp.lang.tcl
Subject: Re: nx crashed with tcl 9.0
Date: Sat, 28 Sep 2024 23:45:12 +0200
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <vd9td8$1df6g$1@dont-email.me>
References: <vd9876$1afg1$1@dont-email.me> <chZJO.40501$s7Ce.4301@fx46.iad>
<vd9rbl$1bfv7$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 28 Sep 2024 23:45:13 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="24f82467bb0766fe9667762a4da7b10a";
logging-data="1490128"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18GvvWA1yKnGkeVZ+L4IziqvXGDg2VMJqg="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:93M1rFLWXJLuUotJqIORaNtZgEE=
In-Reply-To: <vd9rbl$1bfv7$1@dont-email.me>
View all headers

Dif you use the current trunk of nsf at https://github.com/nm-wu/nsf ?
Gustaf applied a Tcl9 patch just yesterday.

I'm able to compile and run a simple test script using the current trunk.

Paul

Am 28.09.24 um 23:10 schrieb Manfred Stelzhammer:
> Hi
>
> Yes, I did compile it for 9.0
>
>
> regards
>
> Manfred
>
> Am 28.09.24 um 22:02 schrieb Gerald Lester:
>> On 9/28/24 10:43, Manfred Stelzhammer wrote:
>>> Hi
>>>
>>>
>>> If I'll use the package nx on tcl 9.0 it crashed with:
>>>
>>> Speicherzugriffsfehler (Speicherabzug geschrieben)
>>>
>>> in english:
>>> Memory access error (memory dump written)
>>>
>>> What's wrong?
>>
>> Did you recompile it for Tcl 9.0?
>>
>> 8.x binary extensions will not work with Tcl 9.0
>>
>> 8.x pure Tcl extensions may or may not work with Tcl 9.0
>>
>> Tci 9.0 is a major version release, that means breaking changes.
>>
>>
>

Subject: Re: nx crashed with tcl 9.0
From: Manfred Stelzhammer
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Sun, 29 Sep 2024 16:37 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: manfred@antispam.at (Manfred Stelzhammer)
Newsgroups: comp.lang.tcl
Subject: Re: nx crashed with tcl 9.0
Date: Sun, 29 Sep 2024 18:37:44 +0200
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <vdbvoo$1q8h6$1@dont-email.me>
References: <vd9876$1afg1$1@dont-email.me> <chZJO.40501$s7Ce.4301@fx46.iad>
<vd9rbl$1bfv7$1@dont-email.me> <vd9td8$1df6g$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 29 Sep 2024 18:37:44 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="34d175a56a452923a293ae7fcbf9cec8";
logging-data="1909286"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Kkib8GNWvePVt+1IqHqsxP40ixd4d0pY="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:OFz3h0EmfRrnqVnsghcAQ2/HwXc=
Content-Language: en-US
In-Reply-To: <vd9td8$1df6g$1@dont-email.me>
View all headers

Thank's

With this trunk, it works

regards

Manfred

Am 28.09.24 um 23:45 schrieb Paul Obermeier:
> Dif you use the current trunk of nsf at https://github.com/nm-wu/nsf ?
> Gustaf applied a Tcl9 patch just yesterday.
>
> I'm able to compile and run a simple test script using the current trunk.
>
> Paul
>
> Am 28.09.24 um 23:10 schrieb Manfred Stelzhammer:
>> Hi
>>
>> Yes, I did compile it for 9.0
>>
>>
>> regards
>>
>> Manfred
>>
>> Am 28.09.24 um 22:02 schrieb Gerald Lester:
>>> On 9/28/24 10:43, Manfred Stelzhammer wrote:
>>>> Hi
>>>>
>>>>
>>>> If I'll use the package nx on tcl 9.0 it crashed with:
>>>>
>>>> Speicherzugriffsfehler (Speicherabzug geschrieben)
>>>>
>>>> in english:
>>>> Memory access error (memory dump written)
>>>>
>>>> What's wrong?
>>>
>>> Did you recompile it for Tcl 9.0?
>>>
>>> 8.x binary extensions will not work with Tcl 9.0
>>>
>>> 8.x pure Tcl extensions may or may not work with Tcl 9.0
>>>
>>> Tci 9.0 is a major version release, that means breaking changes.
>>>
>>>
>>
>

Subject: Re: nx crashed with tcl 9.0
From: Stefan Sobernig
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Mon, 30 Sep 2024 09:37 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: stefan.sobernig@wu.ac.at (Stefan Sobernig)
Newsgroups: comp.lang.tcl
Subject: Re: nx crashed with tcl 9.0
Date: Mon, 30 Sep 2024 11:37:30 +0200
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <bbbe9825-f367-4c5a-9a66-b5f1b0ad1d65@wu.ac.at>
References: <vd9876$1afg1$1@dont-email.me> <chZJO.40501$s7Ce.4301@fx46.iad>
<vd9rbl$1bfv7$1@dont-email.me> <vd9td8$1df6g$1@dont-email.me>
<vdbvoo$1q8h6$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 30 Sep 2024 11:37:31 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="46e1b9795071c90a6403456b053b8a30";
logging-data="2302540"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/P4lztSmFkBhD20qS9YXPfP3PMLuwg76k="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:A8oXDg+DwQ85omOukYZChKb/Yic=
In-Reply-To: <vdbvoo$1q8h6$1@dont-email.me>
Content-Language: en-GB
View all headers

Hi Manfred!

We are currently in the doings to bake Tcl 9 support into an official
release. So for now, yeah, "self service" is required.

Stefan

1

rocksolid light 0.9.8
clearnet tor