unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68755: 29.2; Emacs crashes repeatedly after some steps
@ 2024-01-27  9:08 Ľuboš Pinteš
  2024-01-27 11:25 ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Ľuboš Pinteš @ 2024-01-27  9:08 UTC (permalink / raw)
  To: 68755

From: lubos.pintes@gmail.com
Subject: 29.2; Emacs crashes repeatedly after some steps
--text follows this line--
1. I customized a little, my .emacs is below:
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  '(global-visual-line-mode t)
  '(line-number-mode nil)
  '(package-archives
    '(("gnu" . "https://elpa.gnu.org/packages/")
      ("nongnu" . "https://elpa.nongnu.org/nongnu/")
      ("melpa" . "https://melpa.org/packages/")))
  '(package-install-upgrade-built-in t)
  '(package-native-compile t)
  '(package-selected-packages
    '(hydra httprepl faceup go-translate bind-key eglot eldoc flymake 
jsonrpc org project soap-client use-package verilog-mode))
  '(package-version-column-width 0))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  )

2. M-x package-list-packages

3. Pressed U.

4. Pressed x. I needed to press it more times, it was not finished. As a
screenreader user, it seemed to me that Emacs is not responsive during
the installation process.
So I tried to interrupt speech by pressing some keys.

5. After installation of 11 packages I pressed q and exited Emacs.

6. Run Emacs again and press C-h f, gomoku

7. After this Emacs crashes.

8. If it matters I installed Emacs through scoop package manager.

In GNU Emacs 29.2 (build 2, x86_64-w64-mingw32) of 2024-01-18 built on
  AVALON
Windowing system distributor 'Microsoft Corp.', version 10.0.19045
System Description: Microsoft Windows 10 Pro (v10.0.2009.19045.3930)

Configured using:
  'configure --with-modules --without-dbus --with-native-compilation=aot
  --without-compress-install --with-tree-sitter --with-sqlite3
  CFLAGS=-O2'

Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XPM ZLIB

Important settings:
   value of $LANG: sk_SK.UTF-8
   locale-coding-system: cp1250

Major mode: Lisp Interaction

Minor modes in effect:
   tooltip-mode: t
   global-eldoc-mode: t
   eldoc-mode: t
   show-paren-mode: t
   electric-indent-mode: t
   mouse-wheel-mode: t
   tool-bar-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   global-visual-line-mode: t
   visual-line-mode: t
   indent-tabs-mode: t
   transient-mark-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util time-date mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils shortdoc text-property-search
gomoku thingatpt help-fns radix-tree cl-loaddefs comp comp-cstr warnings
icons subr-x rx cl-seq cl-macs gv cl-extra help-mode bytecomp
byte-compile cl-lib term/w32console rmc iso-transl tooltip cconv eldoc
paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode
mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars
term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode lisp-mode prog-mode register
page tab-bar menu-bar rfn-eshadow isearch easymenu timer select
scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors
frame minibuffer nadvice seq simple cl-generic indonesian philippine
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure
cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp
files window text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget keymap hashtable-print-readable backquote
threads w32notify w32 lcms2 multi-tty make-network-process
native-compile emacs)

Memory information:
((conses 16 89869 9421)
  (symbols 48 7415 0)
  (strings 32 22666 1824)
  (string-bytes 1 648361)
  (vectors 16 13293)
  (vector-slots 8 287532 15694)
  (floats 8 79 251)
  (intervals 56 283 0)
  (buffers 984 13))






^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27  9:08 bug#68755: 29.2; Emacs crashes repeatedly after some steps Ľuboš Pinteš
@ 2024-01-27 11:25 ` Eli Zaretskii
       [not found]   ` <b7b62209-3733-4868-8a0d-bf794ad8aac4@gmail.com>
  0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2024-01-27 11:25 UTC (permalink / raw)
  To: Ľuboš Pinteš; +Cc: 68755

