all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 7098@debbugs.gnu.org
Subject: bug#7098: Emacs24 crash with segmentation fault
Date: Sat, 25 Sep 2010 13:39:05 +0200	[thread overview]
Message-ID: <87mxr6qch2.fsf@tux.homenetwork> (raw)
In-Reply-To: <AANLkTim3u=piPSv0nAQdFFGjfFbJ+ZSoQC+SMY-2Wqr+@mail.gmail.com> (Juanma Barranquero's message of "Sat, 25 Sep 2010 13:13:40 +0200")

Juanma Barranquero <lekktu@gmail.com> writes:

> On Sat, Sep 25, 2010 at 11:35, Thierry Volpiatto
> <thierry.volpiatto@gmail.com> wrote:
>
>> What is optimized and non-optimized builds?
>
> Basically, building Emacs with optimization options for the compiler
> (typically -O2 for GCC) or not.
Ah! ok, i use -j3 in my make.conf according to gentoo recommendations
for my processor i686 Genuine Intel(R) CPU T2130 @ 1.86GHz GenuineIntel.

So from another build of emacs 

,----
|    commit 00bbf32677ebca75b47e89a7f0511da2257654d2
|    Commit: Juanma Barranquero <lekktu@gmail.com>
|    CommitDate: Tue Sep 21 14:49:59 2010 +0200
| 
|       src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
`----

i crash with again this error in alloc.c:

,----
| Program received signal SIGSEGV, Segmentation fault.
| 0x0817513d in mark_object (arg=142015006) at alloc.c:5487
| 5487          if (VECTOR_MARKED_P (XVECTOR (obj)))
`----

before it was

,----
| Program received signal SIGSEGV, Segmentation fault.
| 0x0817ddb5 in mark_object (arg=268415134) at alloc.c:5493
| 5493          if (XMISCANY (obj)->gcmarkbit)
`----

I can crash at everytime now using the same command that recurse
through a big tree and match regexp in file (like rgrep but all lisp).

This same command work fine in 23.2 (on same conditions of course).

But as i said in precedent posts, i can crash also doing simple things
e.g next-line in any buffer.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 





  reply	other threads:[~2010-09-25 11:39 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-24 17:53 bug#7098: Emacs24 crash with segmentation fault Thierry Volpiatto
2010-09-24 18:18 ` Eli Zaretskii
2010-09-24 19:14   ` Eli Zaretskii
2010-09-24 19:32     ` Thierry Volpiatto
2010-09-24 19:48       ` Eli Zaretskii
2010-09-27  8:54     ` Thierry Volpiatto
2010-09-27 10:53       ` Eli Zaretskii
2010-09-27 12:43         ` Thierry Volpiatto
2010-09-27 13:56           ` Eli Zaretskii
2010-09-27 14:06             ` Thierry Volpiatto
2010-09-27 15:43               ` Eli Zaretskii
2010-09-28  7:48                 ` Thierry Volpiatto
2010-09-24 19:23   ` Thierry Volpiatto
2010-09-24 19:36     ` Eli Zaretskii
2010-09-24 19:58       ` Thierry Volpiatto
2010-09-24 20:14         ` Eli Zaretskii
2010-09-25  7:40           ` Thierry Volpiatto
2010-09-25  8:10             ` Eli Zaretskii
2010-09-25  8:23               ` Thierry Volpiatto
2010-09-25  9:25                 ` Juanma Barranquero
2010-09-25  9:35                   ` Thierry Volpiatto
2010-09-25 11:13                     ` Juanma Barranquero
2010-09-25 11:39                       ` Thierry Volpiatto [this message]
2010-09-25 11:59                         ` Eli Zaretskii
2010-09-25 12:32                           ` Thierry Volpiatto
2010-09-25 21:26                           ` Thierry Volpiatto
2010-09-26  5:25                             ` Thierry Volpiatto
2010-09-25 12:01                         ` Juanma Barranquero
2010-09-25 12:45                           ` Thierry Volpiatto
2010-09-25 20:45                             ` Juanma Barranquero
2010-12-06 20:39 ` Chong Yidong
2010-12-06 21:15   ` Thierry Volpiatto
2010-12-09  7:25   ` Thierry Volpiatto
2010-12-15  1:50     ` Chong Yidong
2010-12-15  6:46       ` Thierry Volpiatto
2010-12-16  1:15         ` Chong Yidong
2010-12-16  8:03           ` Thierry Volpiatto
2010-12-16 17:35             ` Eli Zaretskii
2010-12-16 18:07               ` Thierry Volpiatto
2010-12-16 18:10                 ` Eli Zaretskii
2010-12-16 18:43                   ` Thierry Volpiatto
2010-12-16 19:25                     ` Eli Zaretskii
2010-12-16 19:36                       ` Thierry Volpiatto
2010-12-18  7:24                       ` Thierry Volpiatto
2010-12-18  9:16 ` Thierry Volpiatto
2010-12-18 10:08   ` Eli Zaretskii
2010-12-21 11:34     ` Thierry Volpiatto
2010-12-28 13:14     ` Thierry Volpiatto

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=87mxr6qch2.fsf@tux.homenetwork \
    --to=thierry.volpiatto@gmail.com \
    --cc=7098@debbugs.gnu.org \
    --cc=lekktu@gmail.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 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.