bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17753: Cygwin emacs-X11 core dump


From: Markus Hoenicka
Subject: bug#17753: Cygwin emacs-X11 core dump
Date: Mon, 20 Oct 2014 16:37:29 +0200
User-agent: Roundcube Webmail

At 2014-10-20 13:29 Ken Brown was heard to say:

I'm not aware of any reason that increasing the stack size should make
things worse.  But I don't understand these crashes anyway, so who
knows?  If you want to experiment, you can restore the previous stack
size with the command

  peflags -x0x400000 /usr/bin/emacs-X11.exe

(My builds for the x86_64 Cygwin distribution have been using a 4MB
stack size for over a year.)

Ken

I should have tried this first, but anyway: with a stack size of 1 MB there seems to be a reproducible way to crash emacs-X11.exe, although I can't tell if this is just an artifact unrelated to the problem that I reported initially. The segfault seems to be the same as previously reported, see the attached backtrace. Problem is, this is probably not a good testcase for reproducing this bug, as it may depend on the complexity of the planner project in question. Is it reasonable to think that publishing planner pages screws up the stack, but doesn't crash Emacs right away as long as the stack is large enough? I'll be happy to provide the planner project and all related .emacs entries if anyone wants to fiddle with them. However, I'll have to increase the stack size again over here in order to get some work done.

In a nutshell, this is apparently what it takes to reproduce the crash:

- install muse mode
- install planner mode
- create a planner project with quite a few pages (mine has approx. 2800 pages)
- run C-x C-p to publish the pages to xhtml

regards,
Markus


$ gdb /usr/bin/emacs-X11
GNU gdb (GDB) 7.8
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/emacs-X11...Reading symbols from /usr/lib/debug//usr/bin/emacs-X11.exe.dbg...done.
done.
(gdb) run
Starting program: /usr/bin/emacs-X11
[New Thread 4112.0x1448]
[New Thread 4112.0x1144]
[New Thread 4112.0x169c]
[New Thread 4112.0x163c]
[New Thread 4112.0xb7c]
[New Thread 4112.0xd4c]
[New Thread 4112.0x1424]
[New Thread 4112.0x1778]
[New Thread 4112.0x10a8]
[New Thread 4112.0x14bc]
[New Thread 4112.0x1084]

Program received signal SIGSEGV, Segmentation fault.
___chkstk_ms () at /usr/src/debug/gcc-4.8.3-3/libgcc/config/i386/cygwin.S:146 146 /usr/src/debug/gcc-4.8.3-3/libgcc/config/i386/cygwin.S: No such file or directory.
(gdb) info threads
  Id   Target Id         Frame
11 Thread 4112.0x1084 0x00000000774b2bba in ntdll!ZwWaitForWorkViaWorkerFactory () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll 10 Thread 4112.0x14bc 0x00000000774b2bba in ntdll!ZwWaitForWorkViaWorkerFactory () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll 9 Thread 4112.0x10a8 0x00000000774b12fa in ntdll!ZwWaitForSingleObject ()
   from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
8 Thread 4112.0x1778 0x00000000774b12fa in ntdll!ZwWaitForSingleObject ()
   from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
7 Thread 4112.0x1424 0x00000000774b134a in ntdll!ZwRemoveIoCompletion ()
   from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
  6    Thread 4112.0xd4c 0x00000000774b15fa in ntdll!ZwDelayExecution ()
   from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
5 Thread 4112.0xb7c 0x00000000774b12fa in ntdll!ZwWaitForSingleObject ()
   from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
4 Thread 4112.0x163c 0x00000000774b186a in ntdll!ZwWaitForMultipleObjects
    () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
3 Thread 4112.0x169c 0x00000000774b186a in ntdll!ZwWaitForMultipleObjects
    () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
  2    Thread 4112.0x1144 0x00000000774b131a in ntdll!ZwReadFile ()
   from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
* 1    Thread 4112.0x1448 ___chkstk_ms ()
    at /usr/src/debug/gcc-4.8.3-3/libgcc/config/i386/cygwin.S:146
(gdb) thread apply all bt

Thread 11 (Thread 4112.0x1084):
#0  0x00000000774b2bba in ntdll!ZwWaitForWorkViaWorkerFactory ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1  0x000000007747fe3b in ntdll!RtlValidateHeap ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#2 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) (this=0x0, func=0x0, arg=0x372e70, buf=buf@entry=0x2b4cd50)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:100
#3 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) (func=<optimized out>, arg=<optimized out>)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:30
#4  0x00000000772559ed in KERNEL32!BaseThreadInitThunk ()
    at /cygdrive/c/WINDOWS/system32/kernel32.dll