> Date: Sat, 27 Jan 2024 10:08:11 +0100
> From: Ľuboš Pinteš
>  <lubos.pintes@gmail.com>
> 
> From: lubos.pintes@gmail.com
> Subject: 29.2; Emacs crashes repeatedly after some steps
> --text follows this line--
> 1. I customized a little, my .emacs is below:
> (custom-set-variables
>   ;; custom-set-variables was added by Custom.
>   ;; If you edit it by hand, you could mess it up, so be careful.
>   ;; Your init file should contain only one such instance.
>   ;; If there is more than one, they won't work right.
>   '(global-visual-line-mode t)
>   '(line-number-mode nil)
>   '(package-archives
>     '(("gnu" . "https://elpa.gnu.org/packages/")
>       ("nongnu" . "https://elpa.nongnu.org/nongnu/")
>       ("melpa" . "https://melpa.org/packages/")))
>   '(package-install-upgrade-built-in t)
>   '(package-native-compile t)
>   '(package-selected-packages
>     '(hydra httprepl faceup go-translate bind-key eglot eldoc flymake 
> jsonrpc org project soap-client use-package verilog-mode))
>   '(package-version-column-width 0))
> (custom-set-faces
>   ;; custom-set-faces was added by Custom.
>   ;; If you edit it by hand, you could mess it up, so be careful.
>   ;; Your init file should contain only one such instance.
>   ;; If there is more than one, they won't work right.
>   )
> 
> 2. M-x package-list-packages
> 
> 3. Pressed U.
> 
> 4. Pressed x. I needed to press it more times, it was not finished. As a
> screenreader user, it seemed to me that Emacs is not responsive during
> the installation process.
> So I tried to interrupt speech by pressing some keys.
> 
> 5. After installation of 11 packages I pressed q and exited Emacs.
> 
> 6. Run Emacs again and press C-h f, gomoku
> 
> 7. After this Emacs crashes.
> 
> 8. If it matters I installed Emacs through scoop package manager.

