GNU bug report logs - #45758
emacs-guix segfault on searches with multiple package output results

Previous Next

Package: guix;

Reported by: Christopher Howard <christopher <at> librehacker.com>

Date: Sun, 10 Jan 2021 06:43:02 UTC

Severity: normal

Done: John Soo <jsoo1 <at> asu.edu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45758 in the body.
You can then email your comments to 45758 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#45758; Package guix. (Sun, 10 Jan 2021 06:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Howard <christopher <at> librehacker.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 10 Jan 2021 06:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Howard <christopher <at> librehacker.com>
To: Guix Bug Reports <bug-guix <at> gnu.org>
Subject: emacs-guix segfault on searches with multiple package output results
Date: Sat, 09 Jan 2021 21:42:31 -0900
To reproduce:
- Start emacs
- M-x guix, p, n, gcc-toolchain

Also works searching instead for "mesa", another search that would have
multiple package output results.

Emacs crashes with a segfault:

"""
christopher <at> nightshade ~$ emacs
Fatal error 11: Segmentation fault
Backtrace:
/home/christopher/.guix-profile/bin/emacs[0x50fe24]
/home/christopher/.guix-profile/bin/emacs[0x41f89c]
/home/christopher/.guix-profile/bin/emacs[0x50e65e]
/home/christopher/.guix-profile/bin/emacs[0x50e8b8]
/home/christopher/.guix-profile/bin/emacs[0x50e92c]
/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-
2.31/lib/libpthread.so.0(+0x13010)[0x7f92deb77010]
/home/christopher/.guix-profile/bin/emacs[0x5cfbe8]
/home/christopher/.guix-profile/bin/emacs[0x58282d]
/home/christopher/.guix-profile/bin/emacs[0x5d1c37]
/home/christopher/.guix-profile/bin/emacs[0x5d22e9]
/home/christopher/.guix-profile/bin/emacs[0x5d268e]
/home/christopher/.guix-profile/bin/emacs[0x44fb6c]
/home/christopher/.guix-profile/bin/emacs[0x4537b9]
/home/christopher/.guix-profile/bin/emacs[0x453fca]
/home/christopher/.guix-profile/bin/emacs[0x4560c1]
/home/christopher/.guix-profile/bin/emacs[0x456286]
/home/christopher/.guix-profile/bin/emacs[0x46ea04]
/home/christopher/.guix-profile/bin/emacs[0x47322b]
/home/christopher/.guix-profile/bin/emacs[0x56a726]
/home/christopher/.guix-profile/bin/emacs[0x43fe8c]
/home/christopher/.guix-profile/bin/emacs[0x460008]
/home/christopher/.guix-profile/bin/emacs[0x5019cb]
/home/christopher/.guix-profile/bin/emacs[0x5040ed]
/home/christopher/.guix-profile/bin/emacs[0x50571e]
/home/christopher/.guix-profile/bin/emacs[0x56a68e]
/home/christopher/.guix-profile/bin/emacs[0x4f76cc]
/home/christopher/.guix-profile/bin/emacs[0x56a5fd]
/home/christopher/.guix-profile/bin/emacs[0x4f7674]
/home/christopher/.guix-profile/bin/emacs[0x4fc596]
/home/christopher/.guix-profile/bin/emacs[0x4fc8a4]
/home/christopher/.guix-profile/bin/emacs[0x421725]
/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-
2.31/lib/libc.so.6(__libc_start_main+0xed)[0x7f92de8f4a6d]
/home/christopher/.guix-profile/bin/emacs[0x4222ca]
Segmentation fault
"""

System information:

"""
christopher <at> nightshade ~$ guix describe
Generation 37	Jan 04 2021 07:04:44	(current)
  guix 223d8fb
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 223d8fb4a0e31957c85ef42ef501c8ed038a7259
christopher <at> nightshade ~$ neofetch --stdout
christopher <at> nightshade 
---------------------- 
OS: Guix System 223d8fb4a0e31957c85ef42ef501c8ed038a7259 x86_64 
Host: GA-880GM-UD2H 
Kernel: 5.9.11-gnu 
Uptime: 5 days, 54 mins 
Packages: 104 (guix-system), 88 (guix-user) 
Shell: bash 5.0.16 
Resolution: 1920x1200 
DE: GNOME 3.34.2 
Theme: Adwaita [GTK2/3] 
Icons: Adwaita [GTK2/3] 
Terminal: kitty 
CPU: AMD Athlon II X3 455 (3) @ 3.300GHz 
GPU: NVIDIA GeForce 8400 GS Rev. 3 
Memory: 4669MiB / 7960MiB
"""                                                             


-- 
Christopher Howard
p: +1 (907) 374-0257 (no texting)
w: https://librehacker.com
social: https://gnusocial.club/librehacker
gpg: ADDEAADE5D607C8D (keys.gnupg.net)





Information forwarded to bug-guix <at> gnu.org:
bug#45758; Package guix. (Mon, 11 Jan 2021 09:29:02 GMT) Full text and rfc822 format available.

