all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: dhruva <dhruva@ymail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Crash in byte compiling leim/quail/quick-cns.el (WXP using MSVC 2003)
Date: Mon, 9 Mar 2009 22:13:44 -0700 (PDT)	[thread overview]
Message-ID: <368981.36843.qm@web31810.mail.mud.yahoo.com> (raw)
In-Reply-To: <ud4cql43w.fsf@gnu.org>


In file coding.c:
attrs = CODING_ID_ATTRS (coding->id);

where:
coding->id is 159

-backtrace-

temacs!decode_coding_gap(struct coding_system * coding = 0x0083f478, int chars = 51590, int bytes = 51590)+0xee
temacs!Finsert_file_contents(int filename = 1632419248, int visit = 556786688, int beg = 0, int end = 51590, int replace = 556786688)+0x1621
temacs!Ffuncall(int nargs = 1, int * args = 0x2131e138)+0x31d
temacs!Fbyte_code(int bytestr = 24947208, int vector = -2122536448, int maxdepth = 8)+0x35c
temacs!funcall_lambda(int fun = -2126496672, int nargs = 1, int * arg_vector = 0x0083f804)+0x20e
temacs!apply_lambda(int fun = -2126496672, int args = 556786688, int eval_flag = 1)+0x91
temacs!Feval(int form = -1586292112)+0x417
temacs!internal_lisp_condition_case(int var = 557333464, int bodyform = -1586292112, int handlers = -1586286536)+0x157
temacs!Fbyte_code(int bytestr = 22358632, int vector = -2125125024, int maxdepth = 3)+0x7d6
temacs!funcall_lambda(int fun = -2125123840, int nargs = 1, int * arg_vector = 0x0083f9f4)+0x20e
temacs!Ffuncall(int nargs = 1, int * args = 0x21924e88)+0x388
temacs!Fbyte_code(int bytestr = 26429960, int vector = -2121053696, int maxdepth = 5)+0x35c
temacs!funcall_lambda(int fun = -2125124480, int nargs = 0, int * arg_vector = 0x0083fac0)+0x20e
temacs!Ffuncall(int nargs = 0, int * args = 0x21408550)+0x388
temacs!Fbyte_code(int bytestr = 18689364, int vector = -2128794292, int maxdepth = 10)+0x35c
temacs!funcall_lambda(int fun = -2128794340, int nargs = 1, int * arg_vector = 0x0083fba0)+0x20e
temacs!Ffuncall(int nargs = 1, int * args = 0x213526a0)+0x388
temacs!Fbyte_code(int bytestr = 18675872, int vector = -2128807784, int maxdepth = 7)+0x35c
temacs!funcall_lambda(int fun = -2128807824, int nargs = 0, int * arg_vector = 0x0083fc74)+0x20e
temacs!Ffuncall(int nargs = 0, int * args = 0x214230f0)+0x388
temacs!Fbyte_code(int bytestr = 18672552, int vector = -2128811104, int maxdepth = 6)+0x35c
temacs!funcall_lambda(int fun = -2128811144, int nargs = 0, int * arg_vector = 0x0083fcfc)+0x20e
temacs!apply_lambda(int fun = -2128811144, int args = 556786688, int eval_flag = 1)+0x91
temacs!Feval(int form = -1590016640)+0x417
temacs!top_level_2(void)+0xb
temacs!internal_condition_case(<function> * bfun = 0x0105a9e2, int handlers = 556903616, <function> * hfun = 0x01061c85)+0xae
temacs!top_level_1(void)+0x22
temacs!internal_catch(int tag = 556895640, <function> * func = 0x01061d61, int arg = 556786688)+0x84
temacs!command_loop(void)+0x28
temacs!recursive_edit_1(void)+0x63




----- Original Message ----
> From: Eli Zaretskii <eliz@gnu.org>
> To: dhruva@ymail.com
> Cc: emacs-devel@gnu.org
> Sent: Tuesday, 10 March, 2009 4:02:19 AM
> Subject: Re: Crash in byte compiling leim/quail/quick-cns.el (WXP using MSVC 2003)
> 
> > Date: Mon, 9 Mar 2009 00:38:56 -0400
> > From: dhruva@ymail.com
> > 
> > Hello,
> >  I am trying to build emacs from HEAD on WXP using MSVC VC 2003 compiler. I 
> get a crash. The same works if built using GCC (MinGW) tool set.
> > The following command causes the crash (executed from 'nt' folder):
> > "E:\sandbox\build\emacs\leim/../src/obj-spd/i386/emacs.exe" -batch 
> --no-init-file --no-site-file --multibyte  -l 
> E:/sandbox/build/emacs/leim/../lisp/international/quail  -f batch-byte-compile 
> ../leim/quail/quick-cns.el
> 
> Where does it crash?  Can you show a backtrace?

-dhruva



      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/




  reply	other threads:[~2009-03-10  5:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-09  4:38 Crash in byte compiling leim/quail/quick-cns.el (WXP using MSVC 2003) dhruva
2009-03-09 22:32 ` Eli Zaretskii
2009-03-10  5:13   ` dhruva [this message]
2009-03-10 19:51     ` 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=368981.36843.qm@web31810.mail.mud.yahoo.com \
    --to=dhruva@ymail.com \
    --cc=eliz@gnu.org \
    --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.