bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#55672: 29.0.50; Emacs crashes when calling start-process-shell-comma


From: Po Lu
Subject: bug#55672: 29.0.50; Emacs crashes when calling start-process-shell-command xdg-open with process-connection-type set to nil
Date: Fri, 27 May 2022 17:57:21 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Ihor Radchenko <yantar92@gmail.com> writes:

> However, I tried to play around with alternative ways to pass
> parameters. Using run -q -xrm '...' appears to work.

The problem is a process filter causing `x_clear_frame' to be called on
a frame whose GCs have not yet been realized.  That should actually be
impossible.

Can you evaluate the following lines in that gdb session, and show the
output?

  up 6
  p *f->output_data.x

Thanks.




reply via email to

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