emacs-devel
[Top][All Lists]
Advanced

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

Re: Crash in byte compiling leim/quail/quick-cns.el (WXP using MSVC 2003


From: Eli Zaretskii
Subject: Re: Crash in byte compiling leim/quail/quick-cns.el (WXP using MSVC 2003)
Date: Tue, 10 Mar 2009 21:51:01 +0200

> Date: Mon, 9 Mar 2009 22:13:44 -0700 (PDT)
> From: dhruva <address@hidden>
> Cc: address@hidden
> 
> 
> 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

So what, `coding' is an invalid pointer, and thus dereferencing it
bombs?  Or does something else crash inside the CODING_ID_ATTRS macro
(defined on coding.h)?

Is this an optimized build or not?  If it's optimized, can you try
with unoptimized one?




reply via email to

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