I've tried in Gentoo, with latest efl library, hit segv problem

(gdb) run
Starting program: /usr/bin/estardict
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
ERR<9235>: elm_box.c:451 elm_box_add() safety check failed: parent == NULL
ERR<9235>: elm_scroller.c:662 elm_scroller_add() safety check failed:
parent == NULL
ERR<9235>: elm_button.c:343 elm_button_add() safety check failed: parent == NULL
ERR<9235>: elm_main.c:945 elm_object_part_text_set() safety check
failed: obj == NULL
ERR<9235>: elm_box.c:451 elm_box_add() safety check failed: parent == NULL
ERR<9235>: elm_main.c:973 elm_object_part_content_set() safety check
failed: obj == NULL
ERR<9235>: elm_frame.c:192 elm_frame_add() safety check failed: parent == NULL
ERR<9235>: elm_main.c:945 elm_object_part_text_set() safety check
failed: obj == NULL
ERR<9235>: elm_entry.c:3098 elm_entry_add() safety check failed: parent == NULL

Program received signal SIGSEGV, Segmentation fault.
0xb7d68cb4 in ?? () from /usr/lib/libelementary.so.1
(gdb) backtrace
#0  0xb7d68cb4 in ?? () from /usr/lib/libelementary.so.1
#1  0xb7d6bdca in elm_entry_entry_set () from /usr/lib/libelementary.so.1
#2  0x0804d0c9 in createFirstUsageFrame ()
#3  0x0804d337 in createInfoPage ()
#4  0x0804d81a in promoteFirstUsagePage ()
#5  0x0804a9e3 in elm_main ()
#6  0x0804a849 in main ()


On Mon, Jul 30, 2012 at 2:52 PM, Vaudano Luca <vaud...@gmail.com> wrote:
> Thanks!
>
> On Sat, Jul 28, 2012 at 2:08 AM, Martin Jansa <martin.ja...@gmail.com> wrote:
>> On Thu, Jul 19, 2012 at 11:33:39AM +0200, Vaudano Luca wrote:
>>> Hello Martin
>>
>> Hi,
>>
>>> I released estardict 0.7
>>> I attach the bitbake file, it is more verbose than usual because I
>>> "optify" the program for being more complaint with the maemo OS rules.
>>> Hope that it is fine.
>>
>> I personally don't like "optified" stuff, but it will be in staging 079,
>> sorry for delay..
>>
>> BTW: FILES_${PN} += "/opt/${PN}" is enough, you don't need to list every
>> file
>>
>> Cheers,
>>
>> --
>> Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com
> _______________________________________________
> Shr-devel mailing list
> Shr-devel@lists.shr-project.org
> http://lists.shr-project.org/mailman/listinfo/shr-devel
_______________________________________________
Shr-devel mailing list
Shr-devel@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to