#0 0xb7f9b258 in }# #1 0xb7f8c7f8 in }uUM܀| #2 0xb7f8d9e8 in ы@+ƀo () from /lib/ld-linux.so.2 #3 0xb7f91977 in ?? () from /lib/ld-linux.so.2 #4 0xb7f93336 in () from /lib/ld-linux.so.2 #5 0xb7f91b57 in ?? () from /lib/ld-linux.so.2 #6 0xb7f97162 in 9VtML$MP () from /lib/ld-linux.so.2 #7 0xb7f93336 in () from /lib/ld-linux.so.2 #8 0xb7f96c5e in  () from /lib/ld-linux.so.2 #9 0xb757bdd2 in D$ () from /lib/tls/i686/cmov/libc.so.6 #10 0xb7f93336 in () from /lib/ld-linux.so.2 #11 0xb757bf95 in o4t& () from /lib/tls/i686/cmov/libc.so.6 #12 0xb7492614 in t͋V렍& () from /lib/tls/i686/cmov/libc.so.6 #13 0xb7491b51 in  () from /lib/tls/i686/cmov/libc.so.6 #14 0xb7492257 in % () from /lib/tls/i686/cmov/libc.so.6 #15 0xb748a701 in tV 4$V #16 0xb7489247 in T$P@U M () from /lib/tls/i686/cmov/libc.so.6 #17 0xb7488ea1 in 0 () from /lib/tls/i686/cmov/libc.so.6 #18 0xb76e4865 in try_conversion (to_codeset=0x0, from_codeset=0x3
, cd=0x4) at /build/buildd/glib2.0-2.13.7/glib/gconvert.c:64 [Error: /build/buildd/glib2.0-2.13.7/glib/gconvert.c was not found in source tree] #19 0xb76e4908 in IA__g_iconv_open (to_codeset=0x8084672 "EUC-TW", from_codeset=0x8084672 "EUC-TW") at /build/buildd/glib2.0-2.13.7/glib/gconvert.c:116 [Error: /build/buildd/glib2.0-2.13.7/glib/gconvert.c was not found in source tree] #20 0xb76e515d in open_converter (to_codeset=0x0, from_codeset=0x3
, error=0x4) at /build/buildd/glib2.0-2.13.7/glib/gconvert.c:493 [Error: /build/buildd/glib2.0-2.13.7/glib/gconvert.c was not found in source tree] #21 0xb76e5255 in IA__g_convert (str=0xbf929ad8 " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~", len=95, to_codeset=0x0, #22 0x08059b5a in terminal_encoding_init (conf=0x80bee38) at encoding.c:939 934: /* Test that the encoding is a proper superset of ASCII (which naive 935: * apps are going to use anyway) by attempting to validate the text 936: * using the current encoding. This also flushes out any encodings 937: * which the underlying GIConv implementation can't support. 938: */ 939: converted = g_convert (ascii_sample, sizeof (ascii_sample) - 1, 940: encodings[i].charset, encodings[i].charset, 941: &bytes_read, &bytes_written, NULL); 942: 943: /* The encoding is only valid if ASCII passes through cleanly. */ 944: if (i == TERMINAL_ENCODING_CURRENT_LOCALE) #23 0x08064291 in main (argc=7, argv=0xbf929d14) at terminal.c:1746 1741: err->message); 1742: g_error_free (err); 1743: } 1744: 1745: terminal_accels_init (conf); 1746: terminal_encoding_init (conf); 1747: 1748: terminal_profile_initialize (conf); 1749: sync_profile_list (FALSE, NULL); 1750: 1751: sm_client = gnome_master_client ();