Thanks for your response.
Here is more detailed information.

(gdb) b eina_share_common.c:542
Breakpoint 1 at 0x6f9b213a: file eina_share_common.c, line 542.
(gdb) r
Starting program: C:\MinGW\msys\1.0\opt\efl\bin/elementary_test.exe
[New Thread 3028.0x16e0]
[New Thread 3028.0x1020]
[New Thread 3028.0x1e70]
[New Thread 3028.0x19d4]

Breakpoint 1, _eina_share_common_node_from_str (
    str=0x23f59b0
"C:\\MinGW\\msys\\1.0\\opt\\efl\\share\\elementary/config/profile.cfg",
node_magic=2557874772)
    at eina_share_common.c:542
542        EINA_MAGIC_CHECK_SHARE_COMMON_NODE(node, node_magic, node =
NULL);
(gdb) bt
#0  _eina_share_common_node_from_str (
    str=0x23f59b0
"C:\\MinGW\\msys\\1.0\\opt\\efl\\share\\elementary/config/profile.cfg",
node_magic=2557874772)
    at eina_share_common.c:542
#1  0x6f9b2866 in eina_share_common_del (share=0x3e4818,
    str=0x23f59b0
"C:\\MinGW\\msys\\1.0\\opt\\efl\\share\\elementary/config/profile.cfg") at
eina_share_common.c:822
#2  0x6f9b73cd in eina_stringshare_del (
    str=0x23f59b0
"C:\\MinGW\\msys\\1.0\\opt\\efl\\share\\elementary/config/profile.cfg") at
eina_stringshare.c:607
#3  0x6f9c6286 in _eina_file_real_close (file=0x23f5960) at
eina_file_win32.c:458
#4  0x6f9c7425 in eina_file_close (file=0x23f5960) at eina_file_win32.c:1002
#5  0x6fdc2204 in eet_internal_close (ef=0x23f5f18, locked=<value optimized
out>) at eet_lib.c:1308
#6  0x6fdc2e3d in eet_clearcache () at eet_lib.c:729
#7  0x679e242f in elm_cache_all_flush () at elm_main.c:1310
#8  0x679a2112 in _elm_recache () at elm_config.c:758
#9  0x679a3781 in _elm_config_init () at elm_config.c:1454
#10 0x679e0719 in elm_quicklaunch_init (argc=1, argv=0x3e4458) at
elm_main.c:404
#11 0x679e0d94 in elm_init (argc=1, argv=0x3e4458) at elm_main.c:174
#12 0x00402c97 in main (argc=1, argv=0x3e4458) at test.c:667
(gdb) c
Continuing.
[New Thread 3028.0xa60]
CRI:[New Thread 3028.0x1a20]
 eina_share_common.c:542 _eina_share_common_node_from_str() *** Eina Magic
Check Failed !!!
    Input handle is wrong type
    Expected: 98761254 - Eina Stringshare Node
    Supplied: 00000320 - (unknown)
*** NAUGHTY PROGRAMMER!!!
*** SPANK SPANK SPANK!!!
*** Now go fix your code. Tut tut tut!



This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.

Program exited with code 03.
(gdb) bt
No stack.
(gdb)


2012/2/21 Carsten Haitzler <[email protected]>

