Re: [E-devel] [EGIT] [core/efl] master 01/02: evas: use two thread when scaling image.

2015-02-23 Thread Cedric BAIL
Hum,I can't reproduce your issue, but I may have an idea, could you recompile your efl with -g -ggdb3 and tell me what valgrind says? Le 23 févr. 2015 02:26, Daniel Juyung Seo seojuyu...@gmail.com a écrit : Yo, This broke all elm apps. When I close apps, they just crash with this callstack.

Re: [E-devel] [EGIT] [core/efl] master 01/02: evas: use two thread when scaling image.

2015-02-23 Thread Daniel Juyung Seo
Yo, (precondition) CFLAGS=-O0 -march=native -ffast-math -g -ggdb3 -W -Wall -Wextra -mno-sse4 -fvisibility=hidden (command) valgrind --leak-check=full elementary_test (valgrind report) ==13999== Thread 3: ==13999== Jump to the invalid address stated on the next line ==13999==at 0xD126005:

Re: [E-devel] [EGIT] [core/efl] master 01/02: evas: use two thread when scaling image.

2015-02-22 Thread Daniel Juyung Seo
Yo, This broke all elm apps. When I close apps, they just crash with this callstack. (gdb) bt #0 0x5c5260b7 in ?? () #1 0xb7ba2113 in _eina_internal_call () at lib/eina/eina_thread.c:111 #2 0xb7b53d4c in start_thread (arg=0xb5b94b40) at pthread_create.c:308 #3 0xb7639dde in clone () at