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

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

bug#68755: 29.2; Emacs crashes repeatedly after some steps


From: Eli Zaretskii
Subject: bug#68755: 29.2; Emacs crashes repeatedly after some steps
Date: Sat, 27 Jan 2024 13:25:04 +0200

> 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.





reply via email to

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