all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: German Pacenza <germanp82@hotmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 59832@debbugs.gnu.org
Subject: bug#59832: 30.0.50; [TREESIT] Segfault in treesit_load_language
Date: Tue, 06 Dec 2022 12:01:39 -0300	[thread overview]
Message-ID: <DM5PR2201MB11614CC74DCD6FAD7478C26CA71B9@DM5PR2201MB1161.namprd22.prod.outlook.com> (raw)
In-Reply-To: <83cz8w7g05.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 06 Dec 2022 09:40:15 -0500")

Eli Zaretskii <eliz@gnu.org> writes:

>> From: German Pacenza <germanp82@hotmail.com>
>> Cc: 59832@debbugs.gnu.org
>> Date: Tue, 06 Dec 2022 10:06:24 -0300
>> 
>> (gdb) pp path_candidates
>> [Thread 0x7fffedffd6c0 (LWP 71789) exited]
>> nil
>
> It's nil??  What is the value of dynamic-library-suffixes in your Emacs?
> What does the below show inside "emacs -Q"?
>
>   M-: dynamic-library-suffixes RET
>

In emacs compiled with "--without-modules" (The one that crashes):

Debugger entered--Lisp error: (void-variable dynamic-library-suffixes)
  eval-expression(dynamic-library-suffixes nil nil 127)
  funcall-interactively(eval-expression dynamic-library-suffixes nil nil 127)
  command-execute(eval-expression)

Without "--without-modules" (Working version):
(".so" "")

> And what does the below produce from a shell prompt in the Emacs src
> directory:
>
>  $ grep DYNAMIC_LIB_ config.h
>

#define DYNAMIC_LIB_SECONDARY_SUFFIX ""
#define DYNAMIC_LIB_SUFFIX ".so"

-- 
German Pacenza





  reply	other threads:[~2022-12-06 15:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05  9:50 bug#59832: 30.0.50; [TREESIT] Segfault in treesit_load_language German Pacenza
2022-12-05 11:44 ` Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-05 12:49 ` Eli Zaretskii
2022-12-05 14:31   ` German Pacenza
2022-12-05 14:57     ` Eli Zaretskii
2022-12-05 15:06       ` German Pacenza
2022-12-05 15:42         ` Eli Zaretskii
2022-12-05 20:47           ` German Pacenza
2022-12-06 12:02             ` Eli Zaretskii
2022-12-06 13:06               ` German Pacenza
2022-12-06 14:39                 ` Eli Zaretskii
2022-12-06 15:01                   ` German Pacenza [this message]
2022-12-06 15:22                     ` Eli Zaretskii
2022-12-06 15:31                       ` German Pacenza
2022-12-06 15:43                         ` Eli Zaretskii
2022-12-06 21:12                           ` Yuan Fu

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=DM5PR2201MB11614CC74DCD6FAD7478C26CA71B9@DM5PR2201MB1161.namprd22.prod.outlook.com \
    --to=germanp82@hotmail.com \
    --cc=59832@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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.