all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: 13743@debbugs.gnu.org
Subject: bug#13743: 24.2.93; Segmentation fault when trying to [s]teal a file opened elsewhere
Date: Sat, 23 Feb 2013 07:37:09 +0400	[thread overview]
Message-ID: <51283965.2020107@yandex.ru> (raw)
In-Reply-To: <5125ADA9.3070603@cs.ucla.edu>

On 21.02.2013 9:16, Paul Eggert wrote:
>> is there an easier way to compile without optimizations than
>> assigning CFLAGS before running configure?
>
> Here's what I do:
>
> make clean
> make CFLAGS='-g3'
>
> I suggest compiling with ENABLE_CHECKING, too, i.e.:
>
> make clean
> make CFLAGS='-g3 -DENABLE_CHECKING'

So, I compiled it with checking and it crashes with a failed assertion 
in the same place. Not sure how useful that is.

(gdb) xbacktrace
"put-text-property" (0xffff6af0)
"jit-lock-refontify" (0xffff7000)
"jit-lock-mode" (0xffff7530)
"jit-lock-register" (0xffff7a30)
"font-lock-turn-on-thing-lock" (0xffff7f40)
"font-lock-mode-internal" (0xffff8440)
"font-lock-default-function" (0xffff8940)
"font-lock-mode" (0xffff8e40)
"turn-on-font-lock" (0xffff9320)
"turn-on-font-lock-if-desired" (0xffff9810)
"global-font-lock-mode-enable-in-buffers" (0xffff9d98)
"run-hooks" (0xffff9e78)
"apply" (0xffffa020)
"run-mode-hooks" (0xffffa520)
"html-erb-mode" (0xffffaa30)
"mmm-update-mode-info" (0xffffaf30)
"mmm-mode-on" (0xffffb360)
"cond" (0xffffb620)
"mmm-mode-on-maybe" (0xffffb8d8)
"funcall" (0xffffb8d0)
"progn" (0xffffbab0)
"condition-case" (0xffffbdd0)
"while" (0xffffbfc0)
---Type <return> to continue, or q <return> to quit---
"let" (0xffffc230)
"progn" (0xffffc3d0)
"mmm-run-major-mode-hook" (0xffffc5b0)
"save-current-buffer" (0xffffc850)
"progn" (0xffffc9f0)
"if" (0xffffcb90)
"while" (0xffffcd80)
"let" (0xffffcff0)
"progn" (0xffffd190)
"mmm-check-changed-buffers" (0xffffd440)
(gdb) bt full
#0  terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at 
emacs.c:317
No locals.
#1  0x000000000069a6c2 in die (msg=0x8c9ac4 "assertion failed: i != 0",
     file=0x8c8fa8 "textprop.c", line=1173) at alloc.c:6440
No locals.
#2  0x0000000000768f5b in Fadd_text_properties (start=4, end=3068,
     properties=30489510, object=30971749) at textprop.c:1173
         i = 0x0
         unchanged = 0x7fffffffc130
         s = 1
         len = 558
         modified = 19
         gcpro1 = {
           next = 0xcac4d5 <pure+1643381>,
           var = 0xcac461 <pure+1643265>,
           nvars = 579820584989
         }
#3  0x00000000007692dd in Fput_text_property (start=4, end=3068,
     property=15947874, value=15708706, object=15708706) at textprop.c:1229
No locals.
#4  0x00000000006c4bc4 in Ffuncall (nargs=5, args=0x7fffffff6ae8)
     at eval.c:2794
         fun = 15085301
---Type <return> to continue, or q <return> to quit---
         original_fun = 15895858
         funcar = 7103860
         numargs = 4
         lisp_numargs = 140737488317136
         val = 19377766
         backtrace = {
           next = 0x7fffffff6fa0,
           function = 15895858,
           args = 0x7fffffff6af0,
           nargs = 4,
           debug_on_exit = 0
         }
         internal_args = 0x7fffffff69f0
         i = 5
#5  0x00000000007360e5 in exec_byte_code (bytestr=13303329, 
vector=13303509,
     maxdepth=24, args_template=15708706, nargs=0, args=0x0) at 
