all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Umar Ahmad <ahmad.umar2008@yahoo.in>
Cc: 50284@debbugs.gnu.org
Subject: bug#50284: 28.0.50; Emacs crashes occasionally on macOS BigSur
Date: Tue, 31 Aug 2021 14:59:49 +0300	[thread overview]
Message-ID: <83lf4hu8ne.fsf@gnu.org> (raw)
In-Reply-To: <CAFHo54dtNbAjUYi=weUzse-r-JMnZXpOx4vFOeb=E_mXGqnB_Q@mail.gmail.com> (bug-gnu-emacs@gnu.org)

> Date: Tue, 31 Aug 2021 01:08:17 +0530
> From:  Umar Ahmad via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> I haven't been able to reproduce this considering emacs crashes
> in maybe once a week or so but it usually happens while opening a file
> in a new project. I have lsp-mode enabled, so that can be a possible
> cause here, considering that is probably the only extra thing that
> initializes when opening the file in the new project.
> 
> I've installed Emacs through the brew formula hosted at
> https://github.com/d12frosted/homebrew-emacs-plus
> 
> The command used was:
> brew install emacs-plus@28 --with-xwidgets --with-native-comp

Thank you for your report.

> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
> 0   libsystem_kernel.dylib         0x00007fff203e192e __pthread_kill + 10
> 1   libsystem_pthread.dylib       0x00007fff204105bd pthread_kill + 263
> 2   libsystem_c.dylib             0x00007fff202f4bd5 raise + 26
> 3   org.gnu.Emacs                 0x000000010f646922 terminate_due_to_signal + 167
> 4   org.gnu.Emacs                 0x000000010f647021 emacs_abort + 15
> 5   org.gnu.Emacs                 0x000000010f612b5a ns_term_shutdown + 119
> 6   org.gnu.Emacs                 0x000000010f5267ce shut_down_emacs + 339
> 7   org.gnu.Emacs                 0x000000010f6468f0 terminate_due_to_signal + 117
> 8   org.gnu.Emacs                 0x000000010f54078c handle_fatal_signal + 14
> 9   org.gnu.Emacs                 0x000000010f5407fe deliver_thread_signal + 114
> 10  org.gnu.Emacs                 0x000000010f53f2aa deliver_fatal_thread_signal + 9
> 11  libsystem_platform.dylib       0x00007fff20455d7d _sigtramp + 29
> 12  ???                           0x0000000000001e99 0 + 7833
> 13  libsystem_c.dylib             0x00007fff20365406 abort + 125
> 14  org.gnu.Emacs                 0x000000010f56f396 re_match_2_internal + 17627

We need to know where in regex-emacs.c is the place shown in the last
line above.  Can you try establishing that?

> 15  org.gnu.Emacs                 0x000000010f56ac4e rpl_re_search_2 + 2634
> 16  org.gnu.Emacs                 0x000000010f56a1fe rpl_re_search + 37
> 17  org.gnu.Emacs                 0x000000010f563c00 string_match_1 + 406
> 18  org.gnu.Emacs                 0x000000010f598e0c funcall_subr + 292
> 19  org.gnu.Emacs                 0x000000010f5986a3 Ffuncall + 660
> 20  s-aaf786a9-6de971fe.eln       0x0000000169c69e50 F732d6d6174636865733f_s_matches_0 + 128

This indicates that you are using s.el, which makes tracking this bug
harder.

> 21  org.gnu.Emacs                 0x000000010f59919e funcall_lambda + 682
> 22  org.gnu.Emacs                 0x000000010f59919e funcall_lambda + 682
> 23  org.gnu.Emacs                 0x000000010f59919e funcall_lambda + 682
> <-- truncated - same line repeated 488 times -->
> 511 org.gnu.Emacs                 0x000000010f59919e funcall_lambda + 682

And this seems to indicate a possible infinite recursion in some Lisp
program you were running.

So I think we need to see the full Lisp backtrace when this happens,
or at least the Lisp code which runs.





  reply	other threads:[~2021-08-31 11:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAFHo54dtNbAjUYi=weUzse-r-JMnZXpOx4vFOeb=E_mXGqnB_Q.ref@mail.gmail.com>
2021-08-30 19:38 ` bug#50284: 28.0.50; Emacs crashes occasionally on macOS BigSur Umar Ahmad via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-08-31 11:59   ` Eli Zaretskii [this message]
2021-09-29 16:01     ` Lars Ingebrigtsen
2021-09-29 20:44       ` Umar Ahmad via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-09-30  9:17         ` Eli Zaretskii
2021-09-30 11:23           ` Umar Ahmad via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-09-30 11:43             ` Eli Zaretskii

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=83lf4hu8ne.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=50284@debbugs.gnu.org \
    --cc=ahmad.umar2008@yahoo.in \
    /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.