#5  0x000000007748c541 in ntdll!RtlUserThreadStart ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#6  0x0000000000000000 in  ()

Thread 10 (Thread 4112.0x14bc):
#0  0x00000000774b2bba in ntdll!ZwWaitForWorkViaWorkerFactory ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1  0x000000007747fe3b in ntdll!RtlValidateHeap ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#2 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) (this=0x0, func=0x0, arg=0x372e70, buf=buf@entry=0x2a4cd50)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:100
#3 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) (func=<optimized out>, arg=<optimized out>)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:30
#4  0x00000000772559ed in KERNEL32!BaseThreadInitThunk ()
    at /cygdrive/c/WINDOWS/system32/kernel32.dll
#5  0x000000007748c541 in ntdll!RtlUserThreadStart ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#6  0x0000000000000000 in  ()

Thread 9 (Thread 4112.0x10a8):
#0  0x00000000774b12fa in ntdll!ZwWaitForSingleObject ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1  0x000007fefd6210dc in WaitForSingleObjectEx ()
    at /cygdrive/c/WINDOWS/system32/KERNELBASE.dll
#2 0x0000000180045561 in cygthread::stub(void*) (arg=arg@entry=0x1801d0500 <threads+352>) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygthread.cc:114 #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) (this=0x294ce00, func= 0x1800454d0 <cygthread::stub(void*)>, arg=0x1801d0500 <threads+352>, buf=buf@entry=0x294cd50) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:100 #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) (func=<optimized out>, arg=<optimized out>)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:30
#5  0x00000000772559ed in KERNEL32!BaseThreadInitThunk ()
    at /cygdrive/c/WINDOWS/system32/kernel32.dll
#6  0x000000007748c541 in ntdll!RtlUserThreadStart ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#7  0x0000000000000000 in  ()

Thread 8 (Thread 4112.0x1778):
#0  0x00000000774b12fa in ntdll!ZwWaitForSingleObject ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1  0x000007fefd6210dc in WaitForSingleObjectEx ()
    at /cygdrive/c/WINDOWS/system32/KERNELBASE.dll
#2 0x0000000180045561 in cygthread::stub(void*) (arg=arg@entry=0x1801d04a8 <threads+264>) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygthread.cc:114 #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) (this=0x284ce00, func= 0x1800454d0 <cygthread::stub(void*)>, arg=0x1801d04a8 <threads+264>, buf=buf@entry=0x284cd50) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:100 #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) (func=<optimized out>, arg=<optimized out>)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:30
#5  0x00000000772559ed in KERNEL32!BaseThreadInitThunk ()
    at /cygdrive/c/WINDOWS/system32/kernel32.dll
#6  0x000000007748c541 in ntdll!RtlUserThreadStart ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#7  0x0000000000000000 in  ()

Thread 7 (Thread 4112.0x1424):
#0  0x00000000774b134a in ntdll!ZwRemoveIoCompletion ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1 0x000007fefcb75971 in () at /cygdrive/c/WINDOWS/System32/mswsock.dll
#2  0x0000000000000000 in  ()

Thread 6 (Thread 4112.0xd4c):
#0  0x00000000774b15fa in ntdll!ZwDelayExecution ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1  0x000007fefd621203 in SleepEx ()
    at /cygdrive/c/WINDOWS/system32/KERNELBASE.dll
#2  0x000000018010d970 in thread_pipe(void*) (arg=0x60005df10)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/select.cc:690
#3 0x0000000180044fc5 in cygthread::callfunc(bool) (this=this@entry=0x1801d03f8 <threads+88>, issimplestub=issimplestub@entry=false)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygthread.cc:51
#4 0x000000018004552a in cygthread::stub(void*) (arg=arg@entry=0x1801d03f8 <thr eads+88>) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygthread.cc:93 #5 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) (this=0x241ce00, func= 0x1800454d0 <cygthread::stub(void*)>, arg=0x1801d03f8 <threads+88>, buf=buf@entry=0x241cd50) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:100 #6 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) (func=<optimized out>, arg=<optimized out>)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:30
#7  0x00000000772559ed in KERNEL32!BaseThreadInitThunk ()
    at /cygdrive/c/WINDOWS/system32/kernel32.dll
