[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compilation failure
From: |
Eli Zaretskii |
Subject: |
Re: compilation failure |
Date: |
Wed, 30 Mar 2011 20:16:49 +0200 |
> From: Jim Meyering <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> Date: Wed, 30 Mar 2011 15:41:33 +0200
>
> > Can you use bisect to find the guilty commit?
>
> Finding a commit for which a perturbed "make bootstrap" succeeds
> was a challenge.
Thanks for your efforts.
> With that, I finally found a successful build at this git commit:
>
> commit 84655cfe88efb24c256302d016cd037d22544cca
> Author: Stefan Monnier <address@hidden>
> Date: Fri Nov 6 18:47:48 2009 +0000
>
> Let integers use up 2 tags to give them one extra bit and double their
> range.
> * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
> (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P): New
> macros.
> ...
>
> Maybe someone else will do the actual bisection:
>
> Bisecting: 4164 revisions left to test after this (roughly 12 steps)
>
> This is the command to run:
>
> env MALLOC_PERTURB_=44 MALLOC_CHECK_=3 make -j9 bootstrap
I hope someone else can reproduce the problem.
In any case, please report this to the bug tracker with all the
details, so it doesn't get forgotten.