emacs-devel
[Top][All Lists]
Advanced

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

Re: Building Emacs from a new MinGW environment


From: Dani Moncayo
Subject: Re: Building Emacs from a new MinGW environment
Date: Wed, 18 Sep 2013 14:31:06 +0200

> I've just tried it and yes, I get the same 3 crashes
>   Makefile:252: recipe for target `ffap.elc' failed
>   Makefile:252: recipe for target `gnus/deuglify.elc' failed
>   Makefile:252: recipe for target `obsolete/xesam.elc' failed

I've been able to get a backtrace of the first crash (compiling "ffap.elc").

When the crash message popped up, I attached a gdb session to that
process (gdb --pid=XXX), and then ran "thread apply all bt", getting
the following backtrace:


Thread 3 (Thread 4284.0x1c40):
#0  0x77ce000d in ntdll!DbgBreakPoint () from C:\Windows\SysWOW64\ntdll.dll
#1  0x77d6f896 in ntdll!DbgUiRemoteBreakin ()
   from C:\Windows\SysWOW64\ntdll.dll
#2  0x1b60f584 in ?? ()
#3  0x00000000 in ?? ()

Thread 2 (Thread 4284.0x24c):
#0  0x77cf013d in ntdll!ZwWaitForMultipleObjects ()
   from C:\Windows\SysWOW64\ntdll.dll
#1  0x77cf013d in ntdll!ZwWaitForMultipleObjects ()
   from C:\Windows\SysWOW64\ntdll.dll
#2  0x77d22f51 in ntdll!RtlMoveMemory () from C:\Windows\SysWOW64\ntdll.dll
#3  0x00000001 in ?? ()
#4  0x00000001 in ?? ()
#5  0x00000000 in ?? ()

Thread 1 (Thread 4284.0x2754):
#0  0x77cf013d in ntdll!ZwWaitForMultipleObjects ()
   from C:\Windows\SysWOW64\ntdll.dll
#1  0x77cf013d in ntdll!ZwWaitForMultipleObjects ()
   from C:\Windows\SysWOW64\ntdll.dll
#2  0x75b815e9 in WaitForMultipleObjectsEx ()
   from C:\Windows\syswow64\KernelBase.dll
#3  0x00000002 in ?? ()
#4  0x0088e8cc in ?? ()
#5  0x75921a2c in WaitForMultipleObjectsEx ()
   from C:\Windows\syswow64\kernel32.dll
#6  0x75924220 in WaitForMultipleObjects ()
   from C:\Windows\syswow64\kernel32.dll
#7  0x759480c4 in KERNEL32!GetApplicationRecoveryCallback ()
   from C:\Windows\syswow64\kernel32.dll
#8  0x75947f83 in KERNEL32!GetApplicationRecoveryCallback ()
   from C:\Windows\syswow64\kernel32.dll
#9  0x75947878 in UnhandledExceptionFilter ()
   from C:\Windows\syswow64\kernel32.dll
#10 0x0088eaf8 in ?? ()
#11 0x759477f7 in UnhandledExceptionFilter ()
   from C:\Windows\syswow64\kernel32.dll
#12 0x0088eaf8 in ?? ()
#13 0x776b8f74 in msvcrt!abort () from C:\Windows\syswow64\msvcrt.dll
#14 0x6e956f62 in libgcc_s_dw2-1!__deregister_frame_info_bases ()
   from c:\mingw-emacs\bin\libgcc_s_dw2-1.dll
#15 0x03d5c428 in ?? ()
#16 0x7765c3e9 in msvcrt!isspace () from C:\Windows\syswow64\msvcrt.dll
#17 0x776636bb in msvcrt!exit () from C:\Windows\syswow64\msvcrt.dll
#18 0x010db6e3 in Fkill_emacs (arg=0) at c:/emacs/emacs.git/src/emacs.c:1899
#19 0x0116bd70 in Ffuncall (nargs=2, args=0x88ef4c)
    at c:/emacs/emacs.git/src/eval.c:2856
#20 0x011ac471 in exec_byte_code (bytestr=57861185, vector=61452157,
    maxdepth=40, args_template=1024, nargs=0, args=0x88f280)
    at c:/emacs/emacs.git/src/bytecode.c:905
#21 0x0116c552 in funcall_lambda (fun=61448165, nargs=0, arg_vector=0x88f280)
    at c:/emacs/emacs.git/src/eval.c:3024
#22 0x0116bfac in Ffuncall (nargs=1, args=0x88f27c)
    at c:/emacs/emacs.git/src/eval.c:2905
#23 0x011ac471 in exec_byte_code (bytestr=19538345, vector=19538365,
    maxdepth=88, args_template=1028, nargs=1, args=0x88f57c)
    at c:/emacs/emacs.git/src/bytecode.c:905
#24 0x0116c552 in funcall_lambda (fun=19538325, nargs=1, arg_vector=0x88f578)
    at c:/emacs/emacs.git/src/eval.c:3024
#25 0x0116bfac in Ffuncall (nargs=2, args=0x88f574)
    at c:/emacs/emacs.git/src/eval.c:2905
#26 0x011ac471 in exec_byte_code (bytestr=19525513, vector=19525533,
    maxdepth=68, args_template=0, nargs=0, args=0x88f89c)
    at c:/emacs/emacs.git/src/bytecode.c:905
#27 0x0116c552 in funcall_lambda (fun=19525493, nargs=0, arg_vector=0x88f89c)
    at c:/emacs/emacs.git/src/eval.c:3024
#28 0x0116bfac in Ffuncall (nargs=1, args=0x88f898)
    at c:/emacs/emacs.git/src/eval.c:2905
#29 0x011ac471 in exec_byte_code (bytestr=19523977, vector=19523997,
    maxdepth=32, args_template=0, nargs=0, args=0x88fb00)
    at c:/emacs/emacs.git/src/bytecode.c:905
#30 0x0116c552 in funcall_lambda (fun=19523957, nargs=0, arg_vector=0x88fb00)
    at c:/emacs/emacs.git/src/eval.c:3024
#31 0x0116c271 in apply_lambda (fun=19523957, args=57370650)
    at c:/emacs/emacs.git/src/eval.c:2965
#32 0x0116ac19 in eval_sub (form=59078214)
    at c:/emacs/emacs.git/src/eval.c:2271
#33 0x0116a239 in Feval (form=59078214, lexical=57370650)
    at c:/emacs/emacs.git/src/eval.c:2044
#34 0x010dd455 in top_level_2 () at c:/emacs/emacs.git/src/keyboard.c:1172
#35 0x01168bb8 in internal_condition_case (bfun=0x10dd438 <top_level_2>,
    handlers=57425114, hfun=0x10dcff4 <cmd_error>)
    at c:/emacs/emacs.git/src/eval.c:1339
#36 0x010dd489 in top_level_1 (ignore=57370650)
    at c:/emacs/emacs.git/src/keyboard.c:1180
#37 0x011684d2 in internal_catch (tag=57414994, func=0x10dd457 <top_level_1>,
    arg=57370650) at c:/emacs/emacs.git/src/eval.c:1113
#38 0x010dd3bb in command_loop () at c:/emacs/emacs.git/src/keyboard.c:1141
#39 0x010dcb91 in recursive_edit_1 () at c:/emacs/emacs.git/src/keyboard.c:781
#40 0x010dcd4d in Frecursive_edit () at c:/emacs/emacs.git/src/keyboard.c:845
#41 0x010db01b in main (argc=9, argv=0x3d51500)
    at c:/emacs/emacs.git/src/emacs.c:1570

-- 
Dani Moncayo



reply via email to

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