Need help in debugging GNU-sync-vc crash with 21.4.19

Stephen J. Turnbull stephen at xemacs.org
Mon Apr 24 10:54:45 EDT 2006


>>>>> "sjt" == Stephen J Turnbull <stephen at xemacs.org> writes:

    sjt> If you run xemacs 21.4 with

    -vanilla                                                     \
    -eval "(progn (require 'vc-hooks) (setq debug-on-error t))"  \
    /tmp/foo/foo.txt

OK, that recipe isn't quite right.  Better is

    -vanilla                                                     \
    -eval "(progn (setq debug-on-signal t) (require 'vc-hooks))" \
    /tmp/foo/foo.txt

This consistently gives me a "byte code underflow" error, in a
reasonable place (in the probe with `vc-svn-registered').  Please let
me know if you get that, too.

-- 
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.




More information about the XEmacs-Beta mailing list