unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Dhruva Krishnamurthy" <seagull@fastmail.fm>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: Emacs - MinGW32 on W2K
Date: Wed, 26 Feb 2003 15:24:24 +0530	[thread overview]
Message-ID: <20030226095424.6B8494E223@server2.fastmail.fm> (raw)
In-Reply-To: <7458-Tue25Feb2003205758+0200-eliz@elta.co.il>

On Tue, 25 Feb 2003 20:57:58 +0200, "Eli Zaretskii" <eliz@elta.co.il>
said:
> > From: "Dhruva Krishnamurthy" <seagull@fastmail.fm>
> > Date: Mon, 24 Feb 2003 21:17:20 +0530
> > 
> > A reproducible recepie for a crash:
> > - Launch emacs
> > - Load library "recentf" (load-library "recentf")
> > - Set the recentf mode (recentf-mode t)
> > - M-x recentf-open-files
> > CRASH (Emacs Abort Dialog: A fatal error has occured!)
> 
> Can you run Emacs under GDB and post here the C-level and Lisp-level
> backtraces at the point of the crash?

This is the backtrace I have:

Program received signal SIGTRAP, Trace/breakpoint trap.
0x77fa018d in ?? ()
(gdb) bt
#0  0x77fa018d in ?? ()
#1  0x0101f9b9 in funcall_lambda (fun=1099717760, nargs=12,
    arg_vector=0x82f3c4) at eval.c:2927
#2  0x0101f45d in Ffuncall (nargs=13, args=0x82f3c0) at eval.c:2797
#3  0x010f4a91 in Fbyte_code (bytestr=830611668, vector=1101934848,
    maxdepth=14) at bytecode.c:709
#4  0x0101f9b9 in funcall_lambda (fun=1099044736, nargs=1,
arg_vector=0x82f51c)
    at eval.c:2927
#5  0x0101f45d in Ffuncall (nargs=2, args=0x82f518) at eval.c:2797
#6  0x0101f18c in call1 (fn=293984980, arg1=1367078716) at eval.c:2532
#7  0x0106792f in mapcar1 (leni=10, vals=0x0, fn=293984980,
seq=1367078556)
    at fns.c:2900
#8  0x01067c0f in Fmapc (function=293984980, sequence=1367078556) at
fns.c:2975
#9  0x0101f5c6 in Ffuncall (nargs=3, args=0x82f650) at eval.c:2743
#10 0x010f4a91 in Fbyte_code (bytestr=830611540, vector=1099770624,
maxdepth=7)
    at bytecode.c:709
#11 0x0101f9b9 in funcall_lambda (fun=1099044576, nargs=0,
arg_vector=0x82f7b4)
    at eval.c:2927
#12 0x0101f45d in Ffuncall (nargs=1, args=0x82f7b0) at eval.c:2797
#13 0x0101f133 in apply1 (fn=291898684, arg=291212292) at eval.c:2492
#14 0x010f3d07 in Fcall_interactively (function=291898684,
    record_flag=291212340, keys=1096597504) at callint.c:395
#15 0x0101208b in Fcommand_execute (cmd=291898684, record_flag=291212340,
---Type <return> to continue, or q <return> to quit---
    keys=291212292, special=291212292) at keyboard.c:9615
#16 0x01012427 in Fexecute_extended_command (prefixarg=291212292)
    at keyboard.c:9726
#17 0x0101f5ac in Ffuncall (nargs=2, args=0x82fad0) at eval.c:2740
#18 0x010f31cf in Fcall_interactively (function=291284044,
    record_flag=291212292, keys=1096597504) at callint.c:846
#19 0x0101208b in Fcommand_execute (cmd=291284044, record_flag=291212292,
    keys=291212292, special=291212292) at keyboard.c:9615
#20 0x01006e75 in command_loop_1 () at keyboard.c:1753
#21 0x0101d4f7 in internal_condition_case (bfun=0x1006b50
<command_loop_1>,
    handlers=291334676, hfun=0x10065e0 <cmd_error>) at eval.c:1351
#22 0x010068fd in command_loop_2 () at keyboard.c:1290
#23 0x0101d03f in internal_catch (tag=291286980,
    func=0x10068d0 <command_loop_2>, arg=291212292) at eval.c:1112
#24 0x010068ac in command_loop () at keyboard.c:1269
#25 0x01006370 in recursive_edit_1 () at keyboard.c:985
#26 0x010064a6 in Frecursive_edit () at keyboard.c:1041
#27 0x01003127 in main (argc=2, argv=0x9f2ca8) at emacs.c:1659
#28 0x01001170 in __mingw_CRTStartup ()
#29 0x01001013 in mainCRTStartup ()
#30 0x77e97d08 in _libwinmm_a_iname ()
(gdb)

with regards,
dhruva
-- 
Dhruva Krishnamurthy
Home: http://www32.brinkster.com/schemer/

      reply	other threads:[~2003-02-26  9:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-24 15:47 Emacs - MinGW32 on W2K Dhruva Krishnamurthy
2003-02-24 16:03 ` other/9818 (Was: Re: Emacs - MinGW32 on W2K) Wolfgang Bangerth
2003-02-25 18:57 ` Emacs - MinGW32 on W2K Eli Zaretskii
2003-02-26  9:54   ` Dhruva Krishnamurthy [this message]

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=20030226095424.6B8494E223@server2.fastmail.fm \
    --to=seagull@fastmail.fm \
    --cc=emacs-devel@gnu.org \
    /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).