bytecode.c:900
         targets = {0x739d87 <exec_byte_code+19583>,
           0x739d96 <exec_byte_code+19598>, 0x739d98 
<exec_byte_code+19600>,
           0x739d9a <exec_byte_code+19602>, 0x739d9c 
<exec_byte_code+19604>,
           0x739d9c <exec_byte_code+19604>, 0x739e06 
<exec_byte_code+19710>,
           0x739e7a <exec_byte_code+19826>, 0x73571e <exec_byte_code+1558>,
           0x735720 <exec_byte_code+1560>, 0x735722 <exec_byte_code+1562>,
           0x735724 <exec_byte_code+1564>, 0x735726 <exec_byte_code+1566>,
---Type <return> to continue, or q <return> to quit---
           0x735726 <exec_byte_code+1566>, 0x73572f <exec_byte_code+1575>,
           0x7356e9 <exec_byte_code+1505>, 0x735cd6 <exec_byte_code+3022>,
           0x735cd8 <exec_byte_code+3024>, 0x735cda <exec_byte_code+3026>,
           0x735cdc <exec_byte_code+3028>, 0x735cde <exec_byte_code+3030>,
           0x735cde <exec_byte_code+3030>, 0x735d1c <exec_byte_code+3092>,
           0x735ce7 <exec_byte_code+3039>, 0x735fda <exec_byte_code+3794>,
           0x735fdc <exec_byte_code+3796>, 0x735fde <exec_byte_code+3798>,
           0x735fe0 <exec_byte_code+3800>, 0x735fe2 <exec_byte_code+3802>,
           0x735fe2 <exec_byte_code+3802>, 0x735f8b <exec_byte_code+3715>,
           0x735fa5 <exec_byte_code+3741>, 0x7360a3 <exec_byte_code+3995>,
           0x7360a5 <exec_byte_code+3997>, 0x7360a7 <exec_byte_code+3999>,
           0x7360a9 <exec_byte_code+4001>, 0x7360ab <exec_byte_code+4003>,
           0x7360ab <exec_byte_code+4003>, 0x736054 <exec_byte_code+3916>,
           0x73606e <exec_byte_code+3942>, 0x73616f <exec_byte_code+4199>,
           0x736171 <exec_byte_code+4201>, 0x736173 <exec_byte_code+4203>,
           0x736175 <exec_byte_code+4205>, 0x736177 <exec_byte_code+4207>,
           0x736177 <exec_byte_code+4207>, 0x736120 <exec_byte_code+4120>,
           0x73613a <exec_byte_code+4146>, 0x739d87 <exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x73718f <exec_byte_code+8327>,
           0x737325 <exec_byte_code+8733>, 0x737382 <exec_byte_code+8826>,
---Type <return> to continue, or q <return> to quit---
           0x7373df <exec_byte_code+8919>, 0x73743c <exec_byte_code+9012>,
           0x735b16 <exec_byte_code+2574>, 0x735b8d <exec_byte_code+2693>,
           0x7374af <exec_byte_code+9127>, 0x735a3e <exec_byte_code+2358>,
           0x735bfd <exec_byte_code+2805>, 0x737510 <exec_byte_code+9224>,
           0x737580 <exec_byte_code+9336>, 0x7375d7 <exec_byte_code+9423>,
           0x73765c <exec_byte_code+9556>, 0x7376b3 <exec_byte_code+9643>,
           0x737797 <exec_byte_code+9871>, 0x7377e4 <exec_byte_code+9948>,
           0x737854 <exec_byte_code+10060>, 0x7378e4 
<exec_byte_code+10204>,
           0x737931 <exec_byte_code+10281>, 0x73797e 
<exec_byte_code+10358>,
           0x7379ee <exec_byte_code+10470>, 0x737a5e 
<exec_byte_code+10582>,
           0x737ace <exec_byte_code+10694>, 0x737b5e 
<exec_byte_code+10838>,
           0x737bb5 <exec_byte_code+10925>, 0x737c0c 
<exec_byte_code+11012>,
           0x737cf0 <exec_byte_code+11240>, 0x737d86 
<exec_byte_code+11390>,
           0x737e1c <exec_byte_code+11540>, 0x738149 
<exec_byte_code+12353>,
           0x7381b9 <exec_byte_code+12465>, 0x738229 
<exec_byte_code+12577>,
           0x738299 <exec_byte_code+12689>, 0x738309 
<exec_byte_code+12801>,
           0x738360 <exec_byte_code+12888>, 0x7383fa 
<exec_byte_code+13042>,
           0x738451 <exec_byte_code+13129>, 0x7384a8 
<exec_byte_code+13216>,
           0x7384ff <exec_byte_code+13303>, 0x73861d 
<exec_byte_code+13589>,
           0x736dc6 <exec_byte_code+7358>, 0x738680 <exec_byte_code+13688>,
           0x7386cd <exec_byte_code+13765>, 0x7387a9 
<exec_byte_code+13985>,
           0x73880c <exec_byte_code+14084>, 0x73886f 
<exec_byte_code+14183>,
           0x7388bc <exec_byte_code+14260>, 0x738912 
<exec_byte_code+14346>,
---Type <return> to continue, or q <return> to quit---
           0x738968 <exec_byte_code+14432>, 0x7389c2 
<exec_byte_code+14522>,
           0x739d87 <exec_byte_code+19583>, 0x738a19 
<exec_byte_code+14609>,
           0x738a61 <exec_byte_code+14681>, 0x738aa9 
<exec_byte_code+14753>,
           0x738af1 <exec_byte_code+14825>, 0x738b39 
<exec_byte_code+14897>,
           0x738b81 <exec_byte_code+14969>, 0x736dc6 <exec_byte_code+7358>,
           0x739d87 <exec_byte_code+19583>, 0x738bce 
<exec_byte_code+15046>,
           0x738c16 <exec_byte_code+15118>, 0x738c63 
<exec_byte_code+15195>,
           0x738cb0 <exec_byte_code+15272>, 0x738d20 
<exec_byte_code+15384>,
           0x738d90 <exec_byte_code+15496>, 0x738ddd 
<exec_byte_code+15573>,
           0x7391da <exec_byte_code+16594>, 0x73924a 
<exec_byte_code+16706>,
           0x7392ba <exec_byte_code+16818>, 0x73932a 
<exec_byte_code+16930>,
           0x739372 <exec_byte_code+17002>, 0x739d87 
<exec_byte_code+19583>,
           0x736cf1 <exec_byte_code+7145>, 0x73623e <exec_byte_code+4406>,
           0x7358ff <exec_byte_code+2039>, 0x736350 <exec_byte_code+4680>,
           0x73648f <exec_byte_code+4999>, 0x7365c5 <exec_byte_code+5309>,
           0x736c5c <exec_byte_code+6996>, 0x736cb8 <exec_byte_code+7088>,
           0x735f30 <exec_byte_code+3624>, 0x736d83 <exec_byte_code+7291>,
           0x736dfc <exec_byte_code+7412>, 0x736e9b <exec_byte_code+7571>,
           0x736ede <exec_byte_code+7638>, 0x736f50 <exec_byte_code+7752>,
           0x736fa0 <exec_byte_code+7832>, 0x737030 <exec_byte_code+7976>,
           0x7370ee <exec_byte_code+8166>, 0x7361f4 <exec_byte_code+4332>,
           0x7393bf <exec_byte_code+17079>, 0x73944f 
<exec_byte_code+17223>,
           0x73949c <exec_byte_code+17300>, 0x7394e9 
<exec_byte_code+17377>,
---Type <return> to continue, or q <return> to quit---
           0x739536 <exec_byte_code+17454>, 0x739583 
<exec_byte_code+17531>,
           0x7395f3 <exec_byte_code+17643>, 0x739663 
<exec_byte_code+17755>,
           0x7396d3 <exec_byte_code+17867>, 0x739743 
<exec_byte_code+17979>,
           0x739930 <exec_byte_code+18472>, 0x7399a0 
<exec_byte_code+18584>,
           0x739a10 <exec_byte_code+18696>, 0x739a5d 
<exec_byte_code+18773>,
           0x739acd <exec_byte_code+18885>, 0x739b37 
<exec_byte_code+18991>,
           0x739bce <exec_byte_code+19142>, 0x739c66 
<exec_byte_code+19294>,
           0x738556 <exec_byte_code+13390>, 0x7385ad 
<exec_byte_code+13477>,
           0x739cbd <exec_byte_code+19381>, 0x739d2b 
<exec_byte_code+19491>,
           0x739d87 <exec_byte_code+19583>, 0x7366fb <exec_byte_code+5619>,
           0x7367e0 <exec_byte_code+5848>, 0x7368fe <exec_byte_code+6134>,
           0x736a1c <exec_byte_code+6420>, 0x736b3c <exec_byte_code+6708>,
           0x73770a <exec_byte_code+9730>, 0x737c63 <exec_byte_code+11099>,
           0x73871c <exec_byte_code+13844>, 0x739f16 
<exec_byte_code+19982>,
           0x739f8a <exec_byte_code+20098>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x73a026 
<exec_byte_code+20254>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>,
           0x73a0c4 <exec_byte_code+20412> <repeats 64 times>}
         count = 34
