emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs - MinGW32 on W2K


From: Dhruva Krishnamurthy
Subject: Re: Emacs - MinGW32 on W2K
Date: Wed, 26 Feb 2003 15:24:24 +0530

On Tue, 25 Feb 2003 20:57:58 +0200, "Eli Zaretskii" <address@hidden>
said:
> > From: "Dhruva Krishnamurthy" <address@hidden>
> > 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 via email to

[Prev in Thread] Current Thread [Next in Thread]