Thanks.  Please run Emacs under GDB, and when it crashes, produce a
backtrace from the crash ("thread apply all bt") and post the
backtrace here.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
       [not found]   ` <b7b62209-3733-4868-8a0d-bf794ad8aac4@gmail.com>
@ 2024-01-27 13:35     ` Eli Zaretskii
  2024-01-27 14:03       ` Ľuboš Pinteš
  0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2024-01-27 13:35 UTC (permalink / raw)
  To: Ľuboš Pinteš; +Cc: 68755

[Please use Reply All to reply, to keep the bug tracker CC'ed.]

> Date: Sat, 27 Jan 2024 14:08:40 +0100
> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
> 
> Hello,
> 
> It is very difficult. If I attach the debugger, whole system seems to be 
> very unresponsive, at least from screen reader's point of view.
> 
> Can you provide me more details about how to do it?

Yes:

  . start Emacs from a Command prompt window like this:

      gdb emacs

  . this will show the GDB prompt "(gdb)".  Type "run" (without the
    quotes) to run Emacs under GDB.

  . when Emacs starts up, do whatever you need to cause Emacs crash

  . when Emacs crashes, you will see the "(gdb)" prompt in the Command
    prompt window where you started Emacs under GDB.  Type at that
    prompt:

      thread apply all bt

  . GDB will show the backtrace; copy/paste it into your email reply
    to this message, and send your email rely

> If I don't bother with the debugger, and press "No" button in the 
> messagebox that pops up a "emacs_backtrace.txt" is generated.
> 
> Is that sufficient? If not then I need more information about capturing 
> the backtrace.

The file emacs_backtrace.txt can only be interpreted on your system,
since the program which converts the addresses to file names and
function names needs to read the emacs.exe file on your system.  So it
is much less useful for us than a backtrace generated by GDB.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27 13:35     ` Eli Zaretskii
@ 2024-01-27 14:03       ` Ľuboš Pinteš
  2024-01-27 14:37         ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Ľuboš Pinteš @ 2024-01-27 14:03 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 68755

Hmm this is interesting.

1. It only crashes when I run it under git-bash and the exact command 
line is "emacs -nw".


2. The command thread apply all bt seems to do nothing, only writes 
prompt "(gdb)"


3. It does not matter if I press "yes" or "no" in the message box that 
pops up.

So confused...


Dňa 27. 1. 2024 o 14:35 Eli Zaretskii napísal(a):
> [Please use Reply All to reply, to keep the bug tracker CC'ed.]
>
>> Date: Sat, 27 Jan 2024 14:08:40 +0100
>> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
>>
>> Hello,
>>
>> It is very difficult. If I attach the debugger, whole system seems to be
>> very unresponsive, at least from screen reader's point of view.
>>
>> Can you provide me more details about how to do it?
> Yes:
>
>    . start Emacs from a Command prompt window like this:
>
>        gdb emacs
>
>    . this will show the GDB prompt "(gdb)".  Type "run" (without the
>      quotes) to run Emacs under GDB.
>
>    . when Emacs starts up, do whatever you need to cause Emacs crash
>
>    . when Emacs crashes, you will see the "(gdb)" prompt in the Command
>      prompt window where you started Emacs under GDB.  Type at that
>      prompt:
>
>        thread apply all bt
>
>    . GDB will show the backtrace; copy/paste it into your email reply
>      to this message, and send your email rely
>
>> If I don't bother with the debugger, and press "No" button in the
>> messagebox that pops up a "emacs_backtrace.txt" is generated.
>>
>> Is that sufficient? If not then I need more information about capturing
>> the backtrace.
> The file emacs_backtrace.txt can only be interpreted on your system,
> since the program which converts the addresses to file names and
> function names needs to read the emacs.exe file on your system.  So it
> is much less useful for us than a backtrace generated by GDB.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27 14:03       ` Ľuboš Pinteš
@ 2024-01-27 14:37         ` Eli Zaretskii
  2024-01-27 15:00           ` Ľuboš Pinteš
  0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2024-01-27 14:37 UTC (permalink / raw)
  To: Ľuboš Pinteš; +Cc: 68755

> Date: Sat, 27 Jan 2024 15:03:38 +0100
> Cc: 68755@debbugs.gnu.org
> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
> 
> Hmm this is interesting.
> 
> 1. It only crashes when I run it under git-bash and the exact command 
> line is "emacs -nw".

Then you need to type "gdb emacs" from Git-bash prompt, and when you
see the "(gdb)" prompt, type "run -nw" to run Emacs.

> 2. The command thread apply all bt seems to do nothing, only writes 
> prompt "(gdb)"

Did you run Emacs as above, and did Emacs crash?

> 3. It does not matter if I press "yes" or "no" in the message box that 
> pops up.

You should press YES.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27 14:37         ` Eli Zaretskii
@ 2024-01-27 15:00           ` Ľuboš Pinteš
  2024-01-27 15:35             ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Ľuboš Pinteš @ 2024-01-27 15:00 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 68755

Hello,

Results are the same. I previously typed "gdb --args emacs -nw", but 
also tried "gdb emacs" and then "run -nw".

Emacs crashed, I pressed yes but "thread apply all bt" did not write 
anything.


