On Mon, 28 Aug 2006 11:16:24 +0900,
   Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

| On Mon, 28 Aug 2006 10:53:27 +0900 (JST) Yasufumi Haga
| <[EMAIL PROTECTED]> babbled:
| 
| > On Mon, 28 Aug 2006 05:29:28 +0900,
| >    Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:
| > 
| > | On Mon, 28 Aug 2006 02:44:26 +0900 (JST) Yasufumi Haga
| > | <[EMAIL PROTECTED]> babbled:
| > | 
| > | > Hi all
| > | > 
| > | > I've just finished updating my e17 environment. I deleted
| > | > the existing ".e" directory before restarting the new e17.
| > | > When I use "screenshot" module with "Always Prompt For Filename"
| > | > enabled, e17 crashes. Here's the backtrace:
| > | 
| > | screenshot module's problem. needs updating. api changed for entry dialog 
:)
| > 
| > Sorry, I forgot to mention that I updated all the EFLs and the modules
| > which are possible to compile successfully includeing "screenshot"
| > as well as updating e17 itself at the same time.
| > I used the sources checked out from the cvs last night to build
| > the e17 enviroment. Do I still need to update the module?
| 
| screenshot dialog is wrong - initial text of null is not valid :) needs to be
| "" if they want empty text.

I misunderstood what you said. It is the codes of the module
that need to be updated, not my environment :)
Thanks.

| 
| > | > (gdb) bt
| > | > #0  0x405aaa92 in select () at regexec.c:1576
| > | > #1  0x404b8a84 in _XlcPublicMethods () from /usr/X11R6/lib/libX11.so.6
| > | > #2  0x40426371 in _XRead () from /usr/X11R6/lib/libX11.so.6
| > | > #3  0x40425fc4 in _XReadEvents () from /usr/X11R6/lib/libX11.so.6
| > | > #4  0x404172c0 in XNextEvent () from /usr/X11R6/lib/libX11.so.6
| > | > #5  0x080ca5fb in e_alert_show (
| > | >     text=0x8138960 "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  0x080b3a6f in e_sigseg_act (x=11, info=0xbffd0d30, data=0xbffd0db0)
| > | >     at e_signals.c:53
| > | > #7  <signal handler called>
| > | > #8  strlen () at ../sysdeps/i386/i486/strlen.S:69
| > | > #9  0x4054af55 in __strdup (s=0x815d920 "\200ネ\025\b\020ア\025\b\004")
| > | >     at strdup.c:42
| > | > #10 0x0811f467 in e_entry_dialog_show (
| > | >     title=0x413812e0 "Enlightenment Screenshot Module", 
| > | >     icon=0x41381490 "enlightenment/e", 
| > | >     text=0x41381460 "Enter a new filename to use for this screenshot", 
| > | >     initial_text=0x0, button_text=0x0, button2_text=0x0, 
| > | >     ok_func=0x4137fc71 <_cb_entry_ok>, cancel_func=0, data=0x837c210)
| > | >     at e_entry_dialog.c:27
| > | > #11 0x4137fc69 in _ss_get_filename (data=0x837c210) at e_mod_main.c:695
| > | > #12 0x4137f2d3 in _ss_handle_mouse_down (inst=0x837c210) at
| > | > #e_mod_main.c:476 13 0x4137e57f in _ss_cb_mouse_down (data=0x837c210,
| > | > #e=0x83106e0, 
| > | >     obj=0x83768a0, event_info=0xbffd1220) at e_mod_main.c:189
| > | > #14 0x4022953a in evas_object_event_callback_call (obj=0x83768a0, 
| > | >     type=EVAS_CALLBACK_MOUSE_DOWN, event_info=0xbffd1220)
| > | >     at evas_callbacks.c:208
| > | > #15 0x402295f9 in evas_object_event_callback_call (obj=0x837a520, 
| > | >     type=EVAS_CALLBACK_MOUSE_DOWN, event_info=0xbffd1220)
| > | >     at evas_callbacks.c:232
| > | > #16 0x4022ae07 in evas_event_feed_mouse_down (e=0x83106e0, b=1, 
| > | >     flags=EVAS_BUTTON_NONE, timestamp=19998341, data=0x0) at
| > | > evas_events.c:259
| > | > #17 0x080c462b in _e_popup_cb_mouse_down (data=0x0, type=12,
| > | > #event=0x8358448)
| > | >     at e_popup.c:328
| > | > #18 0x400aca69 in _ecore_event_call () at ecore_events.c:430
| > | > #19 0x400b3dcf in _ecore_main_loop_iterate_internal (once_only=0)
| > | >     at ecore_main.c:639
| > | > #20 0x400b2f0b in ecore_main_loop_begin () at ecore_main.c:79
| > | > #21 0x08065d8b in main (argc=1, argv=0xbffff494) at e_main.c:714
| > | > #22 0x404e9c1f in __libc_start_main (main=0x8064290 <main>, argc=1, 
| > | >     ubp_av=0x1, init=0x8130b04 <__libc_csu_init>, 
| > | >     fini=0x8130b4c <__libc_csu_fini>, rtld_fini=0x400144a0 
<_rtld_local>, 
| > | >     stack_end=0x0) at ../sysdeps/generic/libc-start.c:225
| > | > (gdb) quit
| > | > 
| > | > Regards.
| > | > 
| > | > ---
| > | > "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
| > | > 
| > | > 
-------------------------------------------------------------------------
| > | > Using Tomcat but need to do more? Need to support web services, 
security?
| > | > Get stuff done quickly with pre-integrated technology to make your job
| > | > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
| > | > Geronimo
| > | > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
| > | > _______________________________________________ enlightenment-users
| > | > mailing list [email protected]
| > | > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
| > | > 
| > | 
| > | 
| > | -- 
| > | ------------- Codito, ergo sum - "I code, therefore I am" --------------
| > | The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
| > | 裸好多
| > | Tokyo, Japan (東京 日本)
| > 
| 
| 
| -- 
| ------------- Codito, ergo sum - "I code, therefore I am" --------------
| The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
| 裸好多
| Tokyo, Japan (東京 日本)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to