GNU bug report logs - #75292
31.0.50; igc: (file-error "Doing vfork" "Bad address")

Previous Next

Package: emacs;

Reported by: Ihor Radchenko <yantar92 <at> posteo.net>

Date: Thu, 2 Jan 2025 17:53:02 UTC

Severity: normal

Found in version 31.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #35 received at 75292 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ihor Radchenko <yantar92 <at> posteo.net>
Cc: 75292 <at> debbugs.gnu.org, eggert <at> cs.ucla.edu
Subject: Re: bug#75292: 31.0.50; igc: (file-error "Doing vfork" "Bad address")
Date: Thu, 02 Jan 2025 23:07:59 +0200
> From: Ihor Radchenko <yantar92 <at> posteo.net>
> Cc: eggert <at> cs.ucla.edu, 75292 <at> debbugs.gnu.org
> Date: Thu, 02 Jan 2025 20:45:57 +0000
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > I think you just need to recompile callproc.c and then relink.  Like
> > this:
> >
> >   $ cd src
> >   $ make callproc.o -W callproc.c MYCPPFLAGS='-DUSABLE_POSIX_SPAWN=0'
> >   $ cd .. && make
> 
> Done.
> I will run this version for a couple of days and see if the error
> re-surface.
> 
> [yantar92:~/Git/emacs] scratch/igc+* 1h3m1s 1 ± 
> > cd src
> [yantar92:~/Git/emacs/src] scratch/igc+* 2s ± 
> > make callproc.o -W callproc.c MYCPPFLAGS='-DUSABLE_POSIX_SPAWN=0'
>   GEN      globals.h
>   CC       callproc.o
> callproc.c:47:10: warning: "USABLE_POSIX_SPAWN" redefined
>    47 | # define USABLE_POSIX_SPAWN 1
>       |          ^~~~~~~~~~~~~~~~~~
> <command-line>: note: this is the location of the previous definition
> [yantar92:~/Git/emacs/src] scratch/igc+* 7s ± 

Ugh, then I guess you will need to modify the source, indeed, to
change

  # define USABLE_POSIX_SPAWN 1

to say

  # define USABLE_POSIX_SPAWN 0

Sorry.




This bug report was last modified 109 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.