Hello Stafford
On Mon, 25 Sep 2006 22:14:26 +0900 (JST),
Yasufumi Haga <[EMAIL PROTECTED]> wrote:
| Thanks for the advices, David, Stafford!
|
| According to Stafford's advice, I examined the output
| of "enlightenment_remote -lang-get" and found there
| was nothing. How stupid! I didn't set the locale by
| the command "enlightenment_remote -lang-set".
| Now the locale is set to
| REPLY <- BEGIN
| REPLY: "ja_JP.eucJP"
| REPLY <- END
| and "internationalization" is working fine.
| Also I'll update my e17 again in a few days.
| Thanks again.
|
| On Mon, 25 Sep 2006 20:36:53 +0800,
| Stafford Horne <[EMAIL PROTECTED]> wrote:
|
| | On Mon, 25 Sep 2006 14:03:58 +0900 (JST)
| | Yasufumi Haga <[EMAIL PROTECTED]> wrote:
| |
| | > Hi all
| | >
| | > I updated all the EFL and e17 itself yesterday, and
| | > am using it with the new ".e" directory. I deleted
| | > the existing one.
| | >
| | > It's running fine, but one thing.
| | > When I click the listitem of "internationalization"
| | > in the list of "Configuration Panel", e17 crashes.
| | > This is reproducible.
| | > Though I'm not sure whether this is a known issue or
| | > not, here's the backtrace:
| | >
| | This looks like its happening because you do not have the Locale set in E.
If the locale (e_config->language) is null then this will probably cause
problems.
| |
| | Look for my commit then upgrade.
I updated my e17 just now as I found your commit for this issue
in E-develop.org, and started the new e17 session after I renamed
the existing ".e" directory to "dot.e". Then firt of all I
attempted to open "internationalization" dialog. I didn't do any
other operations before doing it. I mean, the command:
enlightenment_remote -lang-get
didn't output a locale name.
And Unfortunately e17 crashed. Here's the backtrace:
(gdb) bt
#0 0x405b0a92 in select () at regexec.c:1576
#1 0x404bea84 in _XlcPublicMethods () from /usr/X11R6/lib/libX11.so.6
#2 0x4042c371 in _XRead () from /usr/X11R6/lib/libX11.so.6
#3 0x4042bfc4 in _XReadEvents () from /usr/X11R6/lib/libX11.so.6
#4 0x4041d2c0 in XNextEvent () from /usr/X11R6/lib/libX11.so.6
#5 0x080cae17 in e_alert_show (
text=0x81388a0 "This is very bad. Enlightenment has segfaulted.\nThis is
not meant to happen and is likely a sign of a\nbug in Enlightenment or the
libraries it relies on.\n\nYou can gdb attach to this process now to try"...)
at e_alert.c:129
#6 0x080b33df in e_sigseg_act (x=11, info=0xbffcf990, data=0xbffcfa10)
at e_signals.c:53
#7 <signal handler called>
#8 strlen () at ../sysdeps/i386/i486/strlen.S:69
#9 0x080b8c55 in e_intl_locale_canonic_get (
locale=0x864b198 "u璟濬027\020ー濬001", ret_mask=139036232) at e_intl.c:730
#10 0x08100710 in _basic_create_widgets (cfd=0x864b198, evas=0x8498648,
cfdata=0x8279e10) at e_int_config_intl.c:806
#11 0x080d81c0 in _e_config_dialog_go (cfd=0x864b198,
type=E_CONFIG_DIALOG_CFDATA_TYPE_BASIC) at e_config_dialog.c:127
#12 0x080d7efb in e_config_dialog_new (con=0x818e488,
title=0x40971a6d "險\200隱\236綵201ョ險ュ螳\232", name=0x81435e7 "E",
class=0x81435d3 "_config_intl_dialog",
icon=0x81435c0 "enlightenment/intl", icon_size=0, view=0x852deb0, data=0x0)
at e_config_dialog.c:64
#13 0x080fff83 in e_int_config_intl (con=0x818e488) at e_int_config_intl.c:524
#14 0x080da73d in _e_configure_cb_standard (data=0x8584388)
at e_configure.c:198
#15 0x080e7a4b in _e_wid_cb_item_sel (data=0x8528568, data2=0x8584398)
at e_widget_ilist.c:337
#16 0x080e4a7a in _e_smart_event_mouse_up (data=0x85843a8, e=0x84bfd88,
obj=0x85843d0, event_info=0xbffd00a0) at e_ilist.c:461
#17 0x4022e63a in evas_object_event_callback_call (obj=0x85843d0,
type=EVAS_CALLBACK_MOUSE_UP, event_info=0xbffd00a0) at evas_callbacks.c:208
#18 0x4022e6f9 in evas_object_event_callback_call (obj=0x8586998,
type=EVAS_CALLBACK_MOUSE_UP, event_info=0xbffd00a0) at evas_callbacks.c:232
#19 0x402300a1 in evas_event_feed_mouse_up (e=0x84bfd88, b=1,
flags=EVAS_BUTTON_NONE, timestamp=5004428, data=0x0) at evas_events.c:309
#20 0x40046da7 in _ecore_evas_x_event_mouse_button_up (data=0x0, type=13,
event=0x8366750) at ecore_evas_x.c:523
#21 0x400b1a69 in _ecore_event_call () at ecore_events.c:430
#22 0x400b8dcf in _ecore_main_loop_iterate_internal (once_only=0)
at ecore_main.c:639
#23 0x400b7f0b in ecore_main_loop_begin () at ecore_main.c:79
#24 0x0806445d in main (argc=1, argv=0xbffff314) at e_main.c:718
#25 0x404efc1f in __libc_start_main (main=0x806290c <main>, argc=1,
ubp_av=0x1, init=0x81308dc <__libc_csu_init>,
fini=0x8130924 <__libc_csu_fini>, rtld_fini=0x400144a0 <_rtld_local>,
stack_end=0x0) at ../sysdeps/generic/libc-start.c:225
(gdb) quit
---
"Thank you for telling me the truth." --- HAL9000 in "2010"
Yasufumi Haga [EMAIL PROTECTED]
http://homepage3.nifty.com/peterpan/
fingerprint:0EFA 299A BC32 7D68 1FEF BA2B 804E 9B15 C4F0 F9F0
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users