Dňa 27. 1. 2024 o 15:37 Eli Zaretskii napísal(a):
>> Date: Sat, 27 Jan 2024 15:03:38 +0100
>> Cc: 68755@debbugs.gnu.org
>> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
>>
>> Hmm this is interesting.
>>
>> 1. It only crashes when I run it under git-bash and the exact command
>> line is "emacs -nw".
> Then you need to type "gdb emacs" from Git-bash prompt, and when you
> see the "(gdb)" prompt, type "run -nw" to run Emacs.
>
>> 2. The command thread apply all bt seems to do nothing, only writes
>> prompt "(gdb)"
> Did you run Emacs as above, and did Emacs crash?
>
>> 3. It does not matter if I press "yes" or "no" in the message box that
>> pops up.
> You should press YES.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27 15:00           ` Ľuboš Pinteš
@ 2024-01-27 15:35             ` Eli Zaretskii
  2024-01-27 15:42               ` Ľuboš Pinteš
  0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2024-01-27 15:35 UTC (permalink / raw)
  To: Ľuboš Pinteš; +Cc: 68755

> Date: Sat, 27 Jan 2024 16:00:56 +0100
> Cc: 68755@debbugs.gnu.org
> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
> 
> Results are the same. I previously typed "gdb --args emacs -nw", but 
> also tried "gdb emacs" and then "run -nw".
> 
> Emacs crashed, I pressed yes but "thread apply all bt" did not write 
> anything.

I don't understand how this could be, I'm guessing there are some
details you haven't described.

Please describe step by step everything you do, including what exactly
does "Emacs crashes" mean, and what you do after it crashes.

Thanks.

P.S. FWIW, invoking "emacs -nw" from Git-bash works just fine here
with Emacs 29.2 on Windows 11.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27 15:35             ` Eli Zaretskii
@ 2024-01-27 15:42               ` Ľuboš Pinteš
  2024-01-27 15:50                 ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Ľuboš Pinteš @ 2024-01-27 15:42 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 68755

Sorry I tried to be as precise as I can.

Did you use my .emacs and did you reproduce the steps exactly?

Perhaps I did not mention that I ran emacs with -nw parameters. It seems 
it does not crash when run as a GUI.

Other than that there is nothing moreI can tell about it.



Dňa 27. 1. 2024 o 16:35 Eli Zaretskii napísal(a):
>> Date: Sat, 27 Jan 2024 16:00:56 +0100
>> Cc: 68755@debbugs.gnu.org
>> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
>>
>> Results are the same. I previously typed "gdb --args emacs -nw", but
>> also tried "gdb emacs" and then "run -nw".
>>
>> Emacs crashed, I pressed yes but "thread apply all bt" did not write
>> anything.
> I don't understand how this could be, I'm guessing there are some
> details you haven't described.
>
> Please describe step by step everything you do, including what exactly
> does "Emacs crashes" mean, and what you do after it crashes.
>
> Thanks.
>
> P.S. FWIW, invoking "emacs -nw" from Git-bash works just fine here
> with Emacs 29.2 on Windows 11.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27 15:42               ` Ľuboš Pinteš
@ 2024-01-27 15:50                 ` Eli Zaretskii
  2024-01-27 17:16                   ` Ľuboš Pinteš
  0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2024-01-27 15:50 UTC (permalink / raw)
  To: Ľuboš Pinteš; +Cc: 68755

> Date: Sat, 27 Jan 2024 16:42:32 +0100
> Cc: 68755@debbugs.gnu.org
> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
> 
> Sorry I tried to be as precise as I can.
> 
> Did you use my .emacs and did you reproduce the steps exactly?

No, and I cannot do that: your configuration has too many packages
installed that I cannot introduce into my setup, sorry.

> Perhaps I did not mention that I ran emacs with -nw parameters. It seems 
> it does not crash when run as a GUI.

You did mention that.  "emacs -nw" doesn't crash here, either.

> Other than that there is nothing moreI can tell about it.

Please show everything that is displayed on the Git-bash terminal
after Emacs crashes.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27 15:50                 ` Eli Zaretskii
@ 2024-01-27 17:16                   ` Ľuboš Pinteš
  2024-01-27 18:40                     ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Ľuboš Pinteš @ 2024-01-27 17:16 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 68755

And what about to try the fresh Emacs, and set the home directory 
temporarily?

I did just that. I returned to Emacs after a long time I didn't use it, 
so I started from scratch.


I made just one mistake. I didn't notice that git-bash sets the HOME 
variable while cmd doesn't. So I accidentally tested with two different 
setups.