Message #8 received at 45758 <at> debbugs.gnu.org (full text, mbox):

From: André Alexandre Gomes <andremegafone <at> gmail.com>
To: 45758 <at> debbugs.gnu.org 
Date: Mon, 11 Jan 2021 12:28:21 +0300
I'm also facing this issue on GUI Emacs.  For instance, even when one does
(find-file "path/to/any/org/file").

If anyone wants to reproduce:

- emacs -Q
- Help -> Search Documentation -> Emacs Terminology

Fatal error 11: Segmentation fault
Backtrace:
/home/aadcg/.guix-profile/bin/emacs[0x50fe24]
/home/aadcg/.guix-profile/bin/emacs[0x41f89c]
/home/aadcg/.guix-profile/bin/emacs[0x50e65e]
/home/aadcg/.guix-profile/bin/emacs[0x50e8b8]
/home/aadcg/.guix-profile/bin/emacs[0x50e92c]
/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0(+0x13010)[0x7f5e9d86c010]
/home/aadcg/.guix-profile/bin/emacs[0x5cfbe8]
/home/aadcg/.guix-profile/bin/emacs[0x58282d]
/home/aadcg/.guix-profile/bin/emacs[0x582e09]
/home/aadcg/.guix-profile/bin/emacs[0x4c4a67]
/home/aadcg/.guix-profile/bin/emacs[0x4c58a0]
/home/aadcg/.guix-profile/bin/emacs[0x4c7bc0]
/home/aadcg/.guix-profile/bin/emacs[0x438cac]
/home/aadcg/.guix-profile/bin/emacs[0x44f0ae]
/home/aadcg/.guix-profile/bin/emacs[0x4498a8]
/home/aadcg/.guix-profile/bin/emacs[0x450b2d]
/home/aadcg/.guix-profile/bin/emacs[0x44f215]
/home/aadcg/.guix-profile/bin/emacs[0x456d38]
/home/aadcg/.guix-profile/bin/emacs[0x45c575]
/home/aadcg/.guix-profile/bin/emacs[0x46e30a]
/home/aadcg/.guix-profile/bin/emacs[0x47322b]
/home/aadcg/.guix-profile/bin/emacs[0x56a726]
/home/aadcg/.guix-profile/bin/emacs[0x43fe8c]
/home/aadcg/.guix-profile/bin/emacs[0x460008]
/home/aadcg/.guix-profile/bin/emacs[0x5019cb]
/home/aadcg/.guix-profile/bin/emacs[0x5040ed]
/home/aadcg/.guix-profile/bin/emacs[0x50571e]
/home/aadcg/.guix-profile/bin/emacs[0x56a68e]
/home/aadcg/.guix-profile/bin/emacs[0x4f76cc]
/home/aadcg/.guix-profile/bin/emacs[0x56a5fd]
/home/aadcg/.guix-profile/bin/emacs[0x4f7674]
/home/aadcg/.guix-profile/bin/emacs[0x4fc596]
/home/aadcg/.guix-profile/bin/emacs[0x4fc8a4]
/home/aadcg/.guix-profile/bin/emacs[0x421725]
/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6(__libc_start_main+0xed)[0x7f5e9d5e9a6d]
/home/aadcg/.guix-profile/bin/emacs[0x4222ca]
Segmentation fault



I assume that reverting back to an older glibc version should fix this issue...

-- 
André Alexandre Gomes
"Free Thought, Free World"




Information forwarded to bug-guix <at> gnu.org:
bug#45758; Package guix. (Mon, 11 Jan 2021 13:38:03 GMT) Full text and rfc822 format available.

Message #11 received at 45758 <at> debbugs.gnu.org (full text, mbox):

From: André Alexandre Gomes <andremegafone <at> gmail.com>
To: 45758 <at> debbugs.gnu.org
Date: Mon, 11 Jan 2021 16:37:41 +0300
Please ignore my previous email.  I had an issue with Emacs but I got it
fixed with the help of Ludovic on IRC.  All I needed was to run "fc-cache -rv".

I'm sorry that I got confused about a segmentation fault error triggered
by emacs-guix, and not emacs.

-- 
André Alexandre Gomes
"Free Thought, Free World"




Reply sent to John Soo <jsoo1 <at> asu.edu>:
You have taken responsibility. (Wed, 13 Jan 2021 13:48:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Howard <christopher <at> librehacker.com>:
bug acknowledged by developer. (Wed, 13 Jan 2021 13:48:02 GMT) Full text and rfc822 format available.

Message #16 received at 45758-done <at> debbugs.gnu.org (full text, mbox):

From: John Soo <jsoo1 <at> asu.edu>
To: 45758-Done <45758-done <at> debbugs.gnu.org>
Subject: Issue with emacs/fontconfig
Date: Wed, 13 Jan 2021 05:46:50 -0800
[Message part 1 (text/plain, inline)]
     
 

 
 
 
 This was closed after some debugging on irc
 
 
 

 
       
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 11 Feb 2021 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 75 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.