#8  0x000000007748c541 in ntdll!RtlUserThreadStart ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#9  0x0000000000000000 in  ()

Thread 5 (Thread 4112.0xb7c):
#0  0x00000000774b12fa in ntdll!ZwWaitForSingleObject ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1  0x000007fefd6210dc in WaitForSingleObjectEx ()
    at /cygdrive/c/WINDOWS/system32/KERNELBASE.dll
#2  0x000000018013db94 in timer_thread(void*) (x=0x264a9d8)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/timer.cc:145
#3 0x0000000180044fc5 in cygthread::callfunc(bool) (this=this@entry=0x1801d0450 <threads+176>, issimplestub=issimplestub@entry=false)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygthread.cc:51
#4 0x000000018004552a in cygthread::stub(void*) (arg=arg@entry=0x1801d0450 <threads+176>) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygthread.cc:93 #5 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) (this=0x264ce00, func= 0x1800454d0 <cygthread::stub(void*)>, arg=0x1801d0450 <threads+176>, buf=buf@entry=0x264cd50) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:100 #6 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) (func=<optimized out>, arg=<optimized out>)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:30
#7  0x00000000772559ed in KERNEL32!BaseThreadInitThunk ()
    at /cygdrive/c/WINDOWS/system32/kernel32.dll
#8  0x000000007748c541 in ntdll!RtlUserThreadStart ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#9  0x0000000000000000 in  ()

Thread 4 (Thread 4112.0x163c):
#0  0x00000000774b186a in ntdll!ZwWaitForMultipleObjects ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1  0x000007fefd621430 in KERNELBASE!GetCurrentProcess ()
    at /cygdrive/c/WINDOWS/system32/KERNELBASE.dll
#2  0x0000000000000000 in  ()

Thread 3 (Thread 4112.0x169c):
#0  0x00000000774b186a in ntdll!ZwWaitForMultipleObjects ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1  0x000000007747b037 in ntdll!TpIsTimerSet ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#2  0x00000000772559ed in KERNEL32!BaseThreadInitThunk ()
    at /cygdrive/c/WINDOWS/system32/kernel32.dll
#3  0x000000007748c541 in ntdll!RtlUserThreadStart ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#4  0x0000000000000000 in  ()

Thread 2 (Thread 4112.0x1144):
#0  0x00000000774b131a in ntdll!ZwReadFile ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#1  0x000007fefd621a7a in ReadFile ()
    at /cygdrive/c/WINDOWS/system32/KERNELBASE.dll
#2  0x0000000077250a19 in ReadFile ()
    at /cygdrive/c/WINDOWS/system32/kernel32.dll
#3  0x00000001801197c2 in wait_sig(void*) ()
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/sigproc.cc:1239
#4 0x0000000180044fc5 in cygthread::callfunc(bool) (this=this@entry=0x1801d03a0 <threads>, issimplestub=issimplestub@entry=false)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygthread.cc:51
#5 0x000000018004552a in cygthread::stub(void*) (arg=arg@entry=0x1801d03a0 <threads>) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygthread.cc:93 #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) (this=0x1c6ce00, func= 0x1800454d0 <cygthread::stub(void*)>, arg=0x1801d03a0 <threads>, buf=buf@entry=0x1c6cd50) at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:100 #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) (func=<optimized out>, arg=<optimized out>)
    at /usr/src/debug/cygwin-1.7.32-1/winsup/cygwin/cygtls.cc:30
#8  0x00000000772559ed in KERNEL32!BaseThreadInitThunk ()
    at /cygdrive/c/WINDOWS/system32/kernel32.dll
#9  0x000000007748c541 in ntdll!RtlUserThreadStart ()
    at /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
#10 0x0000000000000000 in  ()

Thread 1 (Thread 4112.0x1448):
#0  0x00000001005c2906 in ___chkstk_ms ()
    at /usr/src/debug/gcc-4.8.3-3/libgcc/config/i386/cygwin.S:146
