all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109660: Functions to get and set Lisp_Object fields of buffer-local variables.
Date: Fri, 17 Aug 2012 23:02:27 +0200	[thread overview]
Message-ID: <CAAeL0STfgnhY0CHKod9h2+=oL8+6+WiVdbXm3NoxfM07yNJ9LQ@mail.gmail.com> (raw)
In-Reply-To: <E1T2OIW-0006a5-Jm@vcs.savannah.gnu.org>

On Fri, Aug 17, 2012 at 4:24 PM, Dmitry Antipov <dmantipov@yandex.ru> wrote:
> ------------------------------------------------------------
> revno: 109660
> committer: Dmitry Antipov <dmantipov@yandex.ru>
> branch nick: trunk
> timestamp: Fri 2012-08-17 18:24:43 +0400
> message:
>   Functions to get and set Lisp_Object fields of buffer-local variables.


"./../nt/oo-spd/i386/addsection" "oo-spd/i386/temacs.bin"
"oo-spd/i386/temacs.exe" EMHEAP 27
Dumping from oo-spd/i386/temacs.bin
          to oo-spd/i386/temacs.exe
"./oo-spd/i386/temacs.exe" -batch -l loadup dump

lisp.h:2416: Emacs fatal error: assertion failed: found == !EQ
(blv->defcell, blv->valcell)


Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 1192.0x19a4]
0x7526280d in KERNELBASE!DeleteAce () from C:\Windows\syswow64\KernelBase.dll
(gdb) bt
#0  0x7526280d in KERNELBASE!DeleteAce () from
C:\Windows\syswow64\KernelBase.dll
#1  0x010f418c in w32_abort () at w32fns.c:7217
#2  0x0100a908 in die (msg=0x143c8b8 "assertion failed: found == !EQ
(blv->defcell, blv->valcell)", file=0x143c890 "lisp.h", line=2416)
    at alloc.c:6691
#3  0x01245334 in set_blv_found (found=<optimized out>, blv=<optimized
out>) at lisp.h:2416
#4  0x01007052 in set_blv_found (found=<optimized out>, blv=<optimized
out>) at lisp.h:2416
#5  set_internal (symbol=<optimized out>, newval=56965146,
where=<optimized out>, bindflag=1) at data.c:1202
#6  0x01016044 in specbind (symbol=57066170, value=56965146) at eval.c:3209
#7  0x0104b04c in Fload (file=57077377, noerror=56965146,
nomessage=56965146, nosuffix=56965146, must_suffix=<optimized out>) at
lread.c:1164
#8  0x0101382a in eval_sub (form=56946990) at eval.c:2173
#9  0x01016af2 in Feval (form=56946990, lexical=56965146) at eval.c:2021
#10 0x0102709c in top_level_2 () at keyboard.c:1161
#11 0x010127ab in internal_condition_case (bfun=0x1027080
<top_level_2>, handlers=57015754, hfun=0x10298c0 <cmd_error>) at
eval.c:1308
#12 0x01027bf0 in top_level_1 (ignore=56965146) at keyboard.c:1169
#13 0x010126e9 in internal_catch (tag=57005586, func=0x1027b90
<top_level_1>, arg=56965146) at eval.c:1065
#14 0x0102928e in command_loop () at keyboard.c:1124
#15 recursive_edit_1 () at keyboard.c:752
#16 0x01029616 in Frecursive_edit () at keyboard.c:816
#17 0x01244ba1 in main (argc=<optimized out>, argv=0x922cf0) at emacs.c:1666

Lisp Backtrace:
"load" (0x88fc44)
(gdb) frame 7
#7  0x0104b04c in Fload (file=57077377, noerror=56965146,
nomessage=56965146, nosuffix=56965146, must_suffix=<optimized out>) at
lread.c:1164
1164      specbind (Qlexical_binding, Qnil);
(gdb) p file
$1 = 57077377
(gdb) pr
[New Thread 1192.0x18b8]
(gdb) p file
$2 = 57077377
(gdb) xtype
Lisp_String
(gdb) xstring
$3 = (struct Lisp_String *) 0x366ee80
"loadup.el"
(gdb)



       reply	other threads:[~2012-08-17 21:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1T2OIW-0006a5-Jm@vcs.savannah.gnu.org>
2012-08-17 21:02 ` Juanma Barranquero [this message]
2012-08-18  8:42   ` [Emacs-diffs] /srv/bzr/emacs/trunk r109660: Functions to get and set Lisp_Object fields of buffer-local variables Eli Zaretskii

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='CAAeL0STfgnhY0CHKod9h2+=oL8+6+WiVdbXm3NoxfM07yNJ9LQ@mail.gmail.com' \
    --to=lekktu@gmail.com \
    --cc=dmantipov@yandex.ru \
    --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 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.