GNU bug report logs - #18763
Emacs is segfaulting

Previous Next

Package: emacs;

Reported by: Noah Slater <nslater <at> tumbolia.org>

Date: Sat, 18 Oct 2014 12:56:01 UTC

Severity: normal

Tags: moreinfo

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

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 18763 in the body.
You can then email your comments to 18763 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-gnu-emacs <at> gnu.org:
bug#18763; Package emacs. (Sat, 18 Oct 2014 12:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Noah Slater <nslater <at> tumbolia.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 18 Oct 2014 12:56:02 GMT) Full text and rfc822 format available.

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

From: Noah Slater <nslater <at> tumbolia.org>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs is segfaulting
Date: Sat, 18 Oct 2014 14:55:02 +0200
[Message part 1 (text/plain, inline)]
Hello,

I use Emacs with Org mode a lot. And it's been segcrashing a lot recently.
It segfaults in a number of different ways. Seems non-deterministic to me.
(i.e. The same action upon startup can cause it to segfault or not segault,
seemingly at random.)

What information do you need to help with this? Is there some command I can
run that will produce the output you need to understand why it's
segfaulting?

I am running GNU Emacs 24.4.50.1 on Mac OS X.

Thanks,

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

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18763; Package emacs. (Sat, 18 Oct 2014 13:05:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Noah Slater <nslater <at> tumbolia.org>
Cc: 18763 <at> debbugs.gnu.org
Subject: Re: bug#18763: Emacs is segfaulting
Date: Sat, 18 Oct 2014 16:03:51 +0300
> Date: Sat, 18 Oct 2014 14:55:02 +0200
> From: Noah Slater <nslater <at> tumbolia.org>
> 
> I use Emacs with Org mode a lot. And it's been segcrashing a lot recently. It
> segfaults in a number of different ways. Seems non-deterministic to me. (i.e.
> The same action upon startup can cause it to segfault or not segault, seemingly
> at random.)
> 
> What information do you need to help with this? Is there some command I can run
> that will produce the output you need to understand why it's segfaulting?
> 
> I am running GNU Emacs 24.4.50.1 on Mac OS X.

That's an old version of the development trunk, please upgrade to the
latest trunk and see if the problem still exists.

If it does exist on the latest trunk, please report the details using
"M-x report-emacs-bug RET".

For crashes, it is best to run Emacs under GDB, and when it crashes,
type "thread apply all bt full" from the GDB prompt; then post the
results.

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18763; Package emacs. (Sat, 18 Oct 2014 13:08:01 GMT) Full text and rfc822 format available.

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

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Noah Slater <nslater <at> tumbolia.org>
Cc: 18763 <at> debbugs.gnu.org
Subject: Re: bug#18763: Emacs is segfaulting
Date: Sat, 18 Oct 2014 15:07:29 +0200
Hi.

Start Emacs in gdb and take a stacktrace when it crashes.

	Jan D.

18 okt 2014 kl. 14:55 skrev Noah Slater <nslater <at> tumbolia.org>:

> Hello,
> 
> I use Emacs with Org mode a lot. And it's been segcrashing a lot recently. It segfaults in a number of different ways. Seems non-deterministic to me. (i.e. The same action upon startup can cause it to segfault or not segault, seemingly at random.)
> 
> What information do you need to help with this? Is there some command I can run that will produce the output you need to understand why it's segfaulting?
> 
> I am running GNU Emacs 24.4.50.1 on Mac OS X.
> 
> Thanks,
> 
> Noah
> 





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18763; Package emacs. (Mon, 20 Oct 2014 14:41:01 GMT) Full text and rfc822 format available.

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

From: Noah Slater <nslater <at> tumbolia.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 18763 <at> debbugs.gnu.org
Subject: Re: bug#18763: Emacs is segfaulting
Date: Mon, 20 Oct 2014 16:40:22 +0200
[Message part 1 (text/plain, inline)]
Okay, I have upgraded. I'll report back if I see any more crashes. Thanks!

On 18 October 2014 15:03, Eli Zaretskii <eliz <at> gnu.org> wrote:

> > Date: Sat, 18 Oct 2014 14:55:02 +0200
> > From: Noah Slater <nslater <at> tumbolia.org>
> >
> > I use Emacs with Org mode a lot. And it's been segcrashing a lot
> recently. It
> > segfaults in a number of different ways. Seems non-deterministic to me.
> (i.e.
> > The same action upon startup can cause it to segfault or not segault,
> seemingly
> > at random.)
> >
> > What information do you need to help with this? Is there some command I
> can run
> > that will produce the output you need to understand why it's segfaulting?
> >
> > I am running GNU Emacs 24.4.50.1 on Mac OS X.
>
> That's an old version of the development trunk, please upgrade to the
> latest trunk and see if the problem still exists.
>
> If it does exist on the latest trunk, please report the details using
> "M-x report-emacs-bug RET".
>
> For crashes, it is best to run Emacs under GDB, and when it crashes,
> type "thread apply all bt full" from the GDB prompt; then post the
> results.
>
> Thanks.
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18763; Package emacs. (Sat, 26 Dec 2015 16:14:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Noah Slater <nslater <at> tumbolia.org>
Cc: 18763 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#18763: Emacs is segfaulting
Date: Sat, 26 Dec 2015 17:12:43 +0100
Noah Slater <nslater <at> tumbolia.org> writes:

> Okay, I have upgraded. I'll report back if I see any more crashes. Thanks!

Since no more reports were sent, I'm assuming this is fixed.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 18763 <at> debbugs.gnu.org and Noah Slater <nslater <at> tumbolia.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 26 Dec 2015 16:14:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Jan 2016 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 210 days ago.

Previous Next


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