Dňa 27. 1. 2024 o 16:50 Eli Zaretskii napísal(a):
>> Date: Sat, 27 Jan 2024 16:42:32 +0100
>> Cc: 68755@debbugs.gnu.org
>> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
>>
>> Sorry I tried to be as precise as I can.
>>
>> Did you use my .emacs and did you reproduce the steps exactly?
> No, and I cannot do that: your configuration has too many packages
> installed that I cannot introduce into my setup, sorry.
>
>> Perhaps I did not mention that I ran emacs with -nw parameters. It seems
>> it does not crash when run as a GUI.
> You did mention that.  "emacs -nw" doesn't crash here, either.
>
>> Other than that there is nothing moreI can tell about it.
> Please show everything that is displayed on the Git-bash terminal
> after Emacs crashes.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27 17:16                   ` Ľuboš Pinteš
@ 2024-01-27 18:40                     ` Eli Zaretskii
  2024-01-28  8:23                       ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2024-01-27 18:40 UTC (permalink / raw)
  To: Ľuboš Pinteš; +Cc: 68755

> Date: Sat, 27 Jan 2024 18:16:22 +0100
> Cc: 68755@debbugs.gnu.org
> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
> 
> And what about to try the fresh Emacs, and set the home directory 
> temporarily?
> 
> I did just that. I returned to Emacs after a long time I didn't use it, 
> so I started from scratch.
> 
> 
> I made just one mistake. I didn't notice that git-bash sets the HOME 
> variable while cmd doesn't. So I accidentally tested with two different 
> setups.

OK, but please also answer my other question:

> > Please show everything that is displayed on the Git-bash terminal
> > after Emacs crashes.

Seeing what you see could give some ideas.

Thanks.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-27 18:40                     ` Eli Zaretskii
@ 2024-01-28  8:23                       ` Eli Zaretskii
  2024-01-28 17:46                         ` Ľuboš Pinteš
  0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2024-01-28  8:23 UTC (permalink / raw)
  To: lubos.pintes; +Cc: 68755

> Date: Sat, 27 Jan 2024 20:40:33 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 68755@debbugs.gnu.org
> 
> > I made just one mistake. I didn't notice that git-bash sets the HOME 
> > variable while cmd doesn't. So I accidentally tested with two different 
> > setups.
> 
> OK, but please also answer my other question:
> 
> > > Please show everything that is displayed on the Git-bash terminal
> > > after Emacs crashes.
> 
> Seeing what you see could give some ideas.

I may have stumbled on something similar today, and fixed it.  If you
can build your own Emacs after making a small change in the C sources,
I can tell you what to change, so you could see if the crashes go away
after the change.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-28  8:23                       ` Eli Zaretskii
@ 2024-01-28 17:46                         ` Ľuboš Pinteš
  2024-01-28 19:00                           ` Corwin Brust
  0 siblings, 1 reply; 16+ messages in thread
From: Ľuboš Pinteš @ 2024-01-28 17:46 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 68755

I hate building the software in general because it almost always fails 
and I am unable to find the bizarre errors I always receive. :)

Also this is the case, you can look:

https://pastebin.com/7uChgbQE


