|
楼主 |
发表于 2006-10-16 11:59:01
|
显示全部楼层
这是作者的回信:
Odd,
If you remove the following line from /var/slapt-get/package_data the problem goes away:
aspell-pa: GNU Aspell 0.60 Punjabi (ਪੰ~\ਾਬ~@) Dictionary Package.
It looks like the regexec() call in GLIBC is barfing on that line:
#0 0x4027e55f in memcpy () from /lib/tls/libc.so.6
#1 0x402aa97d in build_wcs_upper_buffer () from /lib/tls/libc.so.6
#2 0x402aacf7 in re_string_reconstruct () from /lib/tls/libc.so.6
#3 0x402bf2c3 in re_search_internal () from /lib/tls/libc.so.6
#4 0x402c0df0 in regexec@@GLIBC_2.3.4 () from /lib/tls/libc.so.6
#5 0x08049bd3 in slapt_execute_regex (regex_t=0x808fa60,
string=0x810c7e8 "aspell-pa: aspell-pa\naspell-pa:\naspell-pa: GNU Aspell 0.60 Punjabi
(ਪੰ��\234ਾਬ��\200) Dictionary Package.\naspell-pa:\n") at src/common.c:70
#6 0x0804e527 in slapt_search_pkg_list (list=0x807e9c0, pattern=0x7f7e29da "cli") at
src/package.c:1398
#7 0x080573fd in slapt_pkg_action_search (pattern=0x7f7e29da "cli") at src/action.c:337
#8 0x08058d92 in main (argc=3, argv=0x7f7e1474) at src/main.c:323
I'll take a look and see what I can do.
thanks!
jason |
|