---Type <return> to continue, or q <return> to quit---
         op = 4
         vectorp = 0xcafee0 <pure+1658240>
         stack = {
           pc = 0xde6949 <pure+2930665> ".\n\207",
           byte_string = 13303329,
           byte_string_start = 0xde6921 <pure+2930625> "\306\030\307 
\031\032\033\306\034\035\036\f\310\036\r\214~\210\312\016\016\206\037",
           constants = 13303509,
           next = 0x7fffffff73a0
         }
         top = 0x7fffffff6ae8
         result = 140737488317664
#6  0x00000000006c5a29 in funcall_lambda (fun=13303277, nargs=0,
     arg_vector=0x7fffffff7000) at eval.c:3010
         val = 19942912
         syms_left = 15708706
         next = 19040098
         lexenv = 15708706
         count = 32
         i = 0
         optional = true
         rest = false
#7  0x00000000006c4e06 in Ffuncall (nargs=1, args=0x7fffffff6ff8)
---Type <return> to continue, or q <return> to quit---
     at eval.c:2827
         fun = 13303277
         original_fun = 23441314
         funcar = 23441122
         numargs = 0
         lisp_numargs = 15708754
         val = 140737488318432
         backtrace = {
           next = 0x7fffffff74d0,
           function = 23441314,
           args = 0x7fffffff7000,
           nargs = 0,
           debug_on_exit = 0
         }
         internal_args = 0x7fffffff7530
         i = 6940436
