[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 64bit startup
From: |
Samuel Thibault |
Subject: |
Re: 64bit startup |
Date: |
Fri, 5 Jan 2024 14:56:17 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Samuel Thibault, le jeu. 04 janv. 2024 08:57:51 +0100, a ecrit:
> Sergey Bugaev, le mer. 03 janv. 2024 21:56:54 +0300, a ecrit:
> > perhaps I need to try two of them in parallel and some I/O-heavy
> > workload in the background, as you're saying.
>
> Yes, that's needed to raise the probability of the bug.
>
> > Could it be that the two strings are actually different (something
> > being wrong with pipes perhaps)?
>
> I tried
>
> A=a ; time while /usr/bin/\[ "$A" = a ] ; do A="$(echo -n `echo a` )" ; done
> ; echo $A
>
> The output is empty. But yes, that could be some missing flush or such
> in pipes.
It happens with dash too.
Samuel
- Re: 64bit startup, Samuel Thibault, 2024/01/03
- Re: 64bit startup, Sergey Bugaev, 2024/01/03
- Re: 64bit startup, Samuel Thibault, 2024/01/03
- Re: 64bit startup, Sergey Bugaev, 2024/01/03
- Re: 64bit startup, Samuel Thibault, 2024/01/04
- Re: 64bit startup, Sergey Bugaev, 2024/01/04
- Re: 64bit startup, Samuel Thibault, 2024/01/04
- Re: 64bit startup, Sergey Bugaev, 2024/01/05
- Re: 64bit startup, Samuel Thibault, 2024/01/05
- Re: 64bit startup,
Samuel Thibault <=
- Re: 64bit startup, Sergey Bugaev, 2024/01/05
- Re: 64bit startup, Samuel Thibault, 2024/01/05
- Re: 64bit startup, Samuel Thibault, 2024/01/05
- Re: 64bit startup, Luca, 2024/01/05
- Re: 64bit startup, Samuel Thibault, 2024/01/05
- Re: 64bit startup, Sergey Bugaev, 2024/01/06
Re: 64bit startup, Luca, 2024/01/03