#1 0x00000001005191da in re_match_2_internal (bufp=bufp@entry=0x100931340 <searchbufs+1472>, string1=0x100947032 <bss_sbrk_buffer+45010> "", string1@entry=0x6fffed00028 "<ul>\n<li>[[20080604Schmid]]</li>\n<li>[[20080606Puehler]]</li>\n<li>[[20080606Schrammel]]</li>\n<li>[[20080611VS4d]]</li>\n<li>[[20080612VS4d]]</li>\n<li>[[20080613LaborSeminar]]</li>\n<li>[[20080616Meeting"..., size1=1211788, size1@entry=37410, string2=0x0, string2@entry=0x6fffed09547 "\n\n\n2016.06 | [[2016.06.01][.01 ]]\n2015.08 | [[2015.08.31][.31 ]] [[2015.08.18][.18 ]]\n2015.02 | [[2015.02.11][.11 ]] [[2015.02.08][.08 ]] [[2015.02.01][.01 ]]\n2015.01 | [[2015.01.30][.30 ]] [[2015.01."..., size2=71758, size2@entry=34348, pos=<optimized out>,
    pos@entry=37412, regs=<optimized out>,
    regs@entry=0x100930d60 <search_regs>, stop=<optimized out>,
    stop@entry=71758) at /usr/src/debug/emacs-24.3.93-3/src/regex.c:5802
#2 0x000000010051edf1 in re_search_2 (bufp=bufp@entry=0x100516777 <search_command+343>, str1=0x6fffed00028 "<ul>\n<li>[[20080604Schmid]]</li>\n<li>[[20080606Puehler]]</li>\n<li>[[20080606Schrammel]]</li>\n<li>[[20080611VS4d]]</li>\n<li>[[20080612VS4d]]</li>\n<li>[[20080613LaborSeminar]]</li>\n<li>[[20080616Meeting"..., str1@entry=0x600ed3d60 "E \003\006", size1=37410, size1@entry=25785351525, str2=0x6fffed09547 "\n\n\n2016.06 | [[2016.06.01][.01 ]]\n2015.08 | [[2015.08.31][.31 ]] [[2015.08.18][.18 ]]\n2015.02 | [[2015.02.11][.11 ]] [[2015.02.08][.08 ]] [[2015.02.01][.01 ]]\n2015.01 | [[2015.01.30][.30 ]] [[2015.01."..., str2@entry=0x0, size2=34348,
    size2@entry=4304695394, startpos=37412,
startpos@entry=0, range=34346, regs=0x100930d60 <search_regs>, stop=71758)
    at /usr/src/debug/emacs-24.3.93-3/src/regex.c:4441
#3 0x00000001005156ab in search_buffer (string=string@entry=25778427505, pos=<optimized out>, pos_byte=<optimized out>, lim=lim@entry=71759, lim_byte=lim_byte@entry=71759, n=n@entry=1, RE=RE@entry=1, trt=4304695346, inverse_trt=4304695346, posix=posix@entry=false) at /usr/src/debug/emacs-24.3.93-3/src/search.c:1268 #4 0x0000000100516777 in search_command (string=25778427505, bound=<optimized out>, noerror=4304695394, count=<optimized out>, direction=direction@entry=1, RE=RE@entry=1, posix=posix@entry=false)
    at /usr/src/debug/emacs-24.3.93-3/src/search.c:1061
