From: Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Taha Aziz Ben Ali <ba.tahaaziz@gmail.com>, 74383@debbugs.gnu.org
Subject: bug#74383: 29.4; Emacs PGTK crashes on Void Linux
Date: Sun, 17 Nov 2024 08:12:39 +0800 [thread overview]
Message-ID: <87o72ehg5k.fsf@yahoo.com> (raw)
In-Reply-To: <86r07bf77f.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 16 Nov 2024 18:56:36 +0200")
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Taha Aziz Ben Ali <ba.tahaaziz@gmail.com>
>> Date: Sat, 16 Nov 2024 13:42:39 +0100
>>
>> I've been failing to get Emacs to launch under Sway on Void Linux, the
>> configuration I'm using was working fine on Arch Linux (using the same
>> Emacs version). Note that `emacs -Q' also segfaults, but `emacs -nw' is
>> able to launch emacs with all of my configuration without a single
>> warning.
>>
>> You can find the backtrace leading up to this error in this paste:
>>
>> https://paste.sr.ht/~grtcdr/c39dad4913262557228d1158680f52613b728c6a
>>
>> I tracked the issue down to a cairo_surface_create_similar_image() call
>> that results in the crash.
>>
>> Before the program crashes, a warning about the "xpm" image type not
>> being supported is shown which may be relevant:
>>
>> (emacs:8670): GdkPixbuf-WARNING **: 13:38:44.606: Error loading XPM
>> image loader: Image type “xpm” is not supported
>
> Do you have the XPM library installed and available to Emacs?
>
> Your build details indicate that Emacs was configured to be built with
> XPM:
>
>> Configured using:
>> 'configure --with-pgtk --prefix=/usr --sysconfdir=/etc
>> --sbindir=/usr/bin --bindir=/usr/bin --mandir=/usr/share/man
>> --infodir=/usr/share/info --localstatedir=/var
>> --host=x86_64-unknown-linux-musl --build=x86_64-unknown-linux-musl
>> '--libdir=${exec_prefix}/lib64' --with-file-notification=inotify
>> --with-modules --with-jpeg --with-tiff --with-gif --with-png
>> --with-webp --with-xpm --with-rsvg --without-imagemagick --with-xml2
> ^^^^^^^^^^
>> --with-gnutls --with-sound --with-m17n-flt --with-json --with-harfbuzz
>> --with-cairo --with-libgmp --with-sqlite3 --with-tree-sitter
>> --with-native-compilation=aot 'CFLAGS=-fno-PIE -mtune=generic -O2 -pipe
>> -g -ffile-prefix-map=/builddir/emacs-29.4=.' 'CPPFLAGS= '
>> 'LDFLAGS=-no-pie -Wl,--as-needed ''
>
> But the features actually available to Emacs don't include XPM:
>
>> Configured features:
>> ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON
>> LCMS2 LIBOTF LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG
>> RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER
>> WEBP XIM GTK3 ZLIB
>
> So I wonder how this happened.
>
> Did you build Emacs yourself, or was it installed from some distro?
The PGTK configuration always enables Emacs's built-in XPM library (in
image.c).
All the same, the OP's problem is that the gdk-pixbuf library invoked by
the toolkit to load tool-bar images no longer enables XPM support by
default, because, in their words, it was "not being used." Someone must
volunteer to enable loading tool-bar images with Emacs's image system
instead.
next prev parent reply other threads:[~2024-11-17 0:12 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-16 12:42 bug#74383: 29.4; Emacs PGTK crashes on Void Linux Taha Aziz Ben Ali
2024-11-16 16:56 ` Eli Zaretskii
2024-11-16 18:01 ` Taha Aziz Ben Ali
2024-11-16 18:42 ` Eli Zaretskii
2024-11-16 20:15 ` Taha Aziz Ben Ali
2024-11-16 20:54 ` Eli Zaretskii
2024-11-16 21:21 ` Taha Aziz Ben Ali
2024-11-17 0:12 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-11-17 6:06 ` Eli Zaretskii
2024-11-17 9:51 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-17 10:48 ` Björn Bidar via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-17 10:48 ` Björn Bidar via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-17 11:40 ` Taha Aziz Ben Ali
2024-11-17 12:04 ` Eli Zaretskii
2024-11-17 12:23 ` Taha Aziz Ben Ali
2024-11-17 12:48 ` Eli Zaretskii
2024-11-17 13:08 ` Taha Aziz Ben Ali
2024-11-17 13:15 ` Taha Aziz Ben Ali
2024-11-17 13:24 ` Eli Zaretskii
2024-11-17 13:47 ` Eli Zaretskii
2024-11-17 14:07 ` Taha Aziz Ben Ali
2024-11-17 17:34 ` Taha Aziz Ben Ali
2024-11-17 17:40 ` Eli Zaretskii
2024-11-30 10:00 ` Eli Zaretskii
2024-12-14 9:37 ` 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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o72ehg5k.fsf@yahoo.com \
--to=bug-gnu-emacs@gnu.org \
--cc=74383@debbugs.gnu.org \
--cc=ba.tahaaziz@gmail.com \
--cc=eliz@gnu.org \
--cc=luangruo@yahoo.com \
/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 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).