#8  0x00000000007360e5 in exec_byte_code (bytestr=13301729, 
vector=13302021,
     maxdepth=44, args_template=15708706, nargs=0, args=0x0) at 
bytecode.c:900
         targets = {0x739d87 <exec_byte_code+19583>,
           0x739d96 <exec_byte_code+19598>, 0x739d98 
<exec_byte_code+19600>,
           0x739d9a <exec_byte_code+19602>, 0x739d9c 
<exec_byte_code+19604>,
           0x739d9c <exec_byte_code+19604>, 0x739e06 
<exec_byte_code+19710>,
           0x739e7a <exec_byte_code+19826>, 0x73571e <exec_byte_code+1558>,
---Type <return> to continue, or q <return> to quit---
           0x735720 <exec_byte_code+1560>, 0x735722 <exec_byte_code+1562>,
           0x735724 <exec_byte_code+1564>, 0x735726 <exec_byte_code+1566>,
           0x735726 <exec_byte_code+1566>, 0x73572f <exec_byte_code+1575>,
           0x7356e9 <exec_byte_code+1505>, 0x735cd6 <exec_byte_code+3022>,
           0x735cd8 <exec_byte_code+3024>, 0x735cda <exec_byte_code+3026>,
           0x735cdc <exec_byte_code+3028>, 0x735cde <exec_byte_code+3030>,
           0x735cde <exec_byte_code+3030>, 0x735d1c <exec_byte_code+3092>,
           0x735ce7 <exec_byte_code+3039>, 0x735fda <exec_byte_code+3794>,
           0x735fdc <exec_byte_code+3796>, 0x735fde <exec_byte_code+3798>,
           0x735fe0 <exec_byte_code+3800>, 0x735fe2 <exec_byte_code+3802>,
           0x735fe2 <exec_byte_code+3802>, 0x735f8b <exec_byte_code+3715>,
           0x735fa5 <exec_byte_code+3741>, 0x7360a3 <exec_byte_code+3995>,
           0x7360a5 <exec_byte_code+3997>, 0x7360a7 <exec_byte_code+3999>,
           0x7360a9 <exec_byte_code+4001>, 0x7360ab <exec_byte_code+4003>,
           0x7360ab <exec_byte_code+4003>, 0x736054 <exec_byte_code+3916>,
           0x73606e <exec_byte_code+3942>, 0x73616f <exec_byte_code+4199>,
           0x736171 <exec_byte_code+4201>, 0x736173 <exec_byte_code+4203>,
           0x736175 <exec_byte_code+4205>, 0x736177 <exec_byte_code+4207>,
           0x736177 <exec_byte_code+4207>, 0x736120 <exec_byte_code+4120>,
           0x73613a <exec_byte_code+4146>, 0x739d87 <exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
---Type <return> to continue, or q <return> to quit---
           0x739d87 <exec_byte_code+19583>, 0x73718f <exec_byte_code+8327>,
           0x737325 <exec_byte_code+8733>, 0x737382 <exec_byte_code+8826>,
           0x7373df <exec_byte_code+8919>, 0x73743c <exec_byte_code+9012>,
           0x735b16 <exec_byte_code+2574>, 0x735b8d <exec_byte_code+2693>,
           0x7374af <exec_byte_code+9127>, 0x735a3e <exec_byte_code+2358>,
           0x735bfd <exec_byte_code+2805>, 0x737510 <exec_byte_code+9224>,
           0x737580 <exec_byte_code+9336>, 0x7375d7 <exec_byte_code+9423>,
           0x73765c <exec_byte_code+9556>, 0x7376b3 <exec_byte_code+9643>,
           0x737797 <exec_byte_code+9871>, 0x7377e4 <exec_byte_code+9948>,
           0x737854 <exec_byte_code+10060>, 0x7378e4 
<exec_byte_code+10204>,
           0x737931 <exec_byte_code+10281>, 0x73797e 
<exec_byte_code+10358>,
           0x7379ee <exec_byte_code+10470>, 0x737a5e 
<exec_byte_code+10582>,
           0x737ace <exec_byte_code+10694>, 0x737b5e 
<exec_byte_code+10838>,
           0x737bb5 <exec_byte_code+10925>, 0x737c0c 
<exec_byte_code+11012>,
           0x737cf0 <exec_byte_code+11240>, 0x737d86 
<exec_byte_code+11390>,
           0x737e1c <exec_byte_code+11540>, 0x738149 
<exec_byte_code+12353>,
           0x7381b9 <exec_byte_code+12465>, 0x738229 
<exec_byte_code+12577>,
           0x738299 <exec_byte_code+12689>, 0x738309 
<exec_byte_code+12801>,
           0x738360 <exec_byte_code+12888>, 0x7383fa 
<exec_byte_code+13042>,
           0x738451 <exec_byte_code+13129>, 0x7384a8 
<exec_byte_code+13216>,
           0x7384ff <exec_byte_code+13303>, 0x73861d 
<exec_byte_code+13589>,
           0x736dc6 <exec_byte_code+7358>, 0x738680 <exec_byte_code+13688>,
           0x7386cd <exec_byte_code+13765>, 0x7387a9 
<exec_byte_code+13985>,
---Type <return> to continue, or q <return> to quit---
           0x73880c <exec_byte_code+14084>, 0x73886f 
<exec_byte_code+14183>,
           0x7388bc <exec_byte_code+14260>, 0x738912 
<exec_byte_code+14346>,
           0x738968 <exec_byte_code+14432>, 0x7389c2 
<exec_byte_code+14522>,
           0x739d87 <exec_byte_code+19583>, 0x738a19 
<exec_byte_code+14609>,
           0x738a61 <exec_byte_code+14681>, 0x738aa9 
<exec_byte_code+14753>,
           0x738af1 <exec_byte_code+14825>, 0x738b39 
<exec_byte_code+14897>,
           0x738b81 <exec_byte_code+14969>, 0x736dc6 <exec_byte_code+7358>,
           0x739d87 <exec_byte_code+19583>, 0x738bce 
<exec_byte_code+15046>,
           0x738c16 <exec_byte_code+15118>, 0x738c63 
<exec_byte_code+15195>,
           0x738cb0 <exec_byte_code+15272>, 0x738d20 
<exec_byte_code+15384>,
           0x738d90 <exec_byte_code+15496>, 0x738ddd 
<exec_byte_code+15573>,
           0x7391da <exec_byte_code+16594>, 0x73924a 
<exec_byte_code+16706>,
           0x7392ba <exec_byte_code+16818>, 0x73932a 
<exec_byte_code+16930>,
           0x739372 <exec_byte_code+17002>, 0x739d87 
<exec_byte_code+19583>,
           0x736cf1 <exec_byte_code+7145>, 0x73623e <exec_byte_code+4406>,
           0x7358ff <exec_byte_code+2039>, 0x736350 <exec_byte_code+4680>,
           0x73648f <exec_byte_code+4999>, 0x7365c5 <exec_byte_code+5309>,
           0x736c5c <exec_byte_code+6996>, 0x736cb8 <exec_byte_code+7088>,
           0x735f30 <exec_byte_code+3624>, 0x736d83 <exec_byte_code+7291>,
           0x736dfc <exec_byte_code+7412>, 0x736e9b <exec_byte_code+7571>,
           0x736ede <exec_byte_code+7638>, 0x736f50 <exec_byte_code+7752>,
           0x736fa0 <exec_byte_code+7832>, 0x737030 <exec_byte_code+7976>,
           0x7370ee <exec_byte_code+8166>, 0x7361f4 <exec_byte_code+4332>,
---Type <return> to continue, or q <return> to quit---
           0x7393bf <exec_byte_code+17079>, 0x73944f 
<exec_byte_code+17223>,
           0x73949c <exec_byte_code+17300>, 0x7394e9 
<exec_byte_code+17377>,
           0x739536 <exec_byte_code+17454>, 0x739583 
<exec_byte_code+17531>,
           0x7395f3 <exec_byte_code+17643>, 0x739663 
<exec_byte_code+17755>,
           0x7396d3 <exec_byte_code+17867>, 0x739743 
<exec_byte_code+17979>,
           0x739930 <exec_byte_code+18472>, 0x7399a0 
<exec_byte_code+18584>,
           0x739a10 <exec_byte_code+18696>, 0x739a5d 
<exec_byte_code+18773>,
           0x739acd <exec_byte_code+18885>, 0x739b37 
<exec_byte_code+18991>,
           0x739bce <exec_byte_code+19142>, 0x739c66 
<exec_byte_code+19294>,
           0x738556 <exec_byte_code+13390>, 0x7385ad 
<exec_byte_code+13477>,
           0x739cbd <exec_byte_code+19381>, 0x739d2b 
<exec_byte_code+19491>,
           0x739d87 <exec_byte_code+19583>, 0x7366fb <exec_byte_code+5619>,
           0x7367e0 <exec_byte_code+5848>, 0x7368fe <exec_byte_code+6134>,
           0x736a1c <exec_byte_code+6420>, 0x736b3c <exec_byte_code+6708>,
           0x73770a <exec_byte_code+9730>, 0x737c63 <exec_byte_code+11099>,
           0x73871c <exec_byte_code+13844>, 0x739f16 
<exec_byte_code+19982>,
           0x739f8a <exec_byte_code+20098>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x73a026 
<exec_byte_code+20254>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>,
---Type <return> to continue, or q <return> to quit---
           0x73a0c4 <exec_byte_code+20412> <repeats 64 times>}
         count = 32
         op = 0
         vectorp = 0xcaf910 <pure+1656752>
         stack = {
           pc = 0xde69af <pure+2930767> "\210\n\203\027",
           byte_string = 13301729,
           byte_string_start = 0xde69a7 <pure+2930759> "\b\211\021\203j",
           constants = 13302021,
           next = 0x7fffffff78a0
         }
         top = 0x7fffffff6ff8
         result = 30500326