#5 0x0000000100516981 in Fre_search_forward (regexp=<optimized out>, bound=<optimized out>, noerror=<optimized out>, count=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/search.c:2243
#6 0x0000000100540f16 in Ffuncall (nargs=<optimized out>, args=<optimized out>) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2826 #7 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1212640, args=0x4)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#8 0x00000001005409b3 in funcall_lambda (fun=25778262613, nargs=nargs@entry=2, arg_vector=arg_vector@entry=0x128350)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#9  0x0000000100540d4b in Ffuncall (nargs=3, args=0x128348)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#10 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1213248, args=0x3)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#11 0x00000001005409b3 in funcall_lambda (fun=25778263301, nargs=nargs@entry=2, arg_vector=arg_vector@entry=0x1285b0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#12 0x0000000100540d4b in Ffuncall (nargs=3, args=0x1285a8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#13 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1213856, args=0x3)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#14 0x00000001005409b3 in funcall_lambda (fun=25778638989, nargs=nargs@entry=3, arg_vector=arg_vector@entry=0x1287e8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#15 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=4, args=args@entry=0x1287e0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#16 0x00000001005421f0 in Fapply (nargs=<optimized out>, args=0x128940)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2354
#17 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796 #18 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1214768, args=0x3)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#19 0x00000001005409b3 in funcall_lambda (fun=25778285109, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x128b90)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#20 0x0000000100540d4b in Ffuncall (nargs=1, args=0x128b88)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#21 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1215360, args=0x1)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#22 0x00000001005409b3 in funcall_lambda (fun=25778262613, nargs=nargs@entry=2, arg_vector=arg_vector@entry=0x128df0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#23 0x0000000100540d4b in Ffuncall (nargs=3, args=0x128de8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#24 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1215968, args=0x3)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#25 0x00000001005409b3 in funcall_lambda (fun=25778263301, nargs=nargs@entry=4, arg_vector=arg_vector@entry=0x129050)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#26 0x0000000100540d4b in Ffuncall (nargs=5, args=0x129048)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#27 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1216576, args=0x5)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#28 0x00000001005409b3 in funcall_lambda (fun=25778263645, nargs=nargs@entry=2, arg_vector=arg_vector@entry=0x1292d0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#29 0x0000000100540d4b in Ffuncall (nargs=3, args=0x1292c8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#30 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1217216, args=0x3)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#31 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#32 0x00000001005403e1 in eval_sub (form=form@entry=1)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#33 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#34 0x0000000100575d6b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1217976, args=0x8f)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#35 0x00000001005409b3 in funcall_lambda (fun=25778283333, nargs=nargs@entry=4, arg_vector=arg_vector@entry=0x129820)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#36 0x0000000100540d4b in Ffuncall (nargs=5, args=0x129818)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#37 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1218576, args=0x5)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#38 0x00000001005409b3 in funcall_lambda (fun=25778637213, nargs=nargs@entry=4, arg_vector=arg_vector@entry=0x129a60)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#39 0x0000000100540d4b in Ffuncall (nargs=5, args=0x129a58)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#40 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1219152, args=0x5)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#41 0x00000001005409b3 in funcall_lambda (fun=4308463549, nargs=nargs@entry=3, arg_vector=arg_vector@entry=0x129cb0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#42 0x0000000100540d4b in Ffuncall (nargs=4, args=0x129ca8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#43 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1219744, args=0x4)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#44 0x00000001005409b3 in funcall_lambda (fun=4308467029, nargs=nargs@entry=3, arg_vector=arg_vector@entry=0x129ef0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#45 0x0000000100540d4b in Ffuncall (nargs=4, args=0x129ee8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#46 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4304695346, nargs=1220328, args=0x4)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#47 0x00000001005409b3 in funcall_lambda (fun=4308467293, nargs=nargs@entry=2, arg_vector=arg_vector@entry=0x12a128)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#48 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=3, args=args@entry=0x12a120) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876 #49 0x00000001005421f0 in Fapply (nargs=nargs@entry=2, args=args@entry=0x12a1e0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2354
#50 0x00000001005423f3 in apply1 (fn=25778330498,
    fn@entry=1, arg=arg@entry=25785408454)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2588
#51 0x000000010053cde7 in Fcall_interactively (function=1, record_flag=1221352, keys=0) at /usr/src/debug/emacs-24.3.93-3/src/callint.c:378 #52 0x0000000100540f2a in Ffuncall (nargs=<optimized out>, args=<optimized out>) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2822 #53 0x000000010057503b in exec_byte_code (bytestr=79680, vector=276816, maxdepth=79656, args_template=4100, nargs=1221640, args=0x4)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#54 0x0000000100540a48 in funcall_lambda (fun=4301989645, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x12a678)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#55 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x12a670) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876 #56 0x000000010054109d in call1 (fn=<optimized out>, arg1=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#57 0x00000001004def7e in command_loop_1 ()
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:1559
#58 0x000000010053f37d in internal_condition_case (bfun=bfun@entry=0x1004debc0 <command_loop_1>, handlers=<optimized out>, hfun=hfun@entry=0x1004d54a0 <cmd_error>) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1354 #59 0x00000001004d09ea in command_loop_2 (ignore=ignore@entry=4304695346)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:1177
#60 0x000000010053f27c in internal_catch (tag=4304765794, func=func@entry=0x1004d09c0 <command_loop_2>, arg=4304695346)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1118
#61 0x00000001004d5094 in recursive_edit_1 ()
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:1156
#62 0x00000001004d5094 in recursive_edit_1 ()
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:777
#63 0x00000001004d53b6 in Frecursive_edit ()
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:848
#64 0x00000001005c46d9 in main (argc=<optimized out>, argv=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/emacs.c:1647

--
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38






reply via email to

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