Thread from comp.lang.tcl (5 replies)

nx crashed with tcl 9.0
Posted by Manfred Stelzhammer <manfred@antispam.at> 4 days 5 hours ago

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

Click on article to view all threads in comp.lang.tcl
Re: nx crashed with tcl 9.0
Posted by Gerald Lester <Gerald.Lester@gmail.com> 4 days 1 hour ago

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.


Click on article to view all threads in comp.lang.tcl
Re: nx crashed with tcl 9.0
Posted by Manfred Stelzhammer <manfred@antispam.at> 4 days ago

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.
> 
> 

Click on article to view all threads in comp.lang.tcl
Re: nx crashed with tcl 9.0
Posted by Paul Obermeier <obermeier@poSoft.de> 3 days 23 hours ago

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.
>>
>>
> 

Click on article to view all threads in comp.lang.tcl
Re: nx crashed with tcl 9.0
Posted by Manfred Stelzhammer <manfred@antispam.at> 3 days 4 hours ago

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.
>>>
>>>
>>
> 

Click on article to view all threads in comp.lang.tcl
Re: nx crashed with tcl 9.0
Posted by Stefan Sobernig <stefan.sobernig@wu.ac.at> 2 days 11 hours ago

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

Click on article to view all threads in comp.lang.tcl