Re: 64bit startup

2023-05-28 Thread Samuel Thibault
I have no name!@hurd:/# gcc-13 test.c -o test I have no name!@hurd:/# ./test Hello, world! So we do have compilation working :) Samuel

Re: 64bit startup

2023-05-28 Thread Samuel Thibault
Samuel Thibault, le dim. 28 mai 2023 16:47:34 +0200, a ecrit: > We also need to debug the lwip translator, it seems it is having > allocation troubles, even on hurd-i386: with e.g. several TCP/IP busy > connections at the same time I am getting heap corruptions. pfinet however seems to be working

Re: 64bit startup

2023-05-28 Thread Samuel Thibault
Samuel Thibault, le lun. 29 mai 2023 01:17:47 +0200, a ecrit: > Samuel Thibault, le dim. 28 mai 2023 23:35:21 +0200, a ecrit: > > Sergey Bugaev, le dim. 28 mai 2023 13:32:12 +0300, a ecrit: > > > On Sun, May 28, 2023 at 04:34 AM Samuel Thibault > > > wrote: > > > > And rumpdisk as well :) > > > >

Re: 64bit startup

2023-05-28 Thread Samuel Thibault
Samuel Thibault, le dim. 28 mai 2023 23:35:21 +0200, a ecrit: > Sergey Bugaev, le dim. 28 mai 2023 13:32:12 +0300, a ecrit: > > On Sun, May 28, 2023 at 04:34 AM Samuel Thibault > > wrote: > > > And rumpdisk as well :) > > > > > > [ 2.9500050] wd3 at atabus5 drive 0 > > > [ 2.9500050] wd3: > >

Re: 64bit startup

2023-05-28 Thread Samuel Thibault
Sergey Bugaev, le dim. 28 mai 2023 13:32:12 +0300, a ecrit: > On Sun, May 28, 2023 at 04:34 AM Samuel Thibault > wrote: > > And rumpdisk as well :) > > > > [ 2.9500050] wd3 at atabus5 drive 0 > > [ 2.9500050] wd3: > > [ 2.9500050] wd3: drive supports 16-sector PIO transfers, LBA48 addressin

Re: 64bit startup

2023-05-28 Thread Samuel Thibault
We also need to debug the lwip translator, it seems it is having allocation troubles, even on hurd-i386: with e.g. several TCP/IP busy connections at the same time I am getting heap corruptions. Samuel

Re: 64bit startup

2023-05-28 Thread Samuel Thibault
Sergey Bugaev, le dim. 28 mai 2023 15:02:44 +0300, a ecrit: > On Sun, May 28, 2023 at 2:16 PM Samuel Thibault > wrote: > > > And on that note, any news about the Rust GSoC project? Wasn't there > > > supposed to be a community bonding period? > > > > It started, yes. Vedant found most of its way

Re: 64bit startup

2023-05-28 Thread Sergey Bugaev
On Sun, May 28, 2023 at 2:16 PM Samuel Thibault wrote: > ATM I'm seeing various issues, like __dir_lookup telling me it got its > stack smashed. Which probably rather means that the stack_guard gets > overwritten somehow. Yes, that's probably what's going on. I'll look into it, thanks. > > And o

Re: 64bit startup

2023-05-28 Thread Samuel Thibault
Samuel Thibault, le dim. 28 mai 2023 13:16:15 +0200, a ecrit: > Sergey Bugaev, le dim. 28 mai 2023 13:32:12 +0300, a ecrit: > > The port error is interesting; 82650 is clearly not a port name, so > > it's not a port use-after-free / double free, it's some bad/invalid > > memory. Hmm. Is something o

Re: 64bit startup

2023-05-28 Thread Samuel Thibault
Sergey Bugaev, le dim. 28 mai 2023 13:32:12 +0300, a ecrit: > Hello! > > On Sun, May 28, 2023 at 12:13 AM Samuel Thibault > wrote: > > > task /bin/bash(1) decreasing a bogus port 82650 by 1, most probably a bug. > > > bash: ../sysdeps/mach/hurd/mig-reply.c:84: __mig_dealloc_reply_port: > > > Une

Re: 64bit startup

2023-05-28 Thread Sergey Bugaev
Hello! On Sun, May 28, 2023 at 12:13 AM Samuel Thibault wrote: > > task /bin/bash(1) decreasing a bogus port 82650 by 1, most probably a bug. > > bash: ../sysdeps/mach/hurd/mig-reply.c:84: __mig_dealloc_reply_port: > > Unexpected error: (os/kern) invalid name. > > > > the console warning is expe