Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#41249 - [emacs-nox] 24.3-1 Segmentation fault with a certain file

Attached to Project: Community Packages
Opened by Yusuke Shinyama (euske) - Friday, 18 July 2014, 01:10 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Friday, 31 October 2014, 17:50 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Emacs crashes with a certain text file with UTF-8 strings.
This could be an upstream bug, but reporting here to confirm that this is not my configuration problem.

Additional info:
* An attached file.

Steps to reproduce:

09:29:26 arch~[499]$ exec env - HOME=$HOME TERM=vt100 PATH=/bin:/usr/bin sh
sh-4.3$ uname -a
Linux arch 3.15.5-1-ARCH #1 SMP PREEMPT Thu Jul 10 07:10:15 CEST 2014 i686 GNU/Linux
sh-4.3$ pacman -Qi emacs-nox
Name : emacs-nox
Version : 24.3-1
Description : The extensible, customizable, self-documenting real-time display editor,
without X11 support
Architecture : i686
URL : http://www.gnu.org/software/emacs/emacs.html
Licenses : GPL3
Groups : None
Provides : emacs
Depends On : dbus-core ncurses perl
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : emacs
Replaces : None
Installed Size : 91768.00 KiB
Packager : Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
Build Date : Sun Apr 21 02:24:43 2013
Install Date : Thu Apr 25 08:09:01 2013
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature
sh-4.3$ ldd /usr/bin/emacs
linux-gate.so.1 (0xb7752000)
librt.so.1 => /usr/lib/librt.so.1 (0xb7747000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb76f1000)
libncursesw.so.5 => /usr/lib/libncursesw.so.5 (0xb7692000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0xb7675000)
libm.so.6 => /usr/lib/libm.so.6 (0xb7628000)
libc.so.6 => /usr/lib/libc.so.6 (0xb7466000)
/lib/ld-linux.so.2 (0xb7753000)
sh-4.3$ emacs --version
GNU Emacs 24.3.1
Copyright (C) 2013 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
sh-4.3$ ls -l crash.txt
-rw-r--r-- 1 euske users 7707 Jul 18 09:24 crash.txt
sh-4.3$ emacs -Q crash.txt -f end-of-buffer









-=--:----F1 *scratch* All L1 (Fundamental) -------------------------
Fatal error 11: Segmentation fault
Backtrace:
emacs[0x80e2723]
emacs[0x80ca3a1]
emacs[0x80e1137]
emacs[0x80e12b6]
linux-gate.so.1(__kernel_sigreturn+0x0)[0xb770eb08]
emacs[0x80af690]
emacs[0x8187c01]
emacs[0x8108982]
emacs[0x8109b96]
emacs[0x80861f1]
emacs[0x8137f30]
emacs[0x816a74b]
emacs[0x8137aad]
emacs[0x8137d6a]
emacs[0x8134761]
emacs[0x8137f0f]
emacs[0x8139857]
emacs[0x8137ef4]
emacs[0x816a74b]
emacs[0x8137893]
emacs[0x8137d6a]
emacs[0x816a74b]
emacs[0x8137893]
emacs[0x8137d6a]
emacs[0x816a74b]
emacs[0x8137893]
emacs[0x8136fb7]
emacs[0x81372f8]
emacs[0x813a6c0]
emacs[0x80ca809]
emacs[0x813660e]
emacs[0x80ca7e5]
emacs[0x8136523]
emacs[0x80ce034]
emacs[0x80ce32d]
emacs[0x804d3f2]
/usr/lib/libc.so.6(__libc_start_main+0xde)[0xb7423e2e]
emacs[0x804e01d]
Segmentation fault
sh-4.3$ exit
This task depends upon

Closed by  Jaroslav Lichtblau (Dragonlord)
Friday, 31 October 2014, 17:50 GMT
Reason for closing:  No response
Additional comments about closing:  possibly fixed by the latest release
Comment by Doug Newgard (Scimmia) - Friday, 18 July 2014, 03:29 GMT
  • Field changed: Attached to Project (Arch Linux → Community Packages)
  • Field changed: Summary ([emacs] 24.3-1 Segmentation fault with a certain file → [emacs-nox] 24.3-1 Segmentation fault with a certain file)
  • Assignment removed
Sorry, just realized this was filed under the wrong package.
Comment by Jürgen Hötzel (juergen) - Thursday, 07 August 2014, 13:40 GMT
Cannot reproduce on my i686 setup. Could you provide a backtrace with debug info?
Comment by Jaroslav Lichtblau (Dragonlord) - Friday, 24 October 2014, 09:40 GMT
What about the latest v24.4?

Loading...