emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs pretest 28.0.90 is out


From: Eli Zaretskii
Subject: Re: Emacs pretest 28.0.90 is out
Date: Mon, 06 Dec 2021 14:49:43 +0200

> From: Po Lu <luangruo@yahoo.com>
> Cc: emacs-devel@gnu.org
> Date: Mon, 06 Dec 2021 08:53:04 +0800
> 
> Thanks, here's an even more odd problem: make now segfaults with the
> following backtrace.
> 
> Exiting due to signal SIGSEGV
> General Protection Fault at eip=0002affd
> eax=00149c88 ebx=00000001 ecx=00000001 edx=6f746567 esi=00000006 edi=000000b2
> ebp=000d9818 esp=000d9810 program=c:\djgpp\bin\make.exe
> cs: sel=01ff  base=02bd0000  limit=0014ffff
> ds: sel=0207  base=02bd0000  limit=0014ffff
> es: sel=0207  base=02bd0000  limit=0014ffff
> fs: sel=01d7  base=0000ada0  limit=0000ffff
> gs: sel=0217  base=00000000  limit=0010ffff
> ss: sel=0207  base=02bd0000  limit=0014ffff
> App stack: [000daa50..0005aa50]  Exceptn stack: [0005a96c..00058a2c]
> 
> Call frame traceback EIPs:
>   0x0002affd
>   0x0002b584
>   0x00025913
>   0x00026816
>   0x0001a8eb
>   0x00009f92
>   0x0000afe3
>   0x0000b290
>   0x000058a7
>   0x00005d93
>   0x00005e5a
>   0x000056b8
>   0x00005c4d
>   0x0001cdbf
>   0x0001d266
>   0x0001d569
>   0x000159de
>   0x000343e4
> make: *** [Makefile:87: lib] Error -1
> 
> FWIW, I'm using Windows XP SP3 with Make 4.3 from djgpp.

I was using Make 4.1, you can find it here:

  http://www.delorie.com/pub/djgpp/deleted/v2gnu/mak41br2.zip

And if we are talking versions, then you may bump into problems with
latest GCC versions.  If so, try the versions I used:

  GCC 3.4.6
  Binutils 2.26
  GDB 7.2

> I will try to debug that, but if it's a known problem, please let me
> know.

It's hard to know if it's a known problem, but I never used that
version of Make in its DJGPP port.  Is the crash reproducible?  If so,
what recipe in lib/Makefile crashes it?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]