emacs-devel
[Top][All Lists]
Advanced

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

Emacs aborts during byte-compilation from Dired


From: Romain Francoise
Subject: Emacs aborts during byte-compilation from Dired
Date: Thu, 22 Feb 2007 10:13:07 +0100

Hi,

I received this report from a Debian user:

| The latest emacs-snapshot aborts if I try to compile Fontifier.el
| from the mozart package.
|
| I am compiling it from dired (typing B on the line with Fontifier.el):

The file is attached to this message.

I can reproduce this bug with current CVS:

#0  abort () at emacs.c:431
#1  0x082050dc in get_property_and_range (pos=0, prop=138093161,
    val=0xafa52360, start=0xafa5235c, end=0xafa52358, object=137922809)
    at intervals.c:2321
#2  0x0820c12e in find_composition (pos=0, limit=-1, start=0xafa5235c,
    end=0xafa52358, prop=0xafa52360, object=137922809) at composite.c:415
#3  0x080b7591 in lisp_string_width (string=137922809, precision=-1,
    nchars=0x0, nbytes=0x0) at charset.c:1365
#4  0x081a877e in Fformat (nargs=3, args=0xafa52644) at editfns.c:3590
#5  0x081b17cd in Ffuncall (nargs=4, args=0xafa52640) at eval.c:2978
#6  0x081b109d in Fapply (nargs=3, args=0xafa52744) at eval.c:2485
#7  0x081b17cd in Ffuncall (nargs=4, args=0xafa52740) at eval.c:2978
#8  0x081e92a2 in Fbyte_code (bytestr=140714411, vector=140181220, maxdepth=32)
    at bytecode.c:679
#9  0x081b208e in funcall_lambda (fun=140181404, nargs=3,
    arg_vector=0xafa52a44) at eval.c:3184
#10 0x081b1b4e in Ffuncall (nargs=4, args=0xafa52a40) at eval.c:3043
#11 0x081e92a2 in Fbyte_code (bytestr=140326403, vector=140171500, maxdepth=40)
    at bytecode.c:679
#12 0x081b208e in funcall_lambda (fun=140287860, nargs=0,
    arg_vector=0xafa52d54) at eval.c:3184
#13 0x081b1b4e in Ffuncall (nargs=1, args=0xafa52d50) at eval.c:3043
#14 0x081e92a2 in Fbyte_code (bytestr=140336819, vector=139954612, maxdepth=72)
    at bytecode.c:679
#15 0x081b208e in funcall_lambda (fun=140351404, nargs=4,
    arg_vector=0xafa53074) at eval.c:3184
#16 0x081b1b4e in Ffuncall (nargs=5, args=0xafa53070) at eval.c:3043
#17 0x081e92a2 in Fbyte_code (bytestr=140336851, vector=140228124, maxdepth=40)
    at bytecode.c:679
#18 0x081b208e in funcall_lambda (fun=140200420, nargs=1,
    arg_vector=0xafa533d4) at eval.c:3184
#19 0x081b1b4e in Ffuncall (nargs=2, args=0xafa533d0) at eval.c:3043
#20 0x081ad401 in Fcall_interactively (function=138002969,
    record_flag=137922761, keys=137963276) at callint.c:860
#21 0x0813aeae in Fcommand_execute (cmd=138002969, record_flag=137922761,
    keys=137922761, special=137922761) at keyboard.c:10014
#22 0x0812cde4 in command_loop_1 () at keyboard.c:1873
#23 0x081af4e6 in internal_condition_case (bfun=0x812b9f2 <command_loop_1>,
    handlers=137967417, hfun=0x812b3a2 <cmd_error>) at eval.c:1481
#24 0x0812b74d in command_loop_2 () at keyboard.c:1329
#25 0x081aefa1 in internal_catch (tag=137961401,
    func=0x812b72a <command_loop_2>, arg=137922761) at eval.c:1222
#26 0x0812b703 in command_loop () at keyboard.c:1308
#27 0x0812b120 in recursive_edit_1 () at keyboard.c:1006
#28 0x0812b262 in Frecursive_edit () at keyboard.c:1067
#29 0x08129b18 in main (argc=3, argv=0xafa53ec4) at emacs.c:1761

Lisp Backtrace:
"format" (0x863b973)
"apply" (0x83a5039)
"dired-log" (0x85d35b3)
"dired-byte-compile" (0x83888c9)
"dired-map-over-marks-check" (0x8616619)
"dired-do-byte-compile" (0x83888c9)
"call-interactively" (0x839c219)

-- 
Romain Francoise <address@hidden> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
                                        | ever free! --Bryan W. Procter

Attachment: Fontifier.el
Description: application/emacs-lisp


reply via email to

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