Example for check this issue:
- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
Dec 11 2017
Nov 15 2017
Apr 19 2017
Apr 18 2017
Mar 16 2017
Mar 15 2017
Mar 14 2017
- Merge branch 'master' of git://git.enlightenment.org/core/efl
- elm_map: Fix work of elm_map_overlay_icon_set if icon is NULL.
Feb 3 2017
Jan 31 2017
Jan 30 2017
Jan 26 2017
please see #D4624
Aug 10 2016
Aug 9 2016
If we adding group with "copy of" default group - segfault
but if set mark in 'alias' - layout created
yes, but after update Efl and Eflete installation was successful)
Aug 8 2016
Aug 4 2016
Aug 3 2016
Aug 1 2016
Jul 29 2016
run with: valgrind --leak-check=full --log-file="eflete.log" eflete -r
log (on macOS):
Jul 26 2016
If we adding group with "copy of" default group - segfault
Jul 19 2016
yes, its work)
Jul 18 2016
Its need for macOS
please review
commit need to Fix bug
Jul 15 2016
please review
commit need to Fix bug
Jul 14 2016
please review
Jul 13 2016
yes, we have error:
ERR<56237>:evas-gl_common modules/evas/engines/gl_common/evas_gl_texture.c:341 _tex_2d() Fail tex alloc 0x0, intfmt: 1908 intfmtret: 1
Before call _tex_2d() func we have checks for use texture or no but... we not check geometry for ENFN->rectangle_draw()
This commit need to fix bug https://phab.enlightenment.org/T3949
when we use not NULL texture with some size - all good, but if change visible to 0 - we have NULL size and segfault
link to commit:
https://phab.enlightenment.org/D4159
in ecore_render we have check of size
NULL size we have when use invisible texture:
run effete, open bg.edc, change default visible to 0 - segfault
Jul 12 2016
can't create texture because we have 0x0 size (w x h)
and after call
Jul 11 2016
Please check patch
Need review for fix bug in Eflete
we have segfault due to NULL texture:
surface->tex->pt->fb - we can't take this, because surface->tex = NULL
we can adding check for fix this segfault but need investigate why we have NULL texture
Updating D4150: [Hosting] Fix work of engine on macOS.
Jul 8 2016
this commit need to fix bug:
https://phab.enlightenment.org/T3954
Check patch for fix bug:
Jul 7 2016
ERR<56237>:evas-gl_common modules/evas/engines/gl_common/evas_gl_texture.c:341 _tex_2d() Fail tex alloc 0x0, intfmt: 1908 intfmtret: 1
Jul 5 2016
Thread 9 Crashed:
0 libGL.dylib 0x00007fff9355e887 glDeleteTextures + 18
1 module.so 0x0000000112c689cf evas_gl_texture_pool_empty + 479 (evas_gl_texture.c:950)
2 module.so 0x0000000112c68d7a pt_unref + 282 (evas_gl_texture.c:982)
3 module.so 0x0000000112c6a245 evas_gl_common_texture_free + 389 (evas_gl_texture.c:1474)
4 module.so 0x0000000112c71832 evas_gl_common_image_free + 306 (evas_gl_image.c:716)
5 module.so 0x0000000112c46063 eng_image_free + 67 (evas_engine.c:586)
6 libevas.1.dylib 0x000000010dcac64c _evas_image_proxy_unset + 236 (efl_canvas_proxy.c:178)
7 libevas.1.dylib 0x000000010dbfa4e3 _evas_image_cleanup + 291 (evas_object_image.c:134)
8 libevas.1.dylib 0x000000010dcac266 _evas_image_proxy_source_set + 790 (efl_canvas_proxy.c:50)
9 libevas.1.dylib 0x000000010dbf5791 evas_object_image_source_unset + 129 (evas_image_legacy.c:409)
10 libevas.1.dylib 0x000000010dc0f942 _efl_canvas_object_eo_base_destructor + 1106 (evas_object_main.c:796)
11 libeo.1.dylib 0x000000010e5eb23d eo_destructor + 221 (eo_base.eo.c:82)
12 libeo.1.dylib 0x000000010e5e4afe _eo_del_internal + 110 (eo_private.h:233)
13 libeo.1.dylib 0x000000010e5e0186 _eo_unref + 454 (eo_private.h:353)
14 libeo.1.dylib 0x000000010e5e0251 _eo_call_end + 65 (eo.c:475)
15 libeo.1.dylib 0x000000010e5eaf26 eo_del + 230 (eo_base.eo.c:70)
16 libevas.1.dylib 0x000000010dc0c8f7 evas_object_del + 311 (evas_object_main.c:737)
17 libedje.1.dylib 0x000000010d9e1a4a _edje_file_del + 1210 (edje_load.c:1662)
18 libedje.1.dylib 0x000000010d9dda2a _edje_object_file_set_internal + 538 (edje_load.c:538)
19 libedje.1.dylib 0x000000010d9fd953 _edje_object_efl_file_mmap_set + 83 (edje_smart.c:432)
20 libefl.1.dylib 0x000000010e588198 efl_file_mmap_set + 248 (efl_file.eo.c:6)
21 libedje.1.dylib 0x000000010d9fad05 edje_object_mmap_set + 37 (edje_smart.c:452)
22 eflete 0x000000010d1f5ad6 gm_group_edit_object_reload + 262 (group_manager.c:70)
23 eflete 0x000000010d25cc7d _editor_saved + 125 (tabs.c:462)
24 libevas.1.dylib 0x000000010dc24d6b _eo_evas_smart_cb + 75 (evas_object_smart.c:71)
25 libeo.1.dylib 0x000000010e5e7398 _eo_base_event_callback_call + 952 (eo_base_class.c:1130)
26 libeo.1.dylib 0x000000010e5ebfe8 eo_event_callback_call + 248 (eo_base.eo.c:134)
27 libevas.1.dylib 0x000000010dc25264 evas_object_smart_callback_call + 132 (evas_object_smart.c:840)
28 eflete 0x000000010d21b8bd _editor_save + 221 (editor_general.c:34)
29 eflete 0x000000010d21b8ea editor_save_all + 26 (editor_general.c:46)
30 eflete 0x000000010d1fc9e2 _project_save + 162 (project_manager.c:786)
31 libeina.1.dylib 0x000000010e64d441 _eina_internal_call + 129 (eina_thread.c:125)
32 libsystem_pthread.dylib 0x00007fff943d2899 _pthread_body + 138
33 libsystem_pthread.dylib 0x00007fff943d272a _pthread_start + 137
34 libsystem_pthread.dylib 0x00007fff943d6fc9 thread_start + 13
example for reproduce bug:
after investigate - issue due to renderer with set proxy texture
part type swallow, text, program etc adding and saved correctly
only part type RECTANGLE not save
Jul 4 2016
if in empty project add empty_group and save - all work
but if save project after adding part - segfault
after callback call _editor_save in tabs.c and we have segfault after call edje_object_mmap_set in gm_group_edit_object_reload
Jul 3 2016
After updates from @FurryMyad combobox have good work
Jul 1 2016
segfault in evas_object_smart_callback_call(ap.win, SIGNAL_EDITOR_SAVED, NULL);
inside - eo_event_callback_call(eo_obj, eo_desc, event_info);
Jun 29 2016
also need check edje_object_mmap_set function
report from gdb:
Jun 23 2016
its bug not only for Shortcut Ctrl-s
Eflete can't save any changes in project due to segfault
Process: eflete [90039]
Path: /usr/local/bin/eflete
Identifier: eflete
Version: 0
Code Type: X86-64 (Native)
Parent Process: bash [95809]
Responsible: Terminal [229]
User ID: 501
Jun 22 2016
run eflete, open some project, open Menu 'View', choose Workspace, Rules and choose anything - nothing happens
run eflete, open some project, open workspace and press right Mouse button - nothing happens
patch for update keymap
Shortcuts work but not correctly
need update ket map
Process: eflete [64360]
Path: /usr/local/bin/eflete
Identifier: eflete
Version: 0
Code Type: X86-64 (Native)
Parent Process: bash [95809]
Responsible: Terminal [229]
User ID: 501
Fixed
Jun 21 2016
has again appeared
Jun 17 2016
Bug report:
It fixed in upstream after update (git pull)