> On Tue, 21 Feb 2012 14:31:57 +0900 cnook <[email protected]> said:
>
> we need backtraces
>
> export EINA_LOG_ABORT=1
> export EINA_LOG_ABORT_LEVEL=1
>
> run under gdb. yay! aborts!
>
> you can also use many other env vars
>
> export ECORE_ERROR_ABORT=1
> export EVAS_ERROR_ABORT=1
> export ELM_ERROR_ABORT=1
>
> :)
>
> > Dear All,
> >
> > I have a problem as following. You guys have any idea?
> > Would you kindly ENLIGHTEN me on this question?
> > I tested using r68179.
> >
> >
> > $ ELM_ENGINE=gdi elementary_test.exe
> > CRI: eina_share_common.c:542 _eina_share_common_node_from_str() ***
> > Eina Magic Check Failed !!!
> >     Input handle is wrong type
> >     Expected: 98761254 - Eina Stringshare Node
> >     Supplied: 0000031c - (unknown)
> > *** NAUGHTY PROGRAMMER!!!
> > *** SPANK SPANK SPANK!!!
> > *** Now go fix your code. Tut tut tut!
> >
> >
> > CRI:eina_stringshare eina_stringshare.c:608 eina_stringshare_del()
> > EEEK trying to del non-shared stringshare "C:\MinGW\m
> > sys\1.0\opt\efl\share\elementary/config/profile.cfg"
> > CRI: eina_share_common.c:542 _eina_share_common_node_from_str() ***
> > Eina Magic Check Failed !!!
> >     Input handle is wrong type
> >     Expected: 98761254 - Eina Stringshare Node
> >     Supplied: 00000324 - (unknown)
> > *** NAUGHTY PROGRAMMER!!!
> > *** SPANK SPANK SPANK!!!
> > *** Now go fix your code. Tut tut tut!
> >
> >
> > CRI:eina_stringshare eina_stringshare.c:608 eina_stringshare_del()
> > EEEK trying to del non-shared stringshare "C:\MinGW\m
> > sys\1.0\opt\efl\share\elementary/config/default/base.cfg"
> > CRI: eina_share_common.c:542 _eina_share_common_node_from_str() ***
> > Eina Magic Check Failed !!!
> >     Input handle is wrong type
> >     Expected: 98761254 - Eina Stringshare Node
> >     Supplied: 00000454 - (unknown)
> > *** NAUGHTY PROGRAMMER!!!
> > *** SPANK SPANK SPANK!!!
> > *** Now go fix your code. Tut tut tut!
> >
> >
> > CRI:eina_stringshare eina_stringshare.c:608 eina_stringshare_del()
> > EEEK trying to del non-shared stringshare "C:\MinGW\m
> > sys\1.0\opt\efl\share\elementary/themes/default.edj"
> > CRI: eina_share_common.c:542 _eina_share_common_node_from_str() ***
> > Eina Magic Check Failed !!!
> >     Input handle is wrong type
> >     Expected: 98761254 - Eina Stringshare Node
> >     Supplied: 0000044c - (unknown)
> > *** NAUGHTY PROGRAMMER!!!
> > *** SPANK SPANK SPANK!!!
> > *** Now go fix your code. Tut tut tut!
> >
> >
> > CRI:eina_stringshare eina_stringshare.c:608 eina_stringshare_del()
> > EEEK trying to del non-shared stringshare "C:\MinGW\m
> > sys\1.0\opt\efl\share\elementary/themes/default.edj"
> > CRI: eina_share_common.c:542 _eina_share_common_node_from_str() ***
> > Eina Magic Check Failed !!!
> >     Input handle is wrong type
> >     Expected: 98761254 - Eina Stringshare Node
> >     Supplied: 00000448 - (unknown)
> > *** NAUGHTY PROGRAMMER!!!
> > *** SPANK SPANK SPANK!!!
> > *** Now go fix your code. Tut tut tut!
> >
> >
> > CRI:eina_stringshare eina_stringshare.c:608 eina_stringshare_del()
> > EEEK trying to del non-shared stringshare "C:\MinGW\m
> > sys\1.0\opt\efl\share\elementary/themes/default.edj"
> >
> >
> ------------------------------------------------------------------------------
> > Keep Your Developer Skills Current with LearnDevNow!
> > The most comprehensive online learning library for Microsoft developers
> > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> > Metro Style Apps, more. Free future releases when you subscribe now!
> > http://p.sf.net/sfu/learndevnow-d2d
> > _______________________________________________
> > enlightenment-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    [email protected]
>
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to