all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: 75292@debbugs.gnu.org, eggert@cs.ucla.edu
Subject: bug#75292: 31.0.50; igc: (file-error "Doing vfork" "Bad address")
Date: Thu, 02 Jan 2025 23:07:59 +0200	[thread overview]
Message-ID: <86cyh4j55c.fsf@gnu.org> (raw)
In-Reply-To: <874j2h0wsa.fsf@localhost> (message from Ihor Radchenko on Thu, 02 Jan 2025 20:45:57 +0000)

> From: Ihor Radchenko <yantar92@posteo.net>
> Cc: eggert@cs.ucla.edu, 75292@debbugs.gnu.org
> Date: Thu, 02 Jan 2025 20:45:57 +0000
> 
> Eli Zaretskii <eliz@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.





  reply	other threads:[~2025-01-02 21:07 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-02 17:54 bug#75292: 31.0.50; igc: (file-error "Doing vfork" "Bad address") Ihor Radchenko
2025-01-02 18:37 ` Eli Zaretskii
2025-01-02 18:42   ` Ihor Radchenko
2025-01-02 19:29     ` Eli Zaretskii
2025-01-02 19:37       ` Ihor Radchenko
2025-01-02 20:22         ` Eli Zaretskii
2025-01-02 20:45           ` Ihor Radchenko
2025-01-02 21:07             ` Eli Zaretskii [this message]
2025-01-03 17:56               ` Ihor Radchenko
2025-01-03 19:33                 ` Eli Zaretskii
2025-01-04 14:12                   ` Ihor Radchenko
2025-01-04 14:20                     ` Eli Zaretskii
2025-01-07 17:40                       ` Ihor Radchenko
2025-01-07 17:50                         ` Eli Zaretskii
2025-01-07 18:44                           ` Ihor Radchenko
2025-01-07 19:28                             ` Eli Zaretskii
2025-01-03 20:21                 ` Eli Zaretskii
2025-01-04 14:13                   ` Ihor Radchenko
2025-01-04 14:22                     ` Eli Zaretskii
2025-01-04 15:21                       ` Ihor Radchenko
2025-01-02 19:41       ` Paul Eggert
2025-01-02 20:35         ` Eli Zaretskii
2025-01-02 20:45 ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors
2025-01-03 17:58   ` Ihor Radchenko
2025-01-03 18:24     ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors
2025-01-03 19:47       ` Eli Zaretskii
2025-01-03 19:51         ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors
2025-01-03 19:11     ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86cyh4j55c.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=75292@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    --cc=yantar92@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.