emacs-devel
[Top][All Lists]
Advanced

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

Re: BIG5-HKSCS?


From: Simon Josefsson
Subject: Re: BIG5-HKSCS?
Date: Thu, 13 Nov 2003 05:49:56 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Kenichi Handa <address@hidden> writes:

> % cvs -z3 -d:pserver:address@hidden:/cvsroot/emacs co -r emacs-unicode-2 emacs

I tried starting Gnus on it, but it failed.  It died with a elisp
backtrace regarding define-key or something like that within bbdb.
Since bbdb isn't a critical part, I just disabled it, but then it
crashed within Fbase64_encode_string.

I think emacs-unicode-2 is too unstable for me to continue look at it,
but I can try again in a few months.

(gdb) bt
#0  abort () at emacs.c:417
#1  0x0818e68c in Fbase64_encode_string (string=956298188, no_line_break=72)
    at fns.c:3224
#2  0x08185292 in Ffuncall (nargs=2, args=0xbfffd880) at eval.c:2727
#3  0x081b0ff5 in Fbyte_code (bytestr=409382308, vector=1,
    maxdepth=-1073751824) at bytecode.c:710
#4  0x08185689 in funcall_lambda (fun=1215756704, nargs=1,
    arg_vector=0xbfffda24) at eval.c:2911
#5  0x0818514d in Ffuncall (nargs=2, args=0xbfffda20) at eval.c:2781
#6  0x081b0ff5 in Fbyte_code (bytestr=418352412, vector=1,
    maxdepth=-1073751520) at bytecode.c:710
#7  0x08185689 in funcall_lambda (fun=1216104416, nargs=2,
    arg_vector=0xbfffdb48) at eval.c:2911
#8  0x0818514d in Ffuncall (nargs=3, args=0xbfffdb44) at eval.c:2781
#9  0x081b0ff5 in Fbyte_code (bytestr=406124996, vector=2,
    maxdepth=-1073751228) at bytecode.c:710
#10 0x08185689 in funcall_lambda (fun=1216141496, nargs=1,
    arg_vector=0xbfffdc64) at eval.c:2911
#11 0x0818514d in Ffuncall (nargs=2, args=0xbfffdc60) at eval.c:2781
#12 0x081b0ff5 in Fbyte_code (bytestr=955237444, vector=1,
    maxdepth=-1073750944) at bytecode.c:710
#13 0x08185689 in funcall_lambda (fun=1215587456, nargs=2,
    arg_vector=0xbfffdd84) at eval.c:2911
---Type <return> to continue, or q <return> to quit---q
Quit
(gdb) up
#1  0x0818e68c in Fbase64_encode_string (string=956298188, no_line_break=72)
    at fns.c:3224
3224        abort ();
(gdb) p encoded_length
$1 = 72
(gdb) p allength
$2 = 56
(gdb) p length
$3 = 36
(gdb) p string
$4 = 956298188
(gdb) q
A debugging session is active.
Do you still want to close the debugger?(y or n) y
address@hidden:~/src/emacs-unicode/src$






reply via email to

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