unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs aborts during byte-compilation from Dired
@ 2007-02-22  9:13 Romain Francoise
  2007-02-22 11:44 ` Kenichi Handa
  0 siblings, 1 reply; 14+ messages in thread
From: Romain Francoise @ 2007-02-22  9:13 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 3407 bytes --]

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 <romain@orebokech.com> | 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 #2: Fontifier.el --]
[-- Type: application/emacs-lisp, Size: 9077 bytes --]

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-02-24 22:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-22  9:13 Emacs aborts during byte-compilation from Dired Romain Francoise
2007-02-22 11:44 ` Kenichi Handa
2007-02-22 11:50   ` David Kastrup
2007-02-22 12:01   ` Kenichi Handa
2007-02-23 11:53     ` Kim F. Storm
2007-02-23 13:17       ` Kim F. Storm
2007-02-23 14:26         ` Romain Francoise
2007-02-23 15:19           ` Kim F. Storm
2007-02-24  8:28           ` Richard Stallman
2007-02-24 22:28             ` Kim F. Storm
2007-02-23 18:25         ` Kim F. Storm
2007-02-23 23:33       ` Kim F. Storm
2007-02-24 10:38         ` Romain Francoise
2007-02-24 19:11         ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).