Re: Set up a new pfinet instance using remap

2025-02-28 Thread Samuel Thibault
Zhaoming Luo, le ven. 28 févr. 2025 20:42:41 +0800, a ecrit: > I have applied the code and make test. [...] > I think you can commit the code. Ok, done so, thanks! > I could only see two failed tests now. Test 537 is a stress test and > it got stuck and outputing a lot of 'Deallocating a bogus po

Re: Set up a new pfinet instance using remap

2025-02-28 Thread Zhaoming Luo
On Thu, Feb 27, 2025 at 08:25:37PM +0100, Samuel Thibault wrote: > Hello, > > Nice investigation! > > Zhaoming Luo, le jeu. 27 févr. 2025 10:37:36 +0800, a ecrit: > > It means that pthread_hurd_cond_timedwait_np() successes but > > current->signal is still 1. I assume current->signal will only be

Re: Set up a new pfinet instance using remap

2025-02-27 Thread Samuel Thibault
Hello, Nice investigation! Zhaoming Luo, le jeu. 27 févr. 2025 10:37:36 +0800, a ecrit: > It means that pthread_hurd_cond_timedwait_np() successes but > current->signal is still 1. I assume current->signal will only be > modified to 1 when pthread_hurd_cond_timedwait_np() returns EINTR. Maybe > w

Re: Set up a new pfinet instance using remap

2025-02-26 Thread Zhaoming Luo
On Thu, Feb 27, 2025 at 09:07:53AM +0800, Zhaoming Luo wrote: > On Thu, Feb 27, 2025 at 01:34:46AM +0100, Samuel Thibault wrote: > > Zhaoming Luo, le jeu. 27 févr. 2025 08:23:16 +0800, a ecrit: > > > On Tue, Feb 25, 2025 at 08:28:34PM +0100, Samuel Thibault wrote: > > > > Zhaoming Luo, le mar. 25 f

Re: Set up a new pfinet instance using remap

2025-02-26 Thread Zhaoming Luo
On Thu, Feb 27, 2025 at 01:34:46AM +0100, Samuel Thibault wrote: > Zhaoming Luo, le jeu. 27 févr. 2025 08:23:16 +0800, a ecrit: > > On Tue, Feb 25, 2025 at 08:28:34PM +0100, Samuel Thibault wrote: > > > Zhaoming Luo, le mar. 25 févr. 2025 21:14:14 +0800, a ecrit: > > > > The program './runtests.pl

Re: Set up a new pfinet instance using remap

2025-02-26 Thread Samuel Thibault
Zhaoming Luo, le jeu. 27 févr. 2025 08:23:16 +0800, a ecrit: > On Tue, Feb 25, 2025 at 08:28:34PM +0100, Samuel Thibault wrote: > > Zhaoming Luo, le mar. 25 févr. 2025 21:14:14 +0800, a ecrit: > > > The program './runtests.pl -g 546' stopped at [0] several times before > > > the test is really runn

Re: Set up a new pfinet instance using remap

2025-02-26 Thread Zhaoming Luo
On Tue, Feb 25, 2025 at 08:28:34PM +0100, Samuel Thibault wrote: > Hello, > > Zhaoming Luo, le mar. 25 févr. 2025 21:14:14 +0800, a ecrit: > > The program './runtests.pl -g 546' stopped at [0] several times before > > the test is really running, so I think some preparations involved > > io_select_

Re: Set up a new pfinet instance using remap

2025-02-25 Thread Samuel Thibault
Hello, Zhaoming Luo, le mar. 25 févr. 2025 21:14:14 +0800, a ecrit: > The program './runtests.pl -g 546' stopped at [0] several times before > the test is really running, so I think some preparations involved > io_select_common. However, after the test is running, I set a breakpoint > at [1](it's

Set up a new pfinet instance using remap

2025-02-25 Thread Zhaoming Luo
Hi, So I follow following instructions to setup remap on a new pfinet instance and debug curl testsuite 546: ``` # Setup the translator pfinet which is going to be debugged settrans -fgaPc /tmp/2 /usr/bin/env LD_LIBRARY_PATH=/usr/lib/debug /home/1speaker/hurd/build/pfinet/pfinet # Open a new wi