Re: Update on the glibc segfault issue on Alpha

2023-01-05 Thread John Paul Adrian Glaubitz
Hi Adhemveral! On 1/4/23 13:00, Adhemerval Zanella Netto wrote: I can confirm that this patch fixes the problem for me. I have uploaded a manually built glibc package with the patch applied to Debian »unreleased« so that the buildds can resume building packages again. Would it be possible to

Re: Update on the glibc segfault issue on Alpha

2023-01-04 Thread Adhemerval Zanella Netto
On 04/01/23 06:25, John Paul Adrian Glaubitz wrote: > Hi Adhemerval! > > On 1/3/23 13:09, Adhemerval Zanella Netto wrote: >> Thanks, this commits helps narrow down the issue.  The 73fc4e28b9464f0e >> refactor did not >> add the GL(dl_phdr) and GL(dl_phnum) for static case, relying on the >>

Re: Update on the glibc segfault issue on Alpha

2023-01-04 Thread John Paul Adrian Glaubitz
Hi Adhemerval! On 1/3/23 13:09, Adhemerval Zanella Netto wrote: Thanks, this commits helps narrow down the issue. The 73fc4e28b9464f0e refactor did not add the GL(dl_phdr) and GL(dl_phnum) for static case, relying on the __ehdr_start symbol to get the correct values. The issue is for some

Re: Update on the glibc segfault issue on Alpha

2023-01-03 Thread Florian Weimer
* Adhemerval Zanella Netto: > diff --git a/csu/libc-start.c b/csu/libc-start.c > index 543560f36c..63a3eceaea 100644 > --- a/csu/libc-start.c > +++ b/csu/libc-start.c > @@ -271,18 +271,10 @@ LIBC_START_MAIN (int (*main) (int, char **, char ** > MAIN_AUXVEC_DECL), > So we can set up

Re: Update on the glibc segfault issue on Alpha

2023-01-03 Thread Adhemerval Zanella Netto
On 03/01/23 10:29, Florian Weimer wrote: > * Adhemerval Zanella Netto: > >> diff --git a/csu/libc-start.c b/csu/libc-start.c >> index 543560f36c..63a3eceaea 100644 >> --- a/csu/libc-start.c >> +++ b/csu/libc-start.c >> @@ -271,18 +271,10 @@ LIBC_START_MAIN (int (*main) (int, char **, char **

Re: Update on the glibc segfault issue on Alpha

2023-01-03 Thread Adhemerval Zanella Netto
On 02/01/23 14:37, John Paul Adrian Glaubitz wrote: > Hello! > > On 1/2/23 12:44, John Paul Adrian Glaubitz wrote: >> Adhemerval from glibc upstream is aware of the problem but he has not found >> yet a solution >> to this issue as it needs to be debugged further. I will try to bisect which

Re: Update on the glibc segfault issue on Alpha

2023-01-02 Thread John Paul Adrian Glaubitz
Hello! On 1/2/23 12:44, John Paul Adrian Glaubitz wrote: Adhemerval from glibc upstream is aware of the problem but he has not found yet a solution to this issue as it needs to be debugged further. I will try to bisect which particular introduced the regression and file a new upstream bug