Dňa 28. 1. 2024 o 9:23 Eli Zaretskii napísal(a):
>> Date: Sat, 27 Jan 2024 20:40:33 +0200
>> From: Eli Zaretskii <eliz@gnu.org>
>> Cc: 68755@debbugs.gnu.org
>>
>>> I made just one mistake. I didn't notice that git-bash sets the HOME
>>> variable while cmd doesn't. So I accidentally tested with two different
>>> setups.
>> OK, but please also answer my other question:
>>
>>>> Please show everything that is displayed on the Git-bash terminal
>>>> after Emacs crashes.
>> Seeing what you see could give some ideas.
> I may have stumbled on something similar today, and fixed it.  If you
> can build your own Emacs after making a small change in the C sources,
> I can tell you what to change, so you could see if the crashes go away
> after the change.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-28 17:46                         ` Ľuboš Pinteš
@ 2024-01-28 19:00                           ` Corwin Brust
  2024-01-28 19:37                             ` Ľuboš Pinteš
  0 siblings, 1 reply; 16+ messages in thread
From: Corwin Brust @ 2024-01-28 19:00 UTC (permalink / raw)
  To: Ľuboš Pinteš; +Cc: 68755, Eli Zaretskii

Hi Ľuboš,

On Sun, Jan 28, 2024 at 11:46 AM Ľuboš Pinteš <lubos.pintes@gmail.com> wrote:
>
> I hate building the software in general because it almost always fails
> and I am unable to find the bizarre errors I always receive. :)
>

I have created a set of Windows binaries (executable self-installer
and unzip-and-run archive) that includes Eli's latest change.

https://corwin.bru.st/emacs-29/emacs-29-c22d0a/

Assuming you haven't already built Emacs from the emacs-29 branch for
yourself, could you try downloading and running one this version and
seeing if you can run in -nw without a crash using your config?

Thanks for reporting!





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-28 19:00                           ` Corwin Brust
@ 2024-01-28 19:37                             ` Ľuboš Pinteš
  2024-01-28 20:01                               ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Ľuboš Pinteš @ 2024-01-28 19:37 UTC (permalink / raw)
  To: Corwin Brust; +Cc: 68755, Eli Zaretskii

Hello,

It seems fixed.


Dňa 28. 1. 2024 o 20:00 Corwin Brust napísal(a):
> Hi Ľuboš,
>
> On Sun, Jan 28, 2024 at 11:46 AM Ľuboš Pinteš <lubos.pintes@gmail.com> wrote:
>> I hate building the software in general because it almost always fails
>> and I am unable to find the bizarre errors I always receive. :)
>>
> I have created a set of Windows binaries (executable self-installer
> and unzip-and-run archive) that includes Eli's latest change.
>
> https://corwin.bru.st/emacs-29/emacs-29-c22d0a/
>
> Assuming you haven't already built Emacs from the emacs-29 branch for
> yourself, could you try downloading and running one this version and
> seeing if you can run in -nw without a crash using your config?
>
> Thanks for reporting!





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#68755: 29.2; Emacs crashes repeatedly after some steps
  2024-01-28 19:37                             ` Ľuboš Pinteš
@ 2024-01-28 20:01                               ` Eli Zaretskii
  0 siblings, 0 replies; 16+ messages in thread
From: Eli Zaretskii @ 2024-01-28 20:01 UTC (permalink / raw)
  To: Ľuboš Pinteš; +Cc: 68755-done, corwin

> Date: Sun, 28 Jan 2024 20:37:26 +0100
> Cc: Eli Zaretskii <eliz@gnu.org>, 68755@debbugs.gnu.org
> From: Ľuboš Pinteš <lubos.pintes@gmail.com>
> 
> Hello,
> 
> It seems fixed.

Great, thanks for testing the fix.  So I'm closing this bug.





^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-01-28 20:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-27  9:08 bug#68755: 29.2; Emacs crashes repeatedly after some steps Ľuboš Pinteš
2024-01-27 11:25 ` Eli Zaretskii
     [not found]   ` <b7b62209-3733-4868-8a0d-bf794ad8aac4@gmail.com>
2024-01-27 13:35     ` Eli Zaretskii
2024-01-27 14:03       ` Ľuboš Pinteš
2024-01-27 14:37         ` Eli Zaretskii
2024-01-27 15:00           ` Ľuboš Pinteš
2024-01-27 15:35             ` Eli Zaretskii
2024-01-27 15:42               ` Ľuboš Pinteš
2024-01-27 15:50                 ` Eli Zaretskii
2024-01-27 17:16                   ` Ľuboš Pinteš
2024-01-27 18:40                     ` Eli Zaretskii
2024-01-28  8:23                       ` Eli Zaretskii
2024-01-28 17:46                         ` Ľuboš Pinteš
2024-01-28 19:00                           ` Corwin Brust
2024-01-28 19:37                             ` Ľuboš Pinteš
2024-01-28 20:01                               ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).