Re: dnf: terminate called after throwing an instance of 'std::length_error'

2025-02-25 Thread František Šumšal
Hey, With the help of this information I can actually reproduce the issue quite reliably in a local podman container: $ podman run -it --rm --pull always fedora:rawhide # rpm -q dnf5 dnf5-5.2.10.0-2.fc43.x86_64 # stty cols 1 && dnf5 reinstall bash -y Updating and loading repositories: Fedora -

Re: dnf: terminate called after throwing an instance of 'std::length_error'

2025-02-25 Thread mkolman
On Tue, 2025-02-25 at 15:29 +0100, Petr Pisar wrote: > V Tue, Feb 25, 2025 at 02:50:53PM > +0100, mkol...@redhat.com napsal(a): > > On Thu, 2025-02-20 at 18:34 +, Richard Hughes via devel wrote: > > > Hi all, > > > > > > My CI has been failing for the last 24h with: > > > > > > [ 4/48] Instal

Re: dnf: terminate called after throwing an instance of 'std::length_error'

2025-02-25 Thread Petr Pisar
V Tue, Feb 25, 2025 at 02:50:53PM +0100, mkol...@redhat.com napsal(a): > On Thu, 2025-02-20 at 18:34 +, Richard Hughes via devel wrote: > > Hi all, > > > > My CI has been failing for the last 24h with: > > > > [ 4/48] Installing fwupd-0:2.0.7-0.1alpha.fc41.x86_64 100% |  39.9 > > MiB > > term

Re: dnf: terminate called after throwing an instance of 'std::length_error'

2025-02-25 Thread mkolman
On Thu, 2025-02-20 at 18:34 +, Richard Hughes via devel wrote: > Hi all, > > My CI has been failing for the last 24h with: > > [ 4/48] Installing fwupd-0:2.0.7-0.1alpha.fc41.x86_64 100% |  39.9 > MiB > terminate called after throwing an instance of 'std::length_error' >   what():  basic_strin

Re: dnf: terminate called after throwing an instance of 'std::length_error'

2025-02-25 Thread Richard Hughes via devel
On Monday, 24 February 2025 at 09:30, Petr Pisar wrote: > > Has anyone else seen this? Frustratingly I can't reproduce locally. > Last time we saw and fixed this issue was 4 years ago. Hmm, it's certainly something in the latest release. > A reproducer is welcome because the mistake probably hap

Re: dnf: terminate called after throwing an instance of 'std::length_error'

2025-02-24 Thread Petr Pisar
V Thu, Feb 20, 2025 at 06:34:27PM +, Richard Hughes via devel napsal(a): > Hi all, > > My CI has been failing for the last 24h with: > > [ 4/48] Installing fwupd-0:2.0.7-0.1alpha.fc41.x86_64 100% | 39.9 MiB > terminate called after throwing an instance of 'std::length_error' > what(): bas