#9  0x00000000006c5a29 in funcall_lambda (fun=13301677, nargs=1,
     arg_vector=0x7fffffff7530) at eval.c:3010
         val = 30500326
         syms_left = 15708706
         next = 19011106
         lexenv = 15708706
         count = 31
         i = 1
         optional = false
         rest = false
---Type <return> to continue, or q <return> to quit---
#10 0x00000000006c4e06 in Ffuncall (nargs=2, args=0x7fffffff7528)
     at eval.c:2827
         fun = 13301677
         original_fun = 23441122
         funcar = 23445122
         numargs = 1
         lisp_numargs = 15708754
         val = 140737488319760
         backtrace = {
           next = 0x7fffffff79d0,
           function = 23441122,
           args = 0x7fffffff7530,
           nargs = 1,
           debug_on_exit = 0
         }
         internal_args = 0x7fffffff7a30
         i = 6940436
#11 0x00000000007360e5 in exec_byte_code (bytestr=13302705, 
vector=13302829,
     maxdepth=20, args_template=15708706, nargs=0, args=0x0) at 
bytecode.c:900
         targets = {0x739d87 <exec_byte_code+19583>,
           0x739d96 <exec_byte_code+19598>, 0x739d98 
<exec_byte_code+19600>,
           0x739d9a <exec_byte_code+19602>, 0x739d9c 
<exec_byte_code+19604>,
           0x739d9c <exec_byte_code+19604>, 0x739e06 
<exec_byte_code+19710>,
---Type <return> to continue, or q <return> to quit---
           0x739e7a <exec_byte_code+19826>, 0x73571e <exec_byte_code+1558>,
           0x735720 <exec_byte_code+1560>, 0x735722 <exec_byte_code+1562>,
           0x735724 <exec_byte_code+1564>, 0x735726 <exec_byte_code+1566>,
           0x735726 <exec_byte_code+1566>, 0x73572f <exec_byte_code+1575>,
           0x7356e9 <exec_byte_code+1505>, 0x735cd6 <exec_byte_code+3022>,
           0x735cd8 <exec_byte_code+3024>, 0x735cda <exec_byte_code+3026>,
           0x735cdc <exec_byte_code+3028>, 0x735cde <exec_byte_code+3030>,
           0x735cde <exec_byte_code+3030>, 0x735d1c <exec_byte_code+3092>,
           0x735ce7 <exec_byte_code+3039>, 0x735fda <exec_byte_code+3794>,
           0x735fdc <exec_byte_code+3796>, 0x735fde <exec_byte_code+3798>,
           0x735fe0 <exec_byte_code+3800>, 0x735fe2 <exec_byte_code+3802>,
           0x735fe2 <exec_byte_code+3802>, 0x735f8b <exec_byte_code+3715>,
           0x735fa5 <exec_byte_code+3741>, 0x7360a3 <exec_byte_code+3995>,
           0x7360a5 <exec_byte_code+3997>, 0x7360a7 <exec_byte_code+3999>,
           0x7360a9 <exec_byte_code+4001>, 0x7360ab <exec_byte_code+4003>,
           0x7360ab <exec_byte_code+4003>, 0x736054 <exec_byte_code+3916>,
           0x73606e <exec_byte_code+3942>, 0x73616f <exec_byte_code+4199>,
           0x736171 <exec_byte_code+4201>, 0x736173 <exec_byte_code+4203>,
           0x736175 <exec_byte_code+4205>, 0x736177 <exec_byte_code+4207>,
           0x736177 <exec_byte_code+4207>, 0x736120 <exec_byte_code+4120>,
           0x73613a <exec_byte_code+4146>, 0x739d87 <exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
---Type <return> to continue, or q <return> to quit---
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x73718f <exec_byte_code+8327>,
           0x737325 <exec_byte_code+8733>, 0x737382 <exec_byte_code+8826>,
           0x7373df <exec_byte_code+8919>, 0x73743c <exec_byte_code+9012>,
           0x735b16 <exec_byte_code+2574>, 0x735b8d <exec_byte_code+2693>,
           0x7374af <exec_byte_code+9127>, 0x735a3e <exec_byte_code+2358>,
           0x735bfd <exec_byte_code+2805>, 0x737510 <exec_byte_code+9224>,
           0x737580 <exec_byte_code+9336>, 0x7375d7 <exec_byte_code+9423>,
           0x73765c <exec_byte_code+9556>, 0x7376b3 <exec_byte_code+9643>,
           0x737797 <exec_byte_code+9871>, 0x7377e4 <exec_byte_code+9948>,
           0x737854 <exec_byte_code+10060>, 0x7378e4 
<exec_byte_code+10204>,
           0x737931 <exec_byte_code+10281>, 0x73797e 
<exec_byte_code+10358>,
           0x7379ee <exec_byte_code+10470>, 0x737a5e 
<exec_byte_code+10582>,
           0x737ace <exec_byte_code+10694>, 0x737b5e 
<exec_byte_code+10838>,
           0x737bb5 <exec_byte_code+10925>, 0x737c0c 
<exec_byte_code+11012>,
           0x737cf0 <exec_byte_code+11240>, 0x737d86 
<exec_byte_code+11390>,
           0x737e1c <exec_byte_code+11540>, 0x738149 
<exec_byte_code+12353>,
           0x7381b9 <exec_byte_code+12465>, 0x738229 
<exec_byte_code+12577>,
           0x738299 <exec_byte_code+12689>, 0x738309 
<exec_byte_code+12801>,
           0x738360 <exec_byte_code+12888>, 0x7383fa 
<exec_byte_code+13042>,
           0x738451 <exec_byte_code+13129>, 0x7384a8 
<exec_byte_code+13216>,
           0x7384ff <exec_byte_code+13303>, 0x73861d 
<exec_byte_code+13589>,
           0x736dc6 <exec_byte_code+7358>, 0x738680 <exec_byte_code+13688>,
---Type <return> to continue, or q <return> to quit---
           0x7386cd <exec_byte_code+13765>, 0x7387a9 
<exec_byte_code+13985>,
           0x73880c <exec_byte_code+14084>, 0x73886f 
<exec_byte_code+14183>,
           0x7388bc <exec_byte_code+14260>, 0x738912 
<exec_byte_code+14346>,
           0x738968 <exec_byte_code+14432>, 0x7389c2 
<exec_byte_code+14522>,
           0x739d87 <exec_byte_code+19583>, 0x738a19 
<exec_byte_code+14609>,
           0x738a61 <exec_byte_code+14681>, 0x738aa9 
<exec_byte_code+14753>,
           0x738af1 <exec_byte_code+14825>, 0x738b39 
<exec_byte_code+14897>,
           0x738b81 <exec_byte_code+14969>, 0x736dc6 <exec_byte_code+7358>,
           0x739d87 <exec_byte_code+19583>, 0x738bce 
<exec_byte_code+15046>,
           0x738c16 <exec_byte_code+15118>, 0x738c63 
<exec_byte_code+15195>,
           0x738cb0 <exec_byte_code+15272>, 0x738d20 
<exec_byte_code+15384>,
           0x738d90 <exec_byte_code+15496>, 0x738ddd 
<exec_byte_code+15573>,
           0x7391da <exec_byte_code+16594>, 0x73924a 
<exec_byte_code+16706>,
           0x7392ba <exec_byte_code+16818>, 0x73932a 
<exec_byte_code+16930>,
           0x739372 <exec_byte_code+17002>, 0x739d87 
<exec_byte_code+19583>,
           0x736cf1 <exec_byte_code+7145>, 0x73623e <exec_byte_code+4406>,
           0x7358ff <exec_byte_code+2039>, 0x736350 <exec_byte_code+4680>,
           0x73648f <exec_byte_code+4999>, 0x7365c5 <exec_byte_code+5309>,
           0x736c5c <exec_byte_code+6996>, 0x736cb8 <exec_byte_code+7088>,
           0x735f30 <exec_byte_code+3624>, 0x736d83 <exec_byte_code+7291>,
           0x736dfc <exec_byte_code+7412>, 0x736e9b <exec_byte_code+7571>,
           0x736ede <exec_byte_code+7638>, 0x736f50 <exec_byte_code+7752>,
           0x736fa0 <exec_byte_code+7832>, 0x737030 <exec_byte_code+7976>,
---Type <return> to continue, or q <return> to quit---
           0x7370ee <exec_byte_code+8166>, 0x7361f4 <exec_byte_code+4332>,
           0x7393bf <exec_byte_code+17079>, 0x73944f 
<exec_byte_code+17223>,
           0x73949c <exec_byte_code+17300>, 0x7394e9 
<exec_byte_code+17377>,
           0x739536 <exec_byte_code+17454>, 0x739583 
<exec_byte_code+17531>,
           0x7395f3 <exec_byte_code+17643>, 0x739663 
<exec_byte_code+17755>,
           0x7396d3 <exec_byte_code+17867>, 0x739743 
<exec_byte_code+17979>,
           0x739930 <exec_byte_code+18472>, 0x7399a0 
<exec_byte_code+18584>,
           0x739a10 <exec_byte_code+18696>, 0x739a5d 
<exec_byte_code+18773>,
           0x739acd <exec_byte_code+18885>, 0x739b37 
<exec_byte_code+18991>,
           0x739bce <exec_byte_code+19142>, 0x739c66 
<exec_byte_code+19294>,
           0x738556 <exec_byte_code+13390>, 0x7385ad 
<exec_byte_code+13477>,
           0x739cbd <exec_byte_code+19381>, 0x739d2b 
<exec_byte_code+19491>,
           0x739d87 <exec_byte_code+19583>, 0x7366fb <exec_byte_code+5619>,
           0x7367e0 <exec_byte_code+5848>, 0x7368fe <exec_byte_code+6134>,
           0x736a1c <exec_byte_code+6420>, 0x736b3c <exec_byte_code+6708>,
           0x73770a <exec_byte_code+9730>, 0x737c63 <exec_byte_code+11099>,
           0x73871c <exec_byte_code+13844>, 0x739f16 
<exec_byte_code+19982>,
           0x739f8a <exec_byte_code+20098>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x73a026 
<exec_byte_code+20254>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
           0x739d87 <exec_byte_code+19583>, 0x739d87 
<exec_byte_code+19583>,
---Type <return> to continue, or q <return> to quit---





  parent reply	other threads:[~2013-02-23  3:37 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-18  6:41 bug#13743: 24.2.93; Segmentation fault when trying to [s]teal a file opened elsewhere Dmitry Gutov
2013-02-18 16:11 ` Eli Zaretskii
2013-02-19  0:52   ` Dmitry Gutov
2013-02-20 19:31     ` Eli Zaretskii
2013-02-21  8:30       ` Dmitry Gutov
2013-02-18 19:35 ` Glenn Morris
2013-02-19  0:55   ` Dmitry Gutov
2013-02-21  5:16 ` Paul Eggert
2013-02-21  7:03   ` Dmitry Gutov
2013-02-23  3:37   ` Dmitry Gutov [this message]
2013-02-23 15:10     ` Eli Zaretskii
2013-02-23 16:59       ` Stefan Monnier
2013-02-23 18:44         ` Eli Zaretskii
2013-02-24 15:28           ` Dmitry Gutov
2013-02-24 15:50             ` Eli Zaretskii
2013-02-25  5:52               ` Dmitry Gutov
2013-02-25 15:25                 ` Stefan Monnier
2013-02-25 16:37                   ` Eli Zaretskii
2013-02-25 18:29                     ` Stefan Monnier
2013-02-25 18:56                       ` Eli Zaretskii
2013-02-25 20:28                         ` Stefan Monnier
2013-02-26  3:39                           ` Eli Zaretskii
2013-02-26  4:35                             ` Stefan Monnier
2013-03-02  9:30                               ` Eli Zaretskii
2013-02-25 16:25                 ` Eli Zaretskii
2013-02-25 18:27                   ` Dmitry Gutov
2013-02-25 16:27                 ` Eli Zaretskii
2013-02-25 19:08                   ` Dmitry Gutov
2013-02-25 19:31                     ` Eli Zaretskii
2013-02-25 23:23                       ` Dmitry Gutov
2013-02-26  3:51                         ` Eli Zaretskii
2013-02-26  3:59                           ` Dmitry Gutov
2013-02-26 18:42                             ` Eli Zaretskii
2013-02-27 17:46                               ` Dmitry Gutov

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51283965.2020107@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=13743@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.