Re: [E-devel] Enlightenment 0.26.0 / efl 1.27.0 multiple crashes on Debian Bookworm AMD64

Carsten Haitzler <[email protected]> Mon, 23 Sep 2024 01:05:09 +0100
Newsgroups gmane.comp.window-managers.enlightenment.devel
Message-ID <[email protected]>
On Sun, 22 Sep 2024 05:47:09 -0700 [email protected] said:

> On 2024-09-21 04:43, Carsten Haitzler wrote:
> > On Sat, 21 Sep 2024 00:37:32 -0700 [email protected] said:
> > 
> > 
> >> I installed all these dbgs:
> >> (< http://www.enlightenment.org/ss/e-66ee76f50c86a5.48118502.jpg >)
> >> 
> >> Hopefully pasted below e crash log will be adequate:
> > 
> > ...
> > 
> >> #4  0x00007fe29b8c4050 in <signal handler called> () at
> >> /lib/x86_64-linux-gnu/libc.so.6
> >> #5  eet_write_cipher (ef=0x55a72dc62c50, name=0x55a72cb112d4 "config",
> >> data=0x55a72eb0cbe0, size=14526, comp=11, cipher_key=0x0) at
> >> ../src/lib/eet/eet_lib.c:2479
> >>          in = 0x55a72e654c70
> >>          efn = 0x2775becd05b78900
> >>          exists_already = 0
> >>          hash = 46
> >> #6  0x00007fe29c97ac01 in eet_data_write_cipher (ef=0x55a72dc62c50,
> >> edd=0x55a72d5d03f0, name=0x55a72cb112d4 "config", cipher_key=0x0,
> >> data=0x55a72d5d8180, comp=11) at ../src/lib/eet/eet_data.c:2410
> >>          ed = 0x55a72dc3c100
> >>          data_enc = 0x55a72eb0cbe0
> >>          size = 14526
> >>          val = 32765
> >>          __func__ = "eet_data_write_cipher"
> >> #7  0x00007fe29c97ac6f in eet_data_write (ef=0x55a72dc62c50,
> >> edd=0x55a72d5d03f0, name=0x55a72cb112d4 "config", data=0x55a72d5d8180,
> >> comp=11) at ../src/lib/eet/eet_data.c:2422
> >> #8  0x000055a72c9949bf in e_config_domain_save (domain=0x55a72cb13c33
> >> "e_bindings", edd=0x55a72d5d03f0, data=0x55a72d5d8180) at
> >> ../src/bin/e_config.c:2328
> >>          ef = 0x55a72dc62c50
> >>          buf = "/home/jose/.e/e/config/standard/e_bindings.cfg", 
> >> '\000'
> >> <repeats 370 times>...
> >>          buf2 =
> >> "/home/jose/.e/e/config/standard/e_bindings.cfg.tmp\000efox", '\000'
> >> <repeats 3137 times>...
> >>          ok = 0
> >>          len = 46
> >>          len2 = 10
> > 
> > ok. so eet_lib.c:2479 ... it's writing out e's bindings cfg file. we're 
> > getting
> > somewhere. that's
> > 
> >    LOCK_FILE(ef);
> >    /* Does this node already exist? */
> >    for (efn = ef->header->directory->nodes[hash]; efn; efn = efn->next)
> >      {
> >         /* if it matches */
> > 
> > the for () line there.... gee... at this point i don't know - that 
> > should not
> > crash. the header should be there as should the directory etc. and the
> > directory size is fixed as the hash is calculated and limited to that 
> > size.
> > unfortunately this has moved us along but not given us the problem. 
> > it's time
> > to use valgrind.
> > 
> > https://www.enlightenment.org/contrib/enlightenment-debug.md
> > 
> > we need to find out what there is wrong and why. it should not be. 
> > something
> > deeper has gone wrong and it's time to dig out some tooling.
> 
> Using:
> Xephyr -ac -br -noreset -screen 1366x720 :1
> then
> DISPLAY=:1 enlightenment_start -valgrind

oh ha! i forgot - i removed -valgrind as no one was using it or reporting
issues with it... so -valgrind would not have helped. you need to do the
following instead

  E_START=1 DISPLAY=:1 \
  valgrind --tool=memcheck --num-callers=64 --show-reachable=no \
  --read-var-info=yes --leak-check=yes --leak-resolution=high \
  --undef-value-errors=yes --track-origins=yes --vgdb-error=0 \
  --vgdb=full --redzone-size=512 --freelist-vol=100000000 \
  enlightenment

valgrind will give you some instructions. use another vt or ssh in and:

  gdb enlightenment

(and in gdb at the prompt)

  target remote | /usr/lib/valgrind/../../bin/vgdb --pid=49940

.. or more specifically use what valgrind told you - not the above - the above
was just an example. it will ask if you want to attach. of course answer y.
then type "cont" at the prompt to continue running.

enlightenment will now run very slowly. trigger your bug. you might get other
complaints - it's possible. you could skip some with "cont" command in
gdb to just continue. valgrind's stdout will tell you a fair bit of very useful
info -t he gdb will be in a trap and allow you to interact (bt = backtrace, p
VAR = print variable VAR value, l = list core, fr N = go to stack trace frame N
(listed in bt). when finally you get a backtrace in that eet write func in
saving config... then valgrind might tell us something useful.

 

> The program is not being run.
> 
> Thread 9 (Thread 0x7fb1137fe6c0 (LWP 91466) "Ethread-feedbac"):
> #0  0x00007fb13f27e485 in __GI___clock_nanosleep 
> (clock_id=clock_id@entry=0, flags=flags@entry=0, 
> req=req@entry=0x7fb1137fda90, rem=rem@entry=0x7fb1137fda90) at 
> ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          r = <optimized out>
> #1  0x00007fb13f282d93 in __GI___nanosleep 
> (req=req@entry=0x7fb1137fda90, rem=rem@entry=0x7fb1137fda90) at 
> ../sysdeps/unix/sysv/linux/nanosleep.c:25
>          ret = <optimized out>
> #2  0x00007fb13f282cca in __sleep (seconds=0) at 
> ../sysdeps/posix/sleep.c:55
>          save_errno = 11
>          ts = {tv_sec = 6, tv_nsec = 11940569}
> #3  0x000055de741b8dfc in  ()
> #4  0x00007fb140063311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #5  0x00007fb140180569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007fb13f238144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140398513088192, 
> -6052271768380468358, -224, 0, 140737428381888, 140398504697856, 
> 6007841601845367674, 6007938939882345338}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007fb13f2b87dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 8 (Thread 0x7fb124d356c0 (LWP 91453) "Ethread-feedbac"):
> #0  0x00007fb13f2ad8dc in __GI___select (nfds=82, 
> readfds=0x7fb124d348f0, writefds=0x7fb124d34970, 
> exceptfds=0x7fb124d349f0, timeout=0x7fb124d348e0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 2, tv_nsec = 475996824}
>          pts64 = 0x7fb124d34870
> #1  0x000055de741985ac in e_powersave_sleeper_sleep ()
> #2  0x00007fb124eae76a in  () at 
> /usr/lib/x86_64-linux-gnu/enlightenment/modules/temperature/linux-gnu-x86_64-0.26.0/module.so
> #3  0x00007fb140063311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007fb140180569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007fb13f238144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140398803769024, 
> -6052271768380468358, -224, 0, 140737428381376, 140398795378688, 
> 6007884649765704570, 6007938939882345338}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007fb13f2b87dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 7 (Thread 0x7fb1280e96c0 (LWP 91437) "enlighte:gdrv0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x55de756560f0) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55de756560f0, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fb13f234efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55de756560f0, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fb13f237558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x55de756560a0, cond=0x55de756560c8) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fb13f2372e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fb1280e8b00, __canceltype = 1, 
> __prev = 0x0}
>          cbuffer = {wseq = 3364, cond = 0x55de756560c8, mutex = 
> 0x55de756560a0, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 3364
>          seq = 1682
>          private = 0
> #4  ___pthread_cond_wait (cond=0x55de756560c8, mutex=0x55de756560a0) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007fb133c21059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007fb133bd317b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007fb133c20f97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007fb13f238144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140398857983680, 
> -6052271768380468358, -224, 19, 140737428371344, 140398849593344, 
> 6007893134473597818, 6007938939882345338}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fb13f2b87dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7fb1288ea6c0 (LWP 91436) "Eanimator-vsync"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55de75609178) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55de75609178, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fb13f234efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55de75609178, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007fb13f23fc4f in do_futex_wait (sem=sem@entry=0x55de75609178, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007fb13f23fce0 in __new_sem_wait_slow64 (sem=0x55de75609178, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7fb13f23fc30 <__sem_wait_cleanup>, 
> __arg = 0x55de75609178, __canceltype = 1061046360, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007fb140160b48 in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007fb13f3de92a in  () at /lib/x86_64-linux-gnu/libecore_x.so.1
> #7  0x00007fb140063311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #8  0x00007fb140180569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #9  0x00007fb13f238144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140398866376384, 
> -6052271768380468358, -224, 2, 140737428368112, 140398857986048, 
> 6007894234522096506, 6007938939882345338}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #10 0x00007fb13f2b87dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7fb1290eb6c0 (LWP 91435) "enlight:disk$0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x55de75629cf8) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55de75629cf8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fb13f234efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55de75629cf8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fb13f237558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x55de75629ca8, cond=0x55de75629cd0) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fb13f2372e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fb1290eab00, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 0, cond = 0x55de75629cd0, mutex = 
> 0x55de75629ca8, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 0
>          seq = 0
>          private = 0
> #4  ___pthread_cond_wait (cond=0x55de75629cd0, mutex=0x55de75629ca8) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007fb133c21059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007fb133bd317b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007fb133c20f97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007fb13f238144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140398874769088, 
> -6052271768380468358, -224, 0, 140737428367328, 140398866378752, 
> 6007890936524084090, 6007938939882345338}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fb13f2b87dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7fb1365666c0 (LWP 91405) "Ethread-feedbac"):
> #0  0x00007fb13f2adbfa in __GI_fdatasync (fd=77) at 
> ../sysdeps/unix/sysv/linux/fdatasync.c:28
>          sc_ret = 0
>          sc_cancel_oldtype = 1
> #1  0x00007fb1400ead9f in  () at /lib/x86_64-linux-gnu/libeet.so.1
> #2  0x00007fb1400ec303 in eet_sync_sync () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #3  0x000055de7410d478 in  ()
> #4  0x00007fb140063311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #5  0x00007fb140180569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007fb13f238144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140399097571008, 
> -6052271768380468358, -224, 1, 140737428377728, 140399089180672, 
> 6007923158979351418, 6007938939882345338}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007fb13f2b87dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7fb137fff6c0 (LWP 91404) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55de7530cd58) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55de7530cd58, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fb13f234efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55de7530cd58, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007fb13f23fc4f in do_futex_wait (sem=sem@entry=0x55de7530cd58, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007fb13f23fce0 in __new_sem_wait_slow64 (sem=0x55de7530cd58, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7fb13f23fc30 <__sem_wait_cleanup>, 
> __arg = 0x55de7530cd58, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007fb140160b48 in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007fb13fce5642 in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #7  0x00007fb140180569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #8  0x00007fb13f238144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140399125460672, 
> -6052271768380468358, -224, 2, 140737428381776, 140399117070336, 
> 6007921866731066234, 6007938939882345338}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fb13f2b87dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7fb13cf146c0 (LWP 91403) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7fb13cf13b10, op=137, expected=0, futex_word=0x7fb13ff19f94) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7fb13ff19f94, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7fb13cf13b10, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007fb13f234efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7fb13ff19f94, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7fb13cf13b10, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fb13f23783c in __pthread_cond_wait_common 
> (abstime=0x7fb13cf13b10, clockid=1, mutex=0x7fb13ff19f20, 
> cond=0x7fb13ff19f68) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fb13f2372e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fb13cf13aa0, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 1615, cond = 0x7fb13ff19f68, mutex = 
> 0x7fb13ff19f20, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 1615
>          seq = 807
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7fb13ff19f68, 
> mutex=0x7fb13ff19f20, abstime=0x7fb13cf13b10) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007fb13fcf15ee in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #6  0x00007fb140180569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #7  0x00007fb13f238144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140399208384192, 
> -6052271768380468358, -224, 2, 140737428381776, 140399199993856, 
> 6007937172383896442, 6007938939882345338}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #8  0x00007fb13f2b87dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7fb13dd48980 (LWP 91401) "enlightenment"):
> #0  0x00007fb13f282d32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x00007fb13f1eb050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #2  0x00007fb1400ee565 in eet_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #3  0x00007fb1400e2b5a in eet_data_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #4  0x000055de7410e3da in e_config_domain_save ()
> #5  0x000055de7410e42d in  ()
> #6  0x000055de74197e8b in  ()
> #7  0x00007fb1400616ef in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #8  0x00007fb1400c0cd3 in  () at /lib/x86_64-linux-gnu/libeo.so.1
> #9  0x00007fb1400bb182 in efl_event_callback_call () at 
> /lib/x86_64-linux-gnu/libeo.so.1
> #10 0x00007fb140062352 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #11 0x00007fb1400625a0 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #12 0x00007fb140027ac7 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #13 0x00007fb140028635 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #14 0x00007fb14002e055 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #15 0x00007fb14002d39e in efl_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #16 0x00007fb140028717 in ecore_main_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #17 0x000055de740cbf53 in main ()
> [Inferior 1 (process 91401) detached]
> 
> Thread 9 (Thread 0x7fc5511806c0 (LWP 151319) "Ethread-feedbac"):
> #0  0x00007fc570615e26 in epoll_wait (epfd=93, events=0x7fc55117fa70, 
> maxevents=2, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>          sc_ret = -4
>          sc_cancel_oldtype = 1
> #1  0x00007fc5713bd795 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #2  0x0000564ab7620dee in  ()
> #3  0x00007fc5713c1311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007fc5714de569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007fc570596144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140485445813952, 
> -5018592619675326377, -224, 0, 140724230463456, 140485437423616, 
> 5030734870286624855, 5030661695773141079}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007fc5706167dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 8 (Thread 0x7fc55219a6c0 (LWP 151317) "Ethread-feedbac"):
> #0  0x00007fc57060b8dc in __GI___select (nfds=85, 
> readfds=0x7fc5521998f0, writefds=0x7fc552199970, 
> exceptfds=0x7fc5521999f0, timeout=0x7fc5521998e0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 5, tv_nsec = 991233006}
>          pts64 = 0x7fc552199870
> #1  0x0000564ab76005ac in e_powersave_sleeper_sleep ()
> #2  0x00007fc55231576a in  () at 
> /usr/lib/x86_64-linux-gnu/enlightenment/modules/temperature/linux-gnu-x86_64-0.26.0/module.so
> #3  0x00007fc5713c1311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007fc5714de569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007fc570596144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140485462697664, 
> -5018592619675326377, -224, 0, 140724230462944, 140485454307328, 
> 5030737014549047383, 5030661695773141079}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007fc5706167dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 7 (Thread 0x7fc5593a66c0 (LWP 151299) "enlighte:gdrv0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x564ab8454704) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x564ab8454704, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fc570592efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x564ab8454704, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fc570595558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x564ab84546b0, cond=0x564ab84546d8) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fc5705952e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fc5593a5b00, __canceltype = 
> -1203400184, __prev = 0x0}
>          cbuffer = {wseq = 2623, cond = 0x564ab84546d8, mutex = 
> 0x564ab84546b0, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 2623
>          seq = 1311
>          private = 0
> #4  ___pthread_cond_wait (cond=0x564ab84546d8, mutex=0x564ab84546b0) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007fc5650bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007fc56506e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007fc5650bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007fc570596144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140485582284480, 
> -5018592619675326377, -224, 19, 140724230452912, 140485573894144, 
> 5030752706212063319, 5030661695773141079}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fc5706167dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7fc559ba76c0 (LWP 151298) "Eanimator-vsync"):
> #0  0x00007fc57060b8dc in __GI___select (nfds=56, 
> readfds=0x7fc559ba6920, writefds=0x7fc559ba69a0, 
> exceptfds=0x7fc559ba6a20, timeout=0x7fc559ba6900) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 0, tv_nsec = 96095162}
>          pts64 = 0x7fc559ba6890
> #1  0x00007fc57073cbf6 in  () at /lib/x86_64-linux-gnu/libecore_x.so.1
> #2  0x00007fc5713c1311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #3  0x00007fc5714de569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #4  0x00007fc570596144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140485590677184, 
> -5018592619675326377, -224, 2, 140724230449680, 140485582286848, 
> 5030753806260562007, 5030661695773141079}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #5  0x00007fc5706167dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7fc55a3a86c0 (LWP 151297) "enlight:disk$0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x564ab8427cf8) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x564ab8427cf8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fc570592efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x564ab8427cf8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fc570595558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x564ab8427ca8, cond=0x564ab8427cd0) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fc5705952e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fc55a3a7b00, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 0, cond = 0x564ab8427cd0, mutex = 
> 0x564ab8427ca8, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 0
>          seq = 0
>          private = 0
> #4  ___pthread_cond_wait (cond=0x564ab8427cd0, mutex=0x564ab8427ca8) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007fc5650bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007fc56506e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007fc5650bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007fc570596144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140485599069888, 
> -5018592619675326377, -224, 0, 140724230448896, 140485590679552, 
> 5030754906309060695, 5030661695773141079}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fc5706167dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7fc567fff6c0 (LWP 151248) "Ethread-feedbac"):
> #0  0x00007fc57060bbfa in __GI_fdatasync (fd=107) at 
> ../sysdeps/unix/sysv/linux/fdatasync.c:28
>          sc_ret = 0
>          sc_cancel_oldtype = 1
> #1  0x00007fc571448d9f in  () at /lib/x86_64-linux-gnu/libeet.so.1
> #2  0x00007fc57144a303 in eet_sync_sync () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #3  0x0000564ab7575478 in  ()
> #4  0x00007fc5713c1311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #5  0x00007fc5714de569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007fc570596144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140485830112960, 
> -5018592619675326377, -224, 1, 140724230459296, 140485821722624, 
> 5030713635431442519, 5030661695773141079}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007fc5706167dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7fc56db136c0 (LWP 151247) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x564ab8107478) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x564ab8107478, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fc570592efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x564ab8107478, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007fc57059dc4f in do_futex_wait (sem=sem@entry=0x564ab8107478, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007fc57059dce0 in __new_sem_wait_slow64 (sem=0x564ab8107478, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7fc57059dc30 <__sem_wait_cleanup>, 
> __arg = 0x564ab8107478, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007fc5714beb48 in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007fc571043642 in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #7  0x00007fc5714de569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #8  0x00007fc570596144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140485925615296, 
> -5018592619675326377, -224, 2, 140724230463344, 140485917224960, 
> 5030727458783684695, 5030661695773141079}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fc5706167dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7fc56e3146c0 (LWP 151246) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7fc56e313b10, op=137, expected=0, futex_word=0x7fc571277f94) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7fc571277f94, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7fc56e313b10, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007fc570592efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7fc571277f94, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7fc56e313b10, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fc57059583c in __pthread_cond_wait_common 
> (abstime=0x7fc56e313b10, clockid=1, mutex=0x7fc571277f20, 
> cond=0x7fc571277f68) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fc5705952e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fc56e313aa0, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 199, cond = 0x7fc571277f68, mutex = 
> 0x7fc571277f20, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 199
>          seq = 99
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7fc571277f68, 
> mutex=0x7fc571277f20, abstime=0x7fc56e313b10) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007fc57104f5ee in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #6  0x00007fc5714de569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #7  0x00007fc570596144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140485934008000, 
> -5018592619675326377, -224, 2, 140724230463344, 140485925617664, 
> 5030728558832183383, 5030661695773141079}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #8  0x00007fc5706167dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7fc56f096980 (LWP 151244) "enlightenment"):
> #0  0x00007fc5705e0d32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x00007fc570549050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #2  __strcmp_sse42 () at ../sysdeps/x86_64/multiarch/strcmp-sse4_2.S:228
> #3  0x00007fc57144c598 in eet_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #4  0x00007fc571440b5a in eet_data_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #5  0x0000564ab75763da in e_config_domain_save ()
> #6  0x0000564ab757642d in  ()
> #7  0x0000564ab75ffe8b in  ()
> #8  0x00007fc5713bf6ef in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #9  0x00007fc57141ecd3 in  () at /lib/x86_64-linux-gnu/libeo.so.1
> #10 0x00007fc571419182 in efl_event_callback_call () at 
> /lib/x86_64-linux-gnu/libeo.so.1
> #11 0x00007fc5713c0352 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #12 0x00007fc5713c05a0 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #13 0x00007fc571385ac7 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #14 0x00007fc571386635 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #15 0x00007fc57138c055 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #16 0x00007fc57138b39e in efl_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #17 0x00007fc571386717 in ecore_main_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #18 0x0000564ab7533f53 in main ()
> [Inferior 1 (process 151244) detached]
> 
> Thread 9 (Thread 0x7f477d3786c0 (LWP 1059) "Ethread-feedbac"):
> #0  0x00007f479c003e26 in epoll_wait (epfd=95, events=0x7f477d377a70, 
> maxevents=2, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>          sc_ret = -4
>          sc_cancel_oldtype = 1
> #1  0x00007f479cdab795 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #2  0x0000558e03e51dee in  ()
> #3  0x00007f479cdaf311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007f479cecc569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007f479bf84144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139945020196544, 
> -3260002789031428914, -224, 0, 140723389811280, 139945011806208, 
> 3192171232271252686, 3192228928796081358}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007f479c0047dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 8 (Thread 0x7f477db816c0 (LWP 1058) "Ethread-feedbac"):
> #0  0x00007f479bff98dc in __GI___select (nfds=87, 
> readfds=0x7f477db808f0, writefds=0x7f477db80970, 
> exceptfds=0x7f477db809f0, timeout=0x7f477db808e0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 11, tv_nsec = 151942040}
>          pts64 = 0x7f477db80870
> #1  0x0000558e03e315ac in e_powersave_sleeper_sleep ()
> #2  0x00007f477dc8476a in  () at 
> /usr/lib/x86_64-linux-gnu/enlightenment/modules/temperature/linux-gnu-x86_64-0.26.0/module.so
> #3  0x00007f479cdaf311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007f479cecc569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007f479bf84144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139945028622016, 
> -3260002789031428914, -224, 0, 140723389810768, 139945020231680, 
> 3192172304402463950, 3192228928796081358}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007f479c0047dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 7 (Thread 0x7f4784c436c0 (LWP 1035) "enlighte:gdrv0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x558e0530e550) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x558e0530e550, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f479bf80efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x558e0530e550, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f479bf83558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x558e0530e500, cond=0x558e0530e528) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f479bf832e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f4784c42b00, __canceltype = 
> 87146784, __prev = 0x0}
>          cbuffer = {wseq = 2508, cond = 0x558e0530e528, mutex = 
> 0x558e0530e500, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 2508
>          seq = 1254
>          private = 0
> #4  ___pthread_cond_wait (cond=0x558e0530e528, mutex=0x558e0530e500) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f47908bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f479086e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f47908bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f479bf84144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139945146857152, 
> -3260002789031428914, -224, 19, 140723389800736, 139945138466816, 
> 3192257412400659662, 3192228928796081358}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f479c0047dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7f47854446c0 (LWP 1034) "Eanimator-vsync"):
> #0  0x00007f479bfca485 in __GI___clock_nanosleep 
> (clock_id=clock_id@entry=0, flags=flags@entry=0, 
> req=req@entry=0x7f4785443400, rem=rem@entry=0x0) at 
> ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          r = <optimized out>
> #1  0x00007f479bfced93 in __GI___nanosleep 
> (req=req@entry=0x7f4785443400, rem=rem@entry=0x0) at 
> ../sysdeps/unix/sysv/linux/nanosleep.c:25
>          ret = <optimized out>
> #2  0x00007f479bffa185 in usleep (useconds=<optimized out>) at 
> ../sysdeps/posix/usleep.c:31
>          ts = {tv_sec = 0, tv_nsec = 8327000}
> #3  0x00007f479c12a7e8 in  () at /lib/x86_64-linux-gnu/libecore_x.so.1
> #4  0x00007f479c12ad22 in  () at /lib/x86_64-linux-gnu/libecore_x.so.1
> #5  0x00007f479812256c in drmHandleEvent () at 
> /lib/x86_64-linux-gnu/libdrm.so.2
> #6  0x00007f479c12ac62 in  () at /lib/x86_64-linux-gnu/libecore_x.so.1
> #7  0x00007f479cdaf311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #8  0x00007f479cecc569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #9  0x00007f479bf84144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139945155249856, 
> -3260002789031428914, -224, 2, 140723389797504, 139945146859520, 
> 3192258512449158350, 3192228928796081358}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #10 0x00007f479c0047dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7f4785c456c0 (LWP 1033) "enlight:disk$0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x558e052e21f8) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x558e052e21f8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f479bf80efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x558e052e21f8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f479bf83558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x558e052e21a8, cond=0x558e052e21d0) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f479bf832e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f4785c44b00, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 0, cond = 0x558e052e21d0, mutex = 
> 0x558e052e21a8, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 0
>          seq = 0
>          private = 0
> #4  ___pthread_cond_wait (cond=0x558e052e21d0, mutex=0x558e052e21a8) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f47908bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f479086e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f47908bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f479bf84144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139945163642560, 
> -3260002789031428914, -224, 0, 140723389796720, 139945155252224, 
> 3192259614645140686, 3192228928796081358}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f479c0047dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7f4798ce46c0 (LWP 1016) "Ethread-feedbac"):
> #0  0x00007f479bff9bfa in __GI_fdatasync (fd=79) at 
> ../sysdeps/unix/sysv/linux/fdatasync.c:28
>          sc_ret = 0
>          sc_cancel_oldtype = 1
> #1  0x00007f479ce36d9f in  () at /lib/x86_64-linux-gnu/libeet.so.1
> #2  0x00007f479ce38303 in eet_sync_sync () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #3  0x0000558e03da6478 in  ()
> #4  0x00007f479cdaf311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #5  0x00007f479cecc569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007f479bf84144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139945483060928, 
> -3260002789031428914, -224, 1, 140723389807120, 139945474670592, 
> 3192230938759118030, 3192228928796081358}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007f479c0047dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7f47995136c0 (LWP 1012) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x558e04fc15f8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x558e04fc15f8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f479bf80efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x558e04fc15f8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007f479bf8bc4f in do_futex_wait (sem=sem@entry=0x558e04fc15f8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007f479bf8bce0 in __new_sem_wait_slow64 (sem=0x558e04fc15f8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7f479bf8bc30 <__sem_wait_cleanup>, 
> __arg = 0x558e04fc15f8, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007f479ceacb48 in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007f479ca31642 in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #7  0x00007f479cecc569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #8  0x00007f479bf84144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139945491642048, 
> -3260002789031428914, -224, 2, 140723389811168, 139945483251712, 
> 3192232029143940302, 3192228928796081358}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f479c0047dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7f4799d146c0 (LWP 1011) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7f4799d13b10, op=137, expected=0, futex_word=0x7f479cc65f94) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7f479cc65f94, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f4799d13b10, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007f479bf80efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7f479cc65f94, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f4799d13b10, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f479bf8383c in __pthread_cond_wait_common 
> (abstime=0x7f4799d13b10, clockid=1, mutex=0x7f479cc65f20, 
> cond=0x7f479cc65f68) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f479bf832e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f4799d13aa0, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 3095, cond = 0x7f479cc65f68, mutex = 
> 0x7f479cc65f20, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 3095
>          seq = 1547
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7f479cc65f68, 
> mutex=0x7f479cc65f20, abstime=0x7f4799d13b10) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007f479ca3d5ee in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #6  0x00007f479cecc569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #7  0x00007f479bf84144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139945500034752, 
> -3260002789031428914, -224, 2, 140723389811168, 139945491644416, 
> 3192233129192438990, 3192228928796081358}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #8  0x00007f479c0047dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7f479aa84980 (LWP 999) "enlightenment"):
> #0  0x00007f479bfced32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x00007f479bf37050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #2  0x00007f479ce3a565 in eet_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #3  0x00007f479ce2eb5a in eet_data_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #4  0x0000558e03da73da in e_config_domain_save ()
> #5  0x0000558e03da742d in  ()
> #6  0x0000558e03e30e8b in  ()
> #7  0x00007f479cdad6ef in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #8  0x00007f479ce0ccd3 in  () at /lib/x86_64-linux-gnu/libeo.so.1
> #9  0x00007f479ce07182 in efl_event_callback_call () at 
> /lib/x86_64-linux-gnu/libeo.so.1
> #10 0x00007f479cdae352 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #11 0x00007f479cdae5a0 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #12 0x00007f479cd73ac7 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #13 0x00007f479cd74635 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #14 0x00007f479cd7a055 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #15 0x00007f479cd7939e in efl_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #16 0x00007f479cd74717 in ecore_main_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #17 0x0000558e03d64f53 in main ()
> [Inferior 1 (process 999) detached]
> 
> Thread 9 (Thread 0x7f813f7fe6c0 (LWP 1478) "Ethread-feedbac"):
> #0  0x00007f816677ce26 in epoll_wait (epfd=95, events=0x7f813f7fda70, 
> maxevents=2, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>          sc_ret = -4
>          sc_cancel_oldtype = 1
> #1  0x00007f8167524795 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #2  0x0000555bb5010dee in  ()
> #3  0x00007f8167528311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007f8167645569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007f81666fd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140193092855488, 
> 3110903741398400185, -224, 0, 140734116736624, 140193084465152, 
> -3157488948453032775, -3157328281831850823}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007f816677d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 8 (Thread 0x7f813ffff6c0 (LWP 1477) "Ethread-feedbac"):
> #0  0x00007f81667728dc in __GI___select (nfds=87, 
> readfds=0x7f813fffe8f0, writefds=0x7f813fffe970, 
> exceptfds=0x7f813fffe9f0, timeout=0x7f813fffe8e0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 13, tv_nsec = 529160104}
>          pts64 = 0x7f813fffe870
> #1  0x0000555bb4ff05ac in e_powersave_sleeper_sleep ()
> #2  0x00007f814c3fd76a in  () at 
> /usr/lib/x86_64-linux-gnu/enlightenment/modules/temperature/linux-gnu-x86_64-0.26.0/module.so
> #3  0x00007f8167528311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007f8167645569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007f81666fd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140193101248192, 
> 3110903741398400185, -224, 0, 140734116736112, 140193092857856, 
> -3157487849478275911, -3157328281831850823}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007f816677d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 7 (Thread 0x7f814f4436c0 (LWP 1458) "enlighte:gdrv0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x555bb6c7c444) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x555bb6c7c444, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f81666f9efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x555bb6c7c444, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f81666fc558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x555bb6c7c3f0, cond=0x555bb6c7c418) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f81666fc2e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f814f442b00, __canceltype = 
> -1228304048, __prev = 0x0}
>          cbuffer = {wseq = 1679, cond = 0x555bb6c7c418, mutex = 
> 0x555bb6c7c3f0, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 1679
>          seq = 839
>          private = 0
> #4  ___pthread_cond_wait (cond=0x555bb6c7c418, mutex=0x555bb6c7c3f0) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f815b0bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f815b06e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f815b0bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f81666fd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140193357379264, 
> 3110903741398400185, -224, 19, 140734116726080, 140193348988928, 
> -3157382947049554759, -3157328281831850823}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f816677d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7f814fc446c0 (LWP 1457) "Eanimator-vsync"):
> #0  0x00007f81667728dc in __GI___select (nfds=56, 
> readfds=0x7f814fc43920, writefds=0x7f814fc439a0, 
> exceptfds=0x7f814fc43a20, timeout=0x7f814fc43900) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 0, tv_nsec = 93538881}
>          pts64 = 0x7f814fc43890
> #1  0x00007f81668a3bf6 in  () at /lib/x86_64-linux-gnu/libecore_x.so.1
> #2  0x00007f8167528311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #3  0x00007f8167645569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #4  0x00007f81666fd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140193365771968, 
> 3110903741398400185, -224, 2, 140734116722848, 140193357381632, 
> -3157381848074797895, -3157328281831850823}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #5  0x00007f816677d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7f81504456c0 (LWP 1456) "enlight:disk$0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x555bb6c50328) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x555bb6c50328, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f81666f9efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x555bb6c50328, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f81666fc558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x555bb6c502d8, cond=0x555bb6c50300) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f81666fc2e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f8150444b00, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 0, cond = 0x555bb6c50300, mutex = 
> 0x555bb6c502d8, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 0
>          seq = 0
>          private = 0
> #4  ___pthread_cond_wait (cond=0x555bb6c50300, mutex=0x555bb6c502d8) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f815b0bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f815b06e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f815b0bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f81666fd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140193374164672, 
> 3110903741398400185, -224, 0, 140734116722064, 140193365774336, 
> -3157437919409718087, -3157328281831850823}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f816677d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7f815dd656c0 (LWP 1431) "Ethread-feedbac"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555bb6b0b9a8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x555bb6b0b9a8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f81666f9efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x555bb6b0b9a8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007f8166704c4f in do_futex_wait (sem=sem@entry=0x555bb6b0b9a8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007f8166704ce0 in __new_sem_wait_slow64 (sem=0x555bb6b0b9a8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7f8166704c30 <__sem_wait_cleanup>, 
> __arg = 0x555bb6b0b9a8, __canceltype = 738208736, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007f8167625b48 in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x0000555bb4f6536f in  ()
> #7  0x00007f8167528311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #8  0x00007f8167645569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #9  0x00007f81666fd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140193601836736, 
> 3110903741398400185, -224, 1, 140734116732464, 140193593446400, 
> -3157412750901363527, -3157328281831850823}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #10 0x00007f816677d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7f815f7fe6c0 (LWP 1430) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555bb692f1b8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x555bb692f1b8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f81666f9efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x555bb692f1b8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007f8166704c4f in do_futex_wait (sem=sem@entry=0x555bb692f1b8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007f8166704ce0 in __new_sem_wait_slow64 (sem=0x555bb692f1b8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7f8166704c30 <__sem_wait_cleanup>, 
> __arg = 0x555bb692f1b8, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007f8167625b48 in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007f81671aa642 in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #7  0x00007f8167645569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #8  0x00007f81666fd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140193629726400, 
> 3110903741398400185, -224, 2, 140734116736512, 140193621336064, 
> -3157418579708855111, -3157328281831850823}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f816677d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7f815ffff6c0 (LWP 1429) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7f815fffeb10, op=137, expected=0, futex_word=0x7f81673def94) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7f81673def94, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f815fffeb10, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007f81666f9efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7f81673def94, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f815fffeb10, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f81666fc83c in __pthread_cond_wait_common 
> (abstime=0x7f815fffeb10, clockid=1, mutex=0x7f81673def20, 
> cond=0x7f81673def68) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f81666fc2e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f815fffeaa0, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 365, cond = 0x7f81673def68, mutex = 
> 0x7f81673def20, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 365
>          seq = 182
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7f81673def68, 
> mutex=0x7f81673def20, abstime=0x7f815fffeb10) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007f81671b65ee in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #6  0x00007f8167645569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #7  0x00007f81666fd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140193638119104, 
> 3110903741398400185, -224, 2, 140734116736512, 140193629728768, 
> -3157417480734098247, -3157328281831850823}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #8  0x00007f816677d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7f8164ff7980 (LWP 1396) "enlightenment"):
> #0  0x00007f8166747d32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x00007f81666b0050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #2  0x00007f81675b3565 in eet_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #3  0x00007f81675a7b5a in eet_data_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #4  0x0000555bb4f663da in e_config_domain_save ()
> #5  0x0000555bb4f6642d in  ()
> #6  0x0000555bb4fefe8b in  ()
> #7  0x00007f81675266ef in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #8  0x00007f8167585cd3 in  () at /lib/x86_64-linux-gnu/libeo.so.1
> #9  0x00007f8167580182 in efl_event_callback_call () at 
> /lib/x86_64-linux-gnu/libeo.so.1
> #10 0x00007f8167527352 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #11 0x00007f81675275a0 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #12 0x00007f81674ecac7 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #13 0x00007f81674ed635 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #14 0x00007f81674f3055 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #15 0x00007f81674f239e in efl_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #16 0x00007f81674ed717 in ecore_main_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #17 0x0000555bb4f23f53 in main ()
> [Inferior 1 (process 1396) detached]
> The program is not being run.
> The program is not being run.
> 
> Thread 9 (Thread 0x7ff9c758f6c0 (LWP 1502) "Ethread-feedbac"):
> #0  0x00007ff9e6212e26 in epoll_wait (epfd=95, events=0x7ff9c758ea70, 
> maxevents=2, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>          sc_ret = -4
>          sc_cancel_oldtype = 1
> #1  0x00007ff9e6fbc795 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #2  0x0000563cf0078dee in  ()
> #3  0x00007ff9e6fc0311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007ff9e70dd569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007ff9e6193144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140710768080576, 
> 7440074479671698473, -224, 0, 140736785226672, 140710759690240, 
> -7443329918227192791, -7443403020799974359}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007ff9e62137dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 8 (Thread 0x7ff9c7d986c0 (LWP 1501) "Ethread-feedbac"):
> #0  0x00007ff9e62088dc in __GI___select (nfds=87, 
> readfds=0x7ff9c7d978f0, writefds=0x7ff9c7d97970, 
> exceptfds=0x7ff9c7d979f0, timeout=0x7ff9c7d978e0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 13, tv_nsec = 966145939}
>          pts64 = 0x7ff9c7d97870
> #1  0x0000563cf00585ac in e_powersave_sleeper_sleep ()
> #2  0x00007ff9c7e9a76a in  () at 
> /usr/lib/x86_64-linux-gnu/enlightenment/modules/temperature/linux-gnu-x86_64-0.26.0/module.so
> #3  0x00007ff9e6fc0311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007ff9e70dd569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007ff9e6193144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140710776506048, 
> 7440074479671698473, -224, 0, 140736785226160, 140710768115712, 
> -7443328806367534039, -7443403020799974359}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007ff9e62137dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 7 (Thread 0x7ff9cef4a6c0 (LWP 1480) "enlighte:gdrv0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x563cf0997420) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x563cf0997420, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007ff9e618fefb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x563cf0997420, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007ff9e6192558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x563cf09973d0, cond=0x563cf09973f8) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7ff9e61922e0 
> <__condvar_cleanup_waiting>, __arg = 0x7ff9cef49b00, __canceltype = 
> -258322472, __prev = 0x0}
>          cbuffer = {wseq = 608, cond = 0x563cf09973f8, mutex = 
> 0x563cf09973d0, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 608
>          seq = 304
>          private = 0
> #4  ___pthread_cond_wait (cond=0x563cf09973f8, mutex=0x563cf09973d0) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007ff9da6bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007ff9da66e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007ff9da6bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007ff9e6193144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140710895724224, 
> 7440074479671698473, -224, 19, 140736785216128, 140710887333888, 
> -7443348779039202263, -7443403020799974359}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007ff9e62137dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7ff9cf74b6c0 (LWP 1479) "Eanimator-vsync"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x563cf096cd38) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x563cf096cd38, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007ff9e618fefb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x563cf096cd38, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007ff9e619ac4f in do_futex_wait (sem=sem@entry=0x563cf096cd38, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007ff9e619ace0 in __new_sem_wait_slow64 (sem=0x563cf096cd38, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7ff9e619ac30 <__sem_wait_cleanup>, 
> __arg = 0x563cf096cd38, __canceltype = -432801704, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007ff9e70bdb48 in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007ff9e633992a in  () at /lib/x86_64-linux-gnu/libecore_x.so.1
> #7  0x00007ff9e6fc0311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #8  0x00007ff9e70dd569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #9  0x00007ff9e6193144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140710904116928, 
> 7440074479671698473, -224, 2, 140736785212896, 140710895726592, 
> -7443347680064445399, -7443403020799974359}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #10 0x00007ff9e62137dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7ff9cff4c6c0 (LWP 1478) "enlight:disk$0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x563cf096ad58) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x563cf096ad58, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007ff9e618fefb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x563cf096ad58, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007ff9e6192558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x563cf096ad08, cond=0x563cf096ad30) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7ff9e61922e0 
> <__condvar_cleanup_waiting>, __arg = 0x7ff9cff4bb00, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 0, cond = 0x563cf096ad30, mutex = 
> 0x563cf096ad08, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 0
>          seq = 0
>          private = 0
> #4  ___pthread_cond_wait (cond=0x563cf096ad30, mutex=0x563cf096ad08) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007ff9da6bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007ff9da66e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007ff9da6bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007ff9e6193144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140710912509632, 
> 7440074479671698473, -224, 0, 140736785212112, 140710904119296, 
> -7443346581089688535, -7443403020799974359}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007ff9e62137dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7ff9e1c646c0 (LWP 1459) "Ethread-feedbac"):
> #0  0x00007ff9e6208bfa in __GI_fdatasync (fd=60) at 
> ../sysdeps/unix/sysv/linux/fdatasync.c:28
>          sc_ret = 0
>          sc_cancel_oldtype = 1
> #1  0x00007ff9e7047d9f in  () at /lib/x86_64-linux-gnu/libeet.so.1
> #2  0x00007ff9e7049303 in eet_sync_sync () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #3  0x0000563ceffcd478 in  ()
> #4  0x00007ff9e6fc0311 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #5  0x00007ff9e70dd569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007ff9e6193144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140711211452096, 
> 7440074479671698473, -224, 1, 140736785222512, 140711203061760, 
> -7443403596780542935, -7443403020799974359}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007ff9e62137dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7ff9e37136c0 (LWP 1456) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x563cf064a028) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x563cf064a028, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007ff9e618fefb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x563cf064a028, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007ff9e619ac4f in do_futex_wait (sem=sem@entry=0x563cf064a028, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007ff9e619ace0 in __new_sem_wait_slow64 (sem=0x563cf064a028, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7ff9e619ac30 <__sem_wait_cleanup>, 
> __arg = 0x563cf064a028, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007ff9e70bdb48 in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007ff9e6c42642 in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #7  0x00007ff9e70dd569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #8  0x00007ff9e6193144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140711239431872, 
> 7440074479671698473, -224, 2, 140736785226560, 140711231041536, 
> -7443409274190437335, -7443403020799974359}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007ff9e62137dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7ff9e3f146c0 (LWP 1455) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7ff9e3f13b10, op=137, expected=0, futex_word=0x7ff9e6e76f90) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7ff9e6e76f90, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7ff9e3f13b10, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007ff9e618fefb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7ff9e6e76f90, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7ff9e3f13b10, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007ff9e619283c in __pthread_cond_wait_common 
> (abstime=0x7ff9e3f13b10, clockid=1, mutex=0x7ff9e6e76f20, 
> cond=0x7ff9e6e76f68) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7ff9e61922e0 
> <__condvar_cleanup_waiting>, __arg = 0x7ff9e3f13aa0, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 700, cond = 0x7ff9e6e76f68, mutex = 
> 0x7ff9e6e76f20, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 700
>          seq = 350
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7ff9e6e76f68, 
> mutex=0x7ff9e6e76f20, abstime=0x7ff9e3f13b10) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007ff9e6c4e5ee in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #6  0x00007ff9e70dd569 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #7  0x00007ff9e6193144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140711247824576, 
> 7440074479671698473, -224, 2, 140736785226560, 140711239434240, 
> -7443408175215680471, -7443403020799974359}, mask_was_saved = 0}}, priv 
> = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #8  0x00007ff9e62137dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7ff9e4c98980 (LWP 1452) "enlightenment"):
> #0  0x00007ff9e61ddd32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x00007ff9e6146050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #2  0x00007ff9e704b565 in eet_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #3  0x00007ff9e703fb5a in eet_data_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #4  0x0000563ceffce3da in e_config_domain_save ()
> #5  0x0000563ceffce42d in  ()
> #6  0x0000563cf0057e8b in  ()
> #7  0x00007ff9e6fbe6ef in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #8  0x00007ff9e701dcd3 in  () at /lib/x86_64-linux-gnu/libeo.so.1
> #9  0x00007ff9e7018182 in efl_event_callback_call () at 
> /lib/x86_64-linux-gnu/libeo.so.1
> #10 0x00007ff9e6fbf352 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #11 0x00007ff9e6fbf5a0 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #12 0x00007ff9e6f84ac7 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #13 0x00007ff9e6f85635 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #14 0x00007ff9e6f8b055 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #15 0x00007ff9e6f8a39e in efl_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #16 0x00007ff9e6f85717 in ecore_main_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #17 0x0000563ceff8bf53 in main ()
> [Inferior 1 (process 1452) detached]
> The program is not being run.
> The program is not being run.
> 
> Thread 9 (Thread 0x7f8959d0b6c0 (LWP 1377) "Ethread-feedbac"):
> #0  0x00007f8978a53e26 in epoll_wait (epfd=95, events=0x7f8959d0a9f0, 
> maxevents=2, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>          sc_ret = -4
>          sc_cancel_oldtype = 1
> #1  0x00007f89799abc4f in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #2  0x00007f89799ab127 in ecore_pipe_wait () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #3  0x000055dd1e23b95c in  ()
> #4  0x00007f89799b1f6c in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #5  0x00007f8979afa19c in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007f89789d4144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140227894097600, 
> -5591975566697391009, -240, 0, 140730989327488, 140227885707264, 
> 5582207859150986335, 5582140149547179103}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007f8978a547dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 8 (Thread 0x7f895a5146c0 (LWP 1376) "Ethread-feedbac"):
> #0  0x00007f8978a498dc in __GI___select (nfds=87, 
> readfds=0x7f895a5138b0, writefds=0x7f895a513930, 
> exceptfds=0x7f895a5139b0, timeout=0x7f895a5138a0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 6, tv_nsec = 665442224}
>          pts64 = 0x7f895a5137f0
> #1  0x000055dd1e20a1b6 in e_powersave_sleeper_sleep ()
> #2  0x00007f895a62228c in  () at 
> /usr/lib/x86_64-linux-gnu/enlightenment/modules/temperature/linux-gnu-x86_64-0.26.0/module.so
> #3  0x00007f89799b1f6c in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #4  0x00007f8979afa19c in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #5  0x00007f89789d4144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140227902523072, 
> -5591975566697391009, -240, 0, 140730989326800, 140227894132736, 
> 5582206773061131359, 5582140149547179103}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007f8978a547dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 7 (Thread 0x7f89617846c0 (LWP 1359) "enlighte:gdrv0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x55dd1edba3a0) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55dd1edba3a0, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f89789d0efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55dd1edba3a0, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f89789d3558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x55dd1edba350, cond=0x55dd1edba378) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f89789d32e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f8961783b00, __canceltype = 1, 
> __prev = 0x0}
>          cbuffer = {wseq = 20, cond = 0x55dd1edba378, mutex = 
> 0x55dd1edba350, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 20
>          seq = 10
>          private = 0
> #4  ___pthread_cond_wait (cond=0x55dd1edba378, mutex=0x55dd1edba350) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f896d2bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f896d26e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f896d2bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f89789d4144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140228022519488, 
> -5591975566697391009, -240, 19, 140730989312320, 140228014129152, 
> 5582085474594757727, 5582140149547179103}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f8978a547dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7f8961f856c0 (LWP 1358) "Eanimator-vsync"):
> #0  0x00007f8978a498dc in __GI___select (nfds=56, 
> readfds=0x7f8961f848e0, writefds=0x7f8961f84960, 
> exceptfds=0x7f8961f849e0, timeout=0x7f8961f848d0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 0, tv_nsec = 91764995}
>          pts64 = 0x7f8961f84820
> #1  0x00007f8978b80bbd in  () at /lib/x86_64-linux-gnu/libecore_x.so.1
> #2  0x00007f89799b1f6c in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #3  0x00007f8979afa19c in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #4  0x00007f89789d4144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140228030912192, 
> -5591975566697391009, -240, 2, 140730989308464, 140228022521856, 
> 5582084371325033567, 5582140149547179103}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #5  0x00007f8978a547dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7f89627866c0 (LWP 1357) "enlight:disk$0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x55dd1ed8db68) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55dd1ed8db68, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f89789d0efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55dd1ed8db68, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f89789d3558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x55dd1ed8db18, cond=0x55dd1ed8db40) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f89789d32e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f8962785b00, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 0, cond = 0x55dd1ed8db40, mutex = 
> 0x55dd1ed8db18, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 0
>          seq = 0
>          private = 0
> #4  ___pthread_cond_wait (cond=0x55dd1ed8db40, mutex=0x55dd1ed8db18) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f896d2bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f896d26e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f896d2bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f89789d4144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140228039304896, 
> -5591975566697391009, -240, 0, 140730989308400, 140228030914560, 
> 5582083272350276703, 5582140149547179103}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f8978a547dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7f896ffff6c0 (LWP 1332) "Ethread-feedbac"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55dd1ec492a8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55dd1ec492a8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f89789d0efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55dd1ec492a8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007f89789dbc4f in do_futex_wait (sem=sem@entry=0x55dd1ec492a8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007f89789dbce0 in __new_sem_wait_slow64 (sem=0x55dd1ec492a8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7f89789dbc30 <__sem_wait_cleanup>, 
> __arg = 0x55dd1ec492a8, __canceltype = 1275078256, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007f8979acffab in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007f8979ad0355 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #7  0x00007f8979ad0c4f in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #8  0x000055dd1e123384 in  ()
> #9  0x00007f89799b1f6c in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #10 0x00007f8979afa19c in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #11 0x00007f89789d4144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140228266292928, 
> -5591975566697391009, -240, 1, 140730989323264, 140228257902592, 
> 5582088757560384607, 5582140149547179103}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #12 0x00007f8978a547dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7f8975f136c0 (LWP 1330) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55dd1ea6c7d8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55dd1ea6c7d8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f89789d0efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55dd1ea6c7d8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007f89789dbc4f in do_futex_wait (sem=sem@entry=0x55dd1ea6c7d8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007f89789dbce0 in __new_sem_wait_slow64 (sem=0x55dd1ea6c7d8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7f89789dbc30 <__sem_wait_cleanup>, 
> __arg = 0x55dd1ea6c7d8, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007f8979acffab in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #6  0x00007f8979ad0355 in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #7  0x00007f8979ad0c4f in eina_thread_queue_wait () at 
> /lib/x86_64-linux-gnu/libeina.so.1
> #8  0x00007f89795c928f in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #9  0x00007f8979afa19c in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #10 0x00007f89789d4144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140228365989568, 
> -5591975566697391009, -240, 2, 140730989327488, 140228357599232, 
> 5582110840134736991, 5582140149547179103}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #11 0x00007f8978a547dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7f89767146c0 (LWP 1329) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7f8976713ac0, op=137, expected=0, futex_word=0x7f897982f1f0) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7f897982f1f0, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f8976713ac0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007f89789d0efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7f897982f1f0, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f8976713ac0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f89789d383c in __pthread_cond_wait_common 
> (abstime=0x7f8976713ac0, clockid=1, mutex=0x7f897982f200, 
> cond=0x7f897982f1c8) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f89789d32e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f8976713a20, __canceltype = 4, 
> __prev = 0x0}
>          cbuffer = {wseq = 20, cond = 0x7f897982f1c8, mutex = 
> 0x7f897982f200, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 20
>          seq = 10
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7f897982f1c8, 
> mutex=0x7f897982f200, abstime=0x7f8976713ac0) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007f89795da4cd in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #6  0x00007f89795da91a in  () at /lib/x86_64-linux-gnu/libevas.so.1
> #7  0x00007f8979afa19c in  () at /lib/x86_64-linux-gnu/libeina.so.1
> #8  0x00007f89789d4144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140228374382272, 
> -5591975566697391009, -240, 2, 140730989327504, 140228365991936, 
> 5582109741159980127, 5582140149547179103}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f8978a547dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7f89774ae980 (LWP 1319) "enlightenment"):
> #0  0x00007f8978a1ed32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x000055dd1e2a494c in e_alert_show ()
> #2  0x000055dd1e224271 in  ()
> #3  0x000055dd1e224292 in e_sigseg_act ()
> #4  0x00007f8978987050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #5  0x00007f8979a50769 in eet_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #6  0x00007f8979a3dc01 in eet_data_write_cipher () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #7  0x00007f8979a3dc6f in eet_data_write () at 
> /lib/x86_64-linux-gnu/libeet.so.1
> #8  0x000055dd1e1319bf in e_config_domain_save ()
> #9  0x000055dd1e132fa5 in  ()
> #10 0x000055dd1e20a4ec in  ()
> #11 0x00007f89799ae474 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #12 0x00007f89799ae95f in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #13 0x00007f8979a1f87a in  () at /lib/x86_64-linux-gnu/libeo.so.1
> #14 0x00007f8979a1fa87 in  () at /lib/x86_64-linux-gnu/libeo.so.1
> #15 0x00007f8979a1fb40 in efl_event_callback_call () at 
> /lib/x86_64-linux-gnu/libeo.so.1
> #16 0x00007f89799afef4 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #17 0x00007f89799afd1b in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #18 0x00007f8979962d4a in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #19 0x00007f89799601b7 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #20 0x00007f8979968663 in  () at /lib/x86_64-linux-gnu/libecore.so.1
> #21 0x00007f897996acc1 in efl_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #22 0x00007f8979960393 in ecore_main_loop_begin () at 
> /lib/x86_64-linux-gnu/libecore.so.1
> #23 0x000055dd1e1e536c in main ()
> [Inferior 1 (process 1319) detached]
> 
> Thread 9 (Thread 0x7fe280c486c0 (LWP 1376) "Ethread-feedbac"):
> #0  0x00007fe29b990e26 in epoll_wait (epfd=95, events=0x7fe280c479f0, 
> maxevents=2, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>          sc_ret = -4
>          sc_cancel_oldtype = 1
> #1  0x00007fe29c8e8c4f in _ecore_pipe_wait (p=0x55a72d34ce00, 
> message_count=1, wait=10) at ../src/lib/ecore/ecore_pipe.c:526
>          timerfdbuf = 140611265949257
>          pollincoming = {{events = 2626612809, data = {ptr = 
> 0x68000c6000007fe2, fd = 32738, u32 = 32738, u64 = 
> 7494003386400931810}}, {events = 32738, data = {ptr = 0x7fe280c47a40, fd 
> = -2134607296, u32 = 2160360000, u64 = 140610799696448}}}
>          timeout = 10.005000000000001
>          ret = 0
>          total = 0
>          time_exit = -1
>          fd_read_found = 0 '\000'
>          fd_timer_found = 0 '\000'
>          tspec_new = {it_interval = {tv_sec = 0, tv_nsec = 0}, it_value = 
> {tv_sec = 10, tv_nsec = 5000000}}
>          sec = 10
>          usec = 5000000
>          __func__ = "_ecore_pipe_wait"
> #2  0x00007fe29c8e8127 in ecore_pipe_wait (p=0x55a72d34ce00, 
> message_count=1, wait=10) at ../src/lib/ecore/ecore_pipe.c:172
> #3  0x000055a72ca9e95c in _cb_watchdog_thread_pingpong (data=0x0, 
> thread=0x55a72df89050) at ../src/bin/e_watchdog.c:36
>          seq_new = 0x7fe268000b70
>          seq = 1226
> #4  0x00007fe29c8eef6c in _ecore_direct_worker (data=0x55a72df89050, 
> t=140610799699648) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611265949257, 2475394632868573266, -240, 0, 140725467060368, 
> 140610791309312, 2475394632822435922, 2475404025255702610}, 
> __mask_was_saved = 0}}, __pad = {0x7fe280c47c10, 0x0, 0x7fe29ca36ed0 
> <_eina_thread_self+9>, 0x7fe280c47b20}}
>          __cancel_routine = 0x7fe29c8eed8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55a72df89050
>          __not_first_call = 0
>          work = 0x55a72df89050
> #5  0x00007fe29ca3719c in _eina_internal_call (context=0x55a72dc81830) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140610799699648, 2475394632757424210, -240, 0, 140725467060368, 
> 140610791309312, 2475394632870670418, 2475403661226815570}, 
> __mask_was_saved = 0}}, __pad = {0x7fe280c47ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29c9cc916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fe280c47b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140610799699648, 2475394632757424210, -240, 0, 140725467060368, 
> 140610791309312, 2475394632870670418, 2475403660230668370}, 
> __mask_was_saved = 0}}, __pad = {0x7fe280c47cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29b920e30 <__GI___libc_free>
>          __cancel_arg = 0x55a72dc81830
>          __not_first_call = 0
>          c = 0x55a72dc81830
>          r = 0x0
>          self = 140610799699648
> #6  0x00007fe29b911144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140610799699648, 
> -2477155968752144302, -240, 0, 140725467060368, 140610791309312, 
> 2475394632751132754, 2475406287666950226}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007fe29b9917dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 8 (Thread 0x7fe2814516c0 (LWP 1375) "Ethread-feedbac"):
> #0  0x00007fe29b9868dc in __GI___select (nfds=87, 
> readfds=0x7fe2814508b0, writefds=0x7fe281450930, 
> exceptfds=0x7fe2814509b0, timeout=0x7fe2814508a0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 5, tv_nsec = 593844868}
>          pts64 = 0x7fe2814507f0
> #1  0x000055a72ca6d1b6 in e_powersave_sleeper_sleep 
> (sleeper=0x55a72ddfca10, poll_interval=128, allow_save=1 '\001') at 
> ../src/bin/e_powersave.c:242
>          timf = 16
>          tim = 15969035
>          rfds = {fds_bits = {0, 4194304, 0 <repeats 14 times>}}
>          wfds = {fds_bits = {0 <repeats 16 times>}}
>          exfds = {fds_bits = {0 <repeats 16 times>}}
>          tv = {tv_sec = 15, tv_usec = 969035}
>          ret = 0
>          buf = "\001"
>          __func__ = "e_powersave_sleeper_sleep"
> #2  0x00007fe28155f28c in _temperature_check_main (data=0x55a72ddd7140, 
> th=0x55a72ddfca30) at ../src/modules/temperature/e_mod_main.c:296
>          tth = 0x55a72ddd7140
>          ptemp = 57
>          temp = 57
> #3  0x00007fe29c8eef6c in _ecore_direct_worker (data=0x55a72ddfca30, 
> t=140610808125120) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611265949257, 2475393540336267346, -240, 0, 140725467059680, 
> 140610799734784, 2475393540290130002, 2475404025255702610}, 
> __mask_was_saved = 0}}, __pad = {0x7fe281450c10, 0x0, 0x7fe29ca36ed0 
> <_eina_thread_self+9>, 0x7fe281450b20}}
>          __cancel_routine = 0x7fe29c8eed8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55a72ddfca30
>          __not_first_call = 0
>          work = 0x55a72ddfca30
> #4  0x00007fe29ca3719c in _eina_internal_call (context=0x55a72ddf7b50) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140610808125120, 2475393540225118290, -240, 0, 140725467059680, 
> 140610799734784, 2475393540338364498, 2475403661226815570}, 
> __mask_was_saved = 0}}, __pad = {0x7fe281450ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29c9cc916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fe281450b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140610808125120, 2475393540225118290, -240, 0, 140725467059680, 
> 140610799734784, 2475393540338364498, 2475403660230668370}, 
> __mask_was_saved = 0}}, __pad = {0x7fe281450cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29b920e30 <__GI___libc_free>
>          __cancel_arg = 0x55a72ddf7b50
>          __not_first_call = 0
>          c = 0x55a72ddf7b50
>          r = 0x0
>          self = 140610808125120
> #5  0x00007fe29b911144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140610808125120, 
> -2477155968752144302, -240, 0, 140725467059680, 140610799734784, 
> 2475393540218826834, 2475406287666950226}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007fe29b9917dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 7 (Thread 0x7fe2845846c0 (LWP 1358) "enlighte:gdrv0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x55a72d7387e4) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55a72d7387e4, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fe29b90defb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55a72d7387e4, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fe29b910558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x55a72d738790, cond=0x55a72d7387b8) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fe29b9102e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fe284583b00, __canceltype = 1, 
> __prev = 0x0}
>          cbuffer = {wseq = 935, cond = 0x55a72d7387b8, mutex = 
> 0x55a72d738790, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 935
>          seq = 467
>          private = 0
> #4  ___pthread_cond_wait (cond=0x55a72d7387b8, mutex=0x55a72d738790) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007fe2900bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007fe29006e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007fe2900bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007fe29b911144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140610859714240, 
> -2477155968752144302, -240, 19, 140725467045200, 140610851323904, 
> 2475387105820946514, 2475406287666950226}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fe29b9917dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7fe284d856c0 (LWP 1357) "Eanimator-vsync"):
> #0  0x00007fe29b9868dc in __GI___select (nfds=56, 
> readfds=0x7fe284d848e0, writefds=0x7fe284d84960, 
> exceptfds=0x7fe284d849e0, timeout=0x7fe284d848d0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 0, tv_nsec = 93926665}
>          pts64 = 0x7fe284d84820
> #1  0x00007fe29babdbbd in _drm_tick_core (data=0x0, 
> thread=0x55a72d725040) at ../src/lib/ecore_x/ecore_x_vsync.c:512
>          wfds = {fds_bits = {0 <repeats 16 times>}}
>          ret = 1
>          tv = {tv_sec = 0, tv_usec = 100000}
>          rfds = {fds_bits = {36028797018963968, 0 <repeats 15 times>}}
>          exfds = {fds_bits = {0 <repeats 16 times>}}
>          max_fd = 55
>          msg = 0x0
>          ref = 0x55a72e8a2b40
>          tick = 1
>          __func__ = "_drm_tick_core"
> #2  0x00007fe29c8eef6c in _ecore_direct_worker (data=0x55a72d725040, 
> t=140610868106944) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611265949257, 2475386009111113810, -240, 2, 140725467041344, 
> 140610859716608, 2475386009064976466, 2475404025255702610}, 
> __mask_was_saved = 0}}, __pad = {0x7fe284d84c10, 0x0, 0x7fe29ca36ed0 
> <_eina_thread_self+9>, 0x7fe284d84b20}}
>          __cancel_routine = 0x7fe29c8eed8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55a72d725040
>          __not_first_call = 0
>          work = 0x55a72d725040
> #3  0x00007fe29ca3719c in _eina_internal_call (context=0x55a72d712a80) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140610868106944, 2475386008999964754, -240, 2, 140725467041344, 
> 140610859716608, 2475386009113210962, 2475403661226815570}, 
> __mask_was_saved = 0}}, __pad = {0x7fe284d84ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29c9cc916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fe284d84b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140610868106944, 2475386008999964754, -240, 2, 140725467041344, 
> 140610859716608, 2475386009113210962, 2475403660230668370}, 
> __mask_was_saved = 0}}, __pad = {0x7fe284d84cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29b920e30 <__GI___libc_free>
>          __cancel_arg = 0x55a72d712a80
>          __not_first_call = 0
>          c = 0x55a72d712a80
>          r = 0x0
>          self = 140610868106944
> #4  0x00007fe29b911144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140610868106944, 
> -2477155968752144302, -240, 2, 140725467041344, 140610859716608, 
> 2475386008993673298, 2475406287666950226}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #5  0x00007fe29b9917dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7fe2855866c0 (LWP 1356) "enlight:disk$0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x55a72d70c708) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55a72d70c708, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fe29b90defb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55a72d70c708, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fe29b910558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x55a72d70c6b8, cond=0x55a72d70c6e0) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fe29b9102e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fe285585b00, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 0, cond = 0x55a72d70c6e0, mutex = 
> 0x55a72d70c6b8, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 0
>          seq = 0
>          private = 0
> #4  ___pthread_cond_wait (cond=0x55a72d70c6e0, mutex=0x55a72d70c6b8) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007fe2900bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007fe29006e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007fe2900bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007fe29b911144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140610876499648, 
> -2477155968752144302, -240, 0, 140725467041280, 140610868109312, 
> 2475384910018916434, 2475406287666950226}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fe29b9917dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7fe292d676c0 (LWP 1333) "Ethread-feedbac"):
> #0  0x00007fe29b986bfa in __GI_fdatasync (fd=75) at 
> ../sysdeps/unix/sysv/linux/fdatasync.c:28
>          sc_ret = 0
>          sc_cancel_oldtype = 1
> #1  0x00007fe29c989446 in eet_flush2 (ef=0x55a72d4088c0, sync=1 '\001') 
> at ../src/lib/eet/eet_lib.c:513
>          efn = 0x0
>          fp = 0x7fe260000b70
>          error = EET_ERROR_NONE
>          head = {1108338462, 16777216, 33554432}
>          num_directory_entries = 1
>          num_dictionary_entries = 2
>          bytes_directory_entries = 36
>          bytes_dictionary_entries = 40
>          bytes_strings = 26
>          data_offset = 129
>          strings_offset = 83
>          data_pad = 2
>          pad = 7
>          orig_data_offset = 104
>          num = 256
>          i = 256
>          j = 2
>          zeros = "\000\000\000\000\000\000\000"
>          __func__ = "eet_flush2"
> #2  0x00007fe29c989bc1 in eet_sync_sync (ef=0x55a72d4088c0) at 
> ../src/lib/eet/eet_lib.c:693
>          ret = EET_ERROR_NONE
> #3  0x000055a72c9860ee in _e_config_pending_file_del 
> (path=0x55a72e84a5c0 
> "/home/jose/.e/e/config/standard/module.syscon.cfg.tmp") at 
> ../src/bin/e_config.c:193
>          err = 21927
>          erstr = 0x55a72cb1135b ""
>          ef = 0x55a72d4088c0
>          ok = 0 '\000'
> #4  0x000055a72c9863ba in _e_config_save_thread_main (data=0x0, 
> eth=0x55a72d5c7230) at ../src/bin/e_config.c:279
>          msg = 0x55a72ded1724
>          ref = 0x55a72ded1590
>          run = 1 '\001'
> #5  0x00007fe29c8eef6c in _ecore_direct_worker (data=0x55a72d5c7230, 
> t=140611102865088) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611265949257, 2475425538916364370, -240, 1, 140725467056144, 
> 140611094474752, 2475425538870227026, 2475404025255702610}, 
> __mask_was_saved = 0}}, __pad = {0x7fe292d66c10, 0x0, 0x7fe29ca36ed0 
> <_eina_thread_self+9>, 0x7fe292d66b20}}
>          __cancel_routine = 0x7fe29c8eed8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55a72d5c7230
>          __not_first_call = 0
>          work = 0x55a72d5c7230
> #6  0x00007fe29ca3719c in _eina_internal_call (context=0x55a72d5c73f0) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611102865088, 2475425538805215314, -240, 1, 140725467056144, 
> 140611094474752, 2475425538918461522, 2475403661226815570}, 
> __mask_was_saved = 0}}, __pad = {0x7fe292d66ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29c9cc916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fe292d66b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611102865088, 2475425538805215314, -240, 1, 140725467056144, 
> 140611094474752, 2475425538918461522, 2475403660230668370}, 
> __mask_was_saved = 0}}, __pad = {0x7fe292d66cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29b920e30 <__GI___libc_free>
>          __cancel_arg = 0x55a72d5c73f0
>          __not_first_call = 0
>          c = 0x55a72d5c73f0
>          r = 0x0
>          self = 140611102865088
> #7  0x00007fe29b911144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140611102865088, 
> -2477155968752144302, -240, 1, 140725467056144, 140611094474752, 
> 2475425538798923858, 2475406287666950226}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #8  0x00007fe29b9917dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7fe298ecb6c0 (LWP 1330) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55a72d3ea738) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55a72d3ea738, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fe29b90defb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55a72d3ea738, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007fe29b918c4f in do_futex_wait (sem=sem@entry=0x55a72d3ea738, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007fe29b918ce0 in __new_sem_wait_slow64 (sem=0x55a72d3ea738, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7fe29b918c30 <__sem_wait_cleanup>, 
> __arg = 0x55a72d3ea738, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007fe29ca0cfab in eina_semaphore_lock (sem=0x55a72d3ea738) at 
> ../src/lib/eina/eina_inline_lock_posix.x:724
> #6  0x00007fe29ca0d355 in _eina_thread_queue_wait (thq=0x55a72d3ea710) 
> at ../src/lib/eina/eina_thread_queue.c:209
>          __func__ = "_eina_thread_queue_wait"
> #7  0x00007fe29ca0dc4f in eina_thread_queue_wait (thq=0x55a72d3ea710, 
> allocref=0x7fe298ecaad0) at ../src/lib/eina/eina_thread_queue.c:492
>          msg = 0x7fe298ecaa90
>          blk = 0x6d61732d656c
> #8  0x00007fe29c50628f in _evas_common_scale_sample_thread (data=0x0, 
> t=140611204986560) at ../src/lib/evas/common/evas_scale_sample.c:751
>          ref = 0x0
>          msg = 0x0
>          todo = 0x0
> #9  0x00007fe29ca3719c in _eina_internal_call (context=0x55a72d3ea7d0) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611204986560, 2475412011805716562, -240, 2, 140725467060368, 
> 140611196596224, 2475412011918962770, 2475403661226815570}, 
> __mask_was_saved = 0}}, __pad = {0x7fe298ecaba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29c9cc916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fe298ecab68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611204986560, 2475412011805716562, -240, 2, 140725467060368, 
> 140611196596224, 2475412011918962770, 2475403660230668370}, 
> __mask_was_saved = 0}}, __pad = {0x7fe298ecacb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29b920e30 <__GI___libc_free>
>          __cancel_arg = 0x55a72d3ea7d0
>          __not_first_call = 0
>          c = 0x55a72d3ea7d0
>          r = 0x0
>          self = 140611204986560
> #10 0x00007fe29b911144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140611204986560, 
> -2477155968752144302, -240, 2, 140725467060368, 140611196596224, 
> 2475412011799425106, 2475406287666950226}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #11 0x00007fe29b9917dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7fe2996cc6c0 (LWP 1329) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7fe2996cbac0, op=137, expected=0, futex_word=0x7fe29c76c1f4 
> <evas_thread_queue_condition+52>) at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7fe29c76c1f4 
> <evas_thread_queue_condition+52>, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7fe2996cbac0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007fe29b90defb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7fe29c76c1f4 
> <evas_thread_queue_condition+52>, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7fe2996cbac0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fe29b91083c in __pthread_cond_wait_common 
> (abstime=0x7fe2996cbac0, clockid=1, mutex=0x7fe29c76c200 
> <evas_thread_queue_lock>, cond=0x7fe29c76c1c8 
> <evas_thread_queue_condition+8>) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fe29b9102e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fe2996cba20, __canceltype = 4, 
> __prev = 0x0}
>          cbuffer = {wseq = 371, cond = 0x7fe29c76c1c8 
> <evas_thread_queue_condition+8>, mutex = 0x7fe29c76c200 
> <evas_thread_queue_lock>, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 371
>          seq = 185
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7fe29c76c1c8 
> <evas_thread_queue_condition+8>, mutex=0x7fe29c76c200 
> <evas_thread_queue_lock>, abstime=0x7fe2996cbac0) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007fe29c5174cd in eina_condition_timedwait (cond=0x7fe29c76c1c0 
> <evas_thread_queue_condition>, t=2250) at 
> ../src/lib/eina/eina_inline_lock_posix.x:439
>          ts = {tv_sec = 13554, tv_nsec = 483367531}
>          sec = 2250
>          nsec = 0
>          err = 110
>          r = 0 '\000'
> #6  0x00007fe29c51791a in evas_thread_worker_func (data=0x0, 
> thread=140611213379264) at 
> ../src/lib/evas/common/evas_thread_render.c:136
>          cmd = 0x55a72dda3340
>          len = 0
>          max = 128
>          __func__ = "evas_thread_worker_func"
>          __PRETTY_FUNCTION__ = "evas_thread_worker_func"
> #7  0x00007fe29ca3719c in _eina_internal_call (context=0x55a72d3ea2c0) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611213379264, 2475410912830959698, -240, 2, 140725467060384, 
> 140611204988928, 2475410912944205906, 2475403661226815570}, 
> __mask_was_saved = 0}}, __pad = {0x7fe2996cbba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29c9cc916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fe2996cbb68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140611213379264, 2475410912830959698, -240, 2, 140725467060384, 
> 140611204988928, 2475410912944205906, 2475403660230668370}, 
> __mask_was_saved = 0}}, __pad = {0x7fe2996cbcb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fe29b920e30 <__GI___libc_free>
>          __cancel_arg = 0x55a72d3ea2c0
>          __not_first_call = 0
>          c = 0x55a72d3ea2c0
>          r = 0x0
>          self = 140611213379264
> #8  0x00007fe29b911144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140611213379264, 
> -2477155968752144302, -240, 2, 140725467060384, 140611204988928, 
> 2475410912824668242, 2475406287666950226}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fe29b9917dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7fe29a1e5980 (LWP 1315) "enlightenment"):
> #0  0x00007fe29b95bd32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x000055a72cb0794c in e_alert_show () at ../src/bin/e_alert.c:43
> #2  0x000055a72ca87271 in _e_crash () at ../src/bin/e_signals.c:81
> #3  0x000055a72ca87292 in e_sigseg_act (x=11, info=0x7ffd337972f0, 
> data=0x7ffd337971c0) at ../src/bin/e_signals.c:91
> #4  0x00007fe29b8c4050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #5  eet_write_cipher (ef=0x55a72dc62c50, name=0x55a72cb112d4 "config", 
> data=0x55a72eb0cbe0, size=14526, comp=11, cipher_key=0x0) at 
> ../src/lib/eet/eet_lib.c:2479
>          in = 0x55a72e654c70
>          efn = 0x2775becd05b78900
>          exists_already = 0
>          hash = 46
> #6  0x00007fe29c97ac01 in eet_data_write_cipher (ef=0x55a72dc62c50, 
> edd=0x55a72d5d03f0, name=0x55a72cb112d4 "config", cipher_key=0x0, 
> data=0x55a72d5d8180, comp=11) at ../src/lib/eet/eet_data.c:2410
>          ed = 0x55a72dc3c100
>          data_enc = 0x55a72eb0cbe0
>          size = 14526
>          val = 32765
>          __func__ = "eet_data_write_cipher"
> #7  0x00007fe29c97ac6f in eet_data_write (ef=0x55a72dc62c50, 
> edd=0x55a72d5d03f0, name=0x55a72cb112d4 "config", data=0x55a72d5d8180, 
> comp=11) at ../src/lib/eet/eet_data.c:2422
> #8  0x000055a72c9949bf in e_config_domain_save (domain=0x55a72cb13c33 
> "e_bindings", edd=0x55a72d5d03f0, data=0x55a72d5d8180) at 
> ../src/bin/e_config.c:2328
>          ef = 0x55a72dc62c50
>          buf = "/home/jose/.e/e/config/standard/e_bindings.cfg", '\000' 
> <repeats 370 times>...
>          buf2 = 
> "/home/jose/.e/e/config/standard/e_bindings.cfg.tmp\000efox", '\000' 
> <repeats 3137 times>...
>          ok = 0
>          len = 46
>          len2 = 10
> #9  0x000055a72c995fc5 in _e_config_save_cb (data=0x0) at 
> ../src/bin/e_config.c:2563
> #10 0x000055a72ca6d4ec in _e_powersave_cb_deferred_timer (data=0x0) at 
> ../src/bin/e_powersave.c:304
>          pa = 0x55a72e8a4ca0
> #11 0x00007fe29c8eb474 in _ecore_call_task_cb (func=0x55a72ca6d445 
> <_e_powersave_cb_deferred_timer>, data=0x0) at 
> ../src/lib/ecore/ecore_private.h:456
> #12 0x00007fe29c8eb95f in _ecore_timer_legacy_tick (data=0x55a72e95a6f0, 
> event=0x7ffd337999d0) at ../src/lib/ecore/ecore_timer.c:172
>          legacy = 0x55a72e95a6f0
>          inside_call = 0 '\000'
> #13 0x00007fe29c95c87a in _event_callback_call (obj_id=0x40000039205e, 
> pd=0x55a72e818750, desc=0x7fe29c9263a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0, legacy_compare=0 
> '\000') at ../src/lib/eo/eo_base_class.c:2114
>          it = 0x7fe29c929940 <internal>
>          cb = 0x55a72dfbc3d8
>          restart_lookup = 0x0
>          ev = {object = 0x40000039205e, desc = 0x7fe29c9263a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, info = 0x0}
>          idx = 2
>          callback_already_stopped = 0 '\000'
>          ret = 1 '\001'
>          frame = {desc = 0x7fe29c9263a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, next = 0x0, idx = 2, inserted_before 
> = 0, generation = 1}
>          need_hash = 1 '\001'
> #14 0x00007fe29c95ca87 in _efl_object_event_callback_call 
> (obj_id=0x40000039205e, pd=0x55a72e818750, desc=0x7fe29c9263a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0) at 
> ../src/lib/eo/eo_base_class.c:2186
> #15 0x00007fe29c95cb40 in efl_event_callback_call (obj=0x40000039205e, 
> desc=0x7fe29c9263a0 <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0) 
> at ../src/lib/eo/eo_base_class.c:2189
>          _r = 0 '\000'
>          ___op = 65570
>          ___generation = 1
>          ___call = {eo_id = 0x40000039205e, obj = 0x55a72e818710, func = 
> 0x7fe29c95ca4d <_efl_object_event_callback_call>, data = 0x55a72e818750, 
> extn1 = 0x55a72e818790, extn2 = 0x7fe29c90f614, extn3 = 0x7ffd33799ae0, 
> extn4 = 0x40000039205e}
>          _func_ = 0x7fe29c95ca4d <_efl_object_event_callback_call>
> #16 0x00007fe29c8ecef4 in _efl_loop_timer_expired_call 
> (obj=0x40000000028d, pd=0x55a72d345710, when=12450.271410691999) at 
> ../src/lib/ecore/ecore_timer.c:669
>          timer = 0x55a72e818790
> #17 0x00007fe29c8ecd1b in _efl_loop_timer_expired_timers_call 
> (obj=0x40000000028d, pd=0x55a72d345710, when=12450.271410691999) at 
> ../src/lib/ecore/ecore_timer.c:621
> #18 0x00007fe29c89fd4a in _ecore_main_loop_iterate_internal 
> (obj=0x40000000028d, pd=0x55a72d345710, once_only=0) at 
> ../src/lib/ecore/ecore_main.c:2436
>          next_time = -1
> #19 0x00007fe29c89d1b7 in _ecore_main_loop_begin (obj=0x40000000028d, 
> pd=0x55a72d345710) at ../src/lib/ecore/ecore_main.c:1236
> #20 0x00007fe29c8a5663 in _efl_loop_begin (obj=0x40000000028d, 
> pd=0x55a72d345710) at ../src/lib/ecore/efl_loop.c:57
> #21 0x00007fe29c8a7cc1 in efl_loop_begin (obj=0x40000000028d) at 
> src/lib/ecore/efl_loop.eo.c:28
>          _r = 0x0
>          ___op = 262146
>          ___generation = 1
>          ___call = {eo_id = 0x40000000028d, obj = 0x55a72d345670, func = 
> 0x7fe29c8a563c <_efl_loop_begin>, data = 0x55a72d345710, extn1 = 0x0, 
> extn2 = 0x7fe29c906bab, extn3 = 0x0, extn4 = 0xffffffff}
>          _func_ = 0x7fe29c8a563c <_efl_loop_begin>
> #22 0x00007fe29c89d393 in ecore_main_loop_begin () at 
> ../src/lib/ecore/ecore_main.c:1321
>          __func__ = "ecore_main_loop_begin"
> #23 0x000055a72ca4836c in main (argc=1, argv=0x7ffd337d2ef8) at 
> ../src/bin/e_main.c:1135
>          nostartup = 0 '\000'
>          safe_mode = 0 '\000'
>          waslocked = 0 '\000'
>          strshare = 0x55a72d316ecc "\342\177"
>          s = 0x0
>          action = {__sigaction_handler = {sa_handler = 0x55a72ca87314 
> <e_sigabrt_act>, sa_sigaction = 0x55a72ca87314 <e_sigabrt_act>}, sa_mask 
> = {__val = {0 <repeats 16 times>}}, sa_flags = -1073741820, sa_restorer 
> = 0x0}
>          __func__ = "main"
> [Inferior 1 (process 1315) detached]
> 
> 
> 
> Thread 9 (Thread 0x7f0c237fe6c0 (LWP 9239) "Ethread-feedbac"):
> #0  0x00007f0c4a64ce26 in epoll_wait (epfd=95, events=0x7f0c237fd9f0, 
> maxevents=2, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>          sc_ret = -4
>          sc_cancel_oldtype = 1
> #1  0x00007f0c4b5a4c4f in _ecore_pipe_wait (p=0x55974b902fa0, 
> message_count=1, wait=10) at ../src/lib/ecore/ecore_pipe.c:526
>          timerfdbuf = 139690780569161
>          pollincoming = {{events = 1264234057, data = {ptr = 
> 0x14000bb000007f0c, fd = 32524, u32 = 32524, u64 = 
> 1441164731300740876}}, {events = 32524, data = {ptr = 0x7f0c237fda40, fd 
> = 595581504, u32 = 595581504, u64 = 139690111916608}}}
>          timeout = 10.005000000000001
>          ret = 0
>          total = 0
>          time_exit = -1
>          fd_read_found = 0 '\000'
>          fd_timer_found = 0 '\000'
>          tspec_new = {it_interval = {tv_sec = 0, tv_nsec = 0}, it_value = 
> {tv_sec = 10, tv_nsec = 5000000}}
>          sec = 10
>          usec = 5000000
>          __func__ = "_ecore_pipe_wait"
> #2  0x00007f0c4b5a4127 in ecore_pipe_wait (p=0x55974b902fa0, 
> message_count=1, wait=10) at ../src/lib/ecore/ecore_pipe.c:172
> #3  0x000055974b2fe95c in _cb_watchdog_thread_pingpong (data=0x0, 
> thread=0x55974c541200) at ../src/bin/e_watchdog.c:36
>          seq_new = 0x7f0c14000b70
>          seq = 241
> #4  0x00007f0c4b5aaf6c in _ecore_direct_worker (data=0x55974c541200, 
> t=139690111919808) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690780569161, 1225063684161789314, -240, 0, 140725122945616, 
> 139690103529472, 1225063684182760834, 1225151330898402690}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c237fdc10, 0x0, 0x7f0c4b6f2ed0 
> <_eina_thread_self+9>, 0x7f0c237fdb20}}
>          __cancel_routine = 0x7f0c4b5aad8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55974c541200
>          __not_first_call = 0
>          work = 0x55974c541200
> #5  0x00007f0c4b6f319c in _eina_internal_call (context=0x55974c2375e0) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690111919808, 1225063684113554818, -240, 0, 140725122945616, 
> 139690103529472, 1225063684159692162, 1225151514966482306}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c237fdba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4b688916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0c237fdb68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690111919808, 1225063684113554818, -240, 0, 140725122945616, 
> 139690103529472, 1225063684159692162, 1225151515568364930}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c237fdcb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4a5dce30 <__GI___libc_free>
>          __cancel_arg = 0x55974c2375e0
>          __not_first_call = 0
>          c = 0x55974c2375e0
>          r = 0x0
>          self = 139690111919808
> #6  0x00007f0c4a5cd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139690111919808, 
> -1218212628121133694, -240, 0, 140725122945616, 139690103529472, 
> 1225063684111457666, 1225153543868243330}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007f0c4a64d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 8 (Thread 0x7f0c23fff6c0 (LWP 9238) "Ethread-feedbac"):
> #0  0x00007f0c4a6428dc in __GI___select (nfds=87, 
> readfds=0x7f0c23ffe8b0, writefds=0x7f0c23ffe930, 
> exceptfds=0x7f0c23ffe9b0, timeout=0x7f0c23ffe8a0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 4, tv_nsec = 237294982}
>          pts64 = 0x7f0c23ffe7f0
> #1  0x000055974b2cd1b6 in e_powersave_sleeper_sleep 
> (sleeper=0x55974c3b2a50, poll_interval=128, allow_save=1 '\001') at 
> ../src/bin/e_powersave.c:242
>          timf = 16
>          tim = 15967389
>          rfds = {fds_bits = {0, 4194304, 0 <repeats 14 times>}}
>          wfds = {fds_bits = {0 <repeats 16 times>}}
>          exfds = {fds_bits = {0 <repeats 16 times>}}
>          tv = {tv_sec = 15, tv_usec = 967389}
>          ret = 0
>          buf = "\001"
>          __func__ = "e_powersave_sleeper_sleep"
> #2  0x00007f0c3021b28c in _temperature_check_main (data=0x55974c38cef0, 
> th=0x55974c3b2a70) at ../src/modules/temperature/e_mod_main.c:296
>          tth = 0x55974c38cef0
>          ptemp = 57
>          temp = 57
> #3  0x00007f0c4b5aaf6c in _ecore_direct_worker (data=0x55974c3b2a70, 
> t=139690120312512) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690780569161, 1225064785284029826, -240, 0, 140725122944928, 
> 139690111922176, 1225064785305001346, 1225151330898402690}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c23ffec10, 0x0, 0x7f0c4b6f2ed0 
> <_eina_thread_self+9>, 0x7f0c23ffeb20}}
>          __cancel_routine = 0x7f0c4b5aad8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55974c3b2a70
>          __not_first_call = 0
>          work = 0x55974c3b2a70
> #4  0x00007f0c4b6f319c in _eina_internal_call (context=0x55974c3adb90) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690120312512, 1225064785235795330, -240, 0, 140725122944928, 
> 139690111922176, 1225064785281932674, 1225151514966482306}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c23ffeba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4b688916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0c23ffeb68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690120312512, 1225064785235795330, -240, 0, 140725122944928, 
> 139690111922176, 1225064785281932674, 1225151515568364930}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c23ffecb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4a5dce30 <__GI___libc_free>
>          __cancel_arg = 0x55974c3adb90
>          __not_first_call = 0
>          c = 0x55974c3adb90
>          r = 0x0
>          self = 139690120312512
> #5  0x00007f0c4a5cd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139690120312512, 
> -1218212628121133694, -240, 0, 140725122944928, 139690111922176, 
> 1225064785233698178, 1225153543868243330}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007f0c4a64d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 7 (Thread 0x7f0c3338a6c0 (LWP 9219) "enlighte:gdrv0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x55974bceed34) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55974bceed34, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f0c4a5c9efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55974bceed34, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f0c4a5cc558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x55974bceece0, cond=0x55974bceed08) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f0c4a5cc2e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f0c33389b00, __canceltype = 
> 1271970368, __prev = 0x0}
>          cbuffer = {wseq = 239, cond = 0x55974bceed08, mutex = 
> 0x55974bceece0, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 239
>          seq = 119
>          private = 0
> #4  ___pthread_cond_wait (cond=0x55974bceed08, mutex=0x55974bceece0) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f0c3f0bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f0c3f06e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f0c3f0bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f0c4a5cd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139690375685824, 
> -1218212628121133694, -240, 19, 140725122930448, 139690367295488, 
> 1225098260745674114, 1225153543868243330}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f0c4a64d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7f0c33b8b6c0 (LWP 9218) "Eanimator-vsync"):
> #0  0x00007f0c4a613485 in __GI___clock_nanosleep 
> (clock_id=clock_id@entry=0, flags=flags@entry=0, 
> req=req@entry=0x7f0c33b8a370, rem=rem@entry=0x0) at 
> ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          r = <optimized out>
> #1  0x00007f0c4a617d93 in __GI___nanosleep 
> (req=req@entry=0x7f0c33b8a370, rem=rem@entry=0x0) at 
> ../sysdeps/unix/sysv/linux/nanosleep.c:25
>          ret = <optimized out>
> #2  0x00007f0c4a643185 in usleep (useconds=<optimized out>) at 
> ../sysdeps/posix/usleep.c:31
>          ts = {tv_sec = 0, tv_nsec = 8304000}
> #3  0x00007f0c4a7795c1 in _drm_send_time (t=17899.754239636) at 
> ../src/lib/ecore_x/ecore_x_vsync.c:335
>          t_delta_hist = {0.016714949000743218, 0.016709857998648658, 
> 0.016710358002455905, 0.016742091000196524, 0.016673595997417578, 
> 0.016719950999686262, 0.016704560999642126, 0.016609843001788249, 
> 0.01669810699968366, 0.016632053000648739}
>          t_delta = 0.016632053000648739
>          t_delta_min = 0.016609843001788249
>          t_sleep = 0.0083049215008941246
>          t_last = 17899.737607583
>          tim = 0x7f0c1c02d950
>          __func__ = "_drm_send_time"
> #4  0x00007f0c4a779759 in _drm_vblank_handler (fd=55, frame=1044834, 
> sec=17899, usec=754616, data=0x0) at 
> ../src/lib/ecore_x/ecore_x_vsync.c:418
>          t = 17899.754239636
>          pframe = 1044833
>          __func__ = "_drm_vblank_handler"
> #5  0x00007f0c4802f56c in drmHandleEvent () at 
> /lib/x86_64-linux-gnu/libdrm.so.2
> #6  0x00007f0c4a779c31 in _drm_tick_core (data=0x0, 
> thread=0x55974bcdb5a0) at ../src/lib/ecore_x/ecore_x_vsync.c:530
>          wfds = {fds_bits = {0 <repeats 16 times>}}
>          ret = 1
>          tv = {tv_sec = 0, tv_usec = 91809}
>          rfds = {fds_bits = {36028797018963968, 0 <repeats 15 times>}}
>          exfds = {fds_bits = {0 <repeats 16 times>}}
>          max_fd = 55
>          msg = 0x0
>          ref = 0x55974c4873d0
>          tick = 1
>          __func__ = "_drm_tick_core"
> #7  0x00007f0c4b5aaf6c in _ecore_direct_worker (data=0x55974bcdb5a0, 
> t=139690384078528) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690780569161, 1225099361918246274, -240, 2, 140725122926592, 
> 139690375688192, 1225099361939217794, 1225151330898402690}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c33b8ac10, 0x0, 0x7f0c4b6f2ed0 
> <_eina_thread_self+9>, 0x7f0c33b8ab20}}
>          __cancel_routine = 0x7f0c4b5aad8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55974bcdb5a0
>          __not_first_call = 0
>          work = 0x55974bcdb5a0
> #8  0x00007f0c4b6f319c in _eina_internal_call (context=0x55974bcc88c0) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690384078528, 1225099361870011778, -240, 2, 140725122926592, 
> 139690375688192, 1225099361916149122, 1225151514966482306}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c33b8aba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4b688916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0c33b8ab68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690384078528, 1225099361870011778, -240, 2, 140725122926592, 
> 139690375688192, 1225099361916149122, 1225151515568364930}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c33b8acb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4a5dce30 <__GI___libc_free>
>          __cancel_arg = 0x55974bcc88c0
>          __not_first_call = 0
>          c = 0x55974bcc88c0
>          r = 0x0
>          self = 139690384078528
> #9  0x00007f0c4a5cd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139690384078528, 
> -1218212628121133694, -240, 2, 140725122926592, 139690375688192, 
> 1225099361867914626, 1225153543868243330}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #10 0x00007f0c4a64d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7f0c3438c6c0 (LWP 9217) "enlight:disk$0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x55974bcc2558) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55974bcc2558, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f0c4a5c9efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55974bcc2558, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f0c4a5cc558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x55974bcc2508, cond=0x55974bcc2530) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f0c4a5cc2e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f0c3438bb00, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 0, cond = 0x55974bcc2530, mutex = 
> 0x55974bcc2508, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 0
>          seq = 0
>          private = 0
> #4  ___pthread_cond_wait (cond=0x55974bcc2530, mutex=0x55974bcc2508) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f0c3f0bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f0c3f06e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f0c3f0bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f0c4a5cd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139690392471232, 
> -1218212628121133694, -240, 0, 140725122926528, 139690384080896, 
> 1225087266703138178, 1225153543868243330}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f0c4a64d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7f0c41d656c0 (LWP 9207) "Ethread-feedbac"):
> #0  0x00007f0c4a642bfa in __GI_fdatasync (fd=38) at 
> ../sysdeps/unix/sysv/linux/fdatasync.c:28
>          sc_ret = 0
>          sc_cancel_oldtype = 1
> #1  0x00007f0c4b645446 in eet_flush2 (ef=0x55974c217e70, sync=1 '\001') 
> at ../src/lib/eet/eet_lib.c:513
>          efn = 0x0
>          fp = 0x7f0c10000b70
>          error = EET_ERROR_NONE
>          head = {1108338462, 16777216, 117440512}
>          num_directory_entries = 1
>          num_dictionary_entries = 7
>          bytes_directory_entries = 36
>          bytes_dictionary_entries = 140
>          bytes_strings = 92
>          data_offset = 333
>          strings_offset = 183
>          data_pad = 4
>          pad = 3
>          orig_data_offset = 272
>          num = 256
>          i = 256
>          j = 7
>          zeros = "\000\000\000\000\000\000\000"
>          __func__ = "eet_flush2"
> #2  0x00007f0c4b645bc1 in eet_sync_sync (ef=0x55974c217e70) at 
> ../src/lib/eet/eet_lib.c:693
>          ret = EET_ERROR_NONE
> #3  0x000055974b1e60ee in _e_config_pending_file_del 
> (path=0x55974d3fad10 
> "/home/jose/.e/e/config/standard/module.everything-files.cfg.tmp") at 
> ../src/bin/e_config.c:193
>          err = 21911
>          erstr = 0x55974b37135b ""
>          ef = 0x55974c217e70
>          ok = 0 '\000'
> #4  0x000055974b1e63ba in _e_config_save_thread_main (data=0x0, 
> eth=0x55974bb7db70) at ../src/bin/e_config.c:279
>          msg = 0x55974c8c08cc
>          ref = 0x55974c8c07b0
>          run = 1 '\001'
> #5  0x00007f0c4b5aaf6c in _ecore_direct_worker (data=0x55974bb7db70, 
> t=139690620901056) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690780569161, 1225130544454557058, -240, 1, 140725122941392, 
> 139690612510720, 1225130544475528578, 1225151330898402690}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c41d64c10, 0x0, 0x7f0c4b6f2ed0 
> <_eina_thread_self+9>, 0x7f0c41d64b20}}
>          __cancel_routine = 0x7f0c4b5aad8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55974bb7db70
>          __not_first_call = 0
>          work = 0x55974bb7db70
> #6  0x00007f0c4b6f319c in _eina_internal_call (context=0x55974bb7dd30) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690620901056, 1225130544406322562, -240, 1, 140725122941392, 
> 139690612510720, 1225130544452459906, 1225151514966482306}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c41d64ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4b688916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0c41d64b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690620901056, 1225130544406322562, -240, 1, 140725122941392, 
> 139690612510720, 1225130544452459906, 1225151515568364930}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c41d64cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4a5dce30 <__GI___libc_free>
>          __cancel_arg = 0x55974bb7dd30
>          __not_first_call = 0
>          c = 0x55974bb7dd30
>          r = 0x0
>          self = 139690620901056
> #7  0x00007f0c4a5cd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139690620901056, 
> -1218212628121133694, -240, 1, 140725122941392, 139690612510720, 
> 1225130544404225410, 1225153543868243330}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #8  0x00007f0c4a64d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7f0c437fe6c0 (LWP 9205) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55974b9a13f8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55974b9a13f8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f0c4a5c9efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55974b9a13f8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007f0c4a5d4c4f in do_futex_wait (sem=sem@entry=0x55974b9a13f8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007f0c4a5d4ce0 in __new_sem_wait_slow64 (sem=0x55974b9a13f8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7f0c4a5d4c30 <__sem_wait_cleanup>, 
> __arg = 0x55974b9a13f8, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007f0c4b6c8fab in eina_semaphore_lock (sem=0x55974b9a13f8) at 
> ../src/lib/eina/eina_inline_lock_posix.x:724
> #6  0x00007f0c4b6c9355 in _eina_thread_queue_wait (thq=0x55974b9a13d0) 
> at ../src/lib/eina/eina_thread_queue.c:209
>          __func__ = "_eina_thread_queue_wait"
> #7  0x00007f0c4b6c9c4f in eina_thread_queue_wait (thq=0x55974b9a13d0, 
> allocref=0x7f0c437fdad0) at ../src/lib/eina/eina_thread_queue.c:492
>          msg = 0x7f0c437fda90
>          blk = 0x6d61732d656c
> #8  0x00007f0c4b1c228f in _evas_common_scale_sample_thread (data=0x0, 
> t=139690648790720) at ../src/lib/evas/common/evas_scale_sample.c:751
>          ref = 0x0
>          msg = 0x0
>          todo = 0x0
> #9  0x00007f0c4b6f319c in _eina_internal_call (context=0x55974b9a1490) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690648790720, 1225134052857732482, -240, 2, 140725122945616, 
> 139690640400384, 1225134052903869826, 1225151514966482306}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c437fdba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4b688916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0c437fdb68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690648790720, 1225134052857732482, -240, 2, 140725122945616, 
> 139690640400384, 1225134052903869826, 1225151515568364930}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c437fdcb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4a5dce30 <__GI___libc_free>
>          __cancel_arg = 0x55974b9a1490
>          __not_first_call = 0
>          c = 0x55974b9a1490
>          r = 0x0
>          self = 139690648790720
> #10 0x00007f0c4a5cd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139690648790720, 
> -1218212628121133694, -240, 2, 140725122945616, 139690640400384, 
> 1225134052855635330, 1225153543868243330}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #11 0x00007f0c4a64d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7f0c43fff6c0 (LWP 9204) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7f0c43ffeac0, op=137, expected=0, futex_word=0x7f0c4b4281f4 
> <evas_thread_queue_condition+52>) at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7f0c4b4281f4 
> <evas_thread_queue_condition+52>, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f0c43ffeac0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007f0c4a5c9efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7f0c4b4281f4 
> <evas_thread_queue_condition+52>, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f0c43ffeac0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f0c4a5cc83c in __pthread_cond_wait_common 
> (abstime=0x7f0c43ffeac0, clockid=1, mutex=0x7f0c4b428200 
> <evas_thread_queue_lock>, cond=0x7f0c4b4281c8 
> <evas_thread_queue_condition+8>) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f0c4a5cc2e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f0c43ffea20, __canceltype = 4, 
> __prev = 0x0}
>          cbuffer = {wseq = 343, cond = 0x7f0c4b4281c8 
> <evas_thread_queue_condition+8>, mutex = 0x7f0c4b428200 
> <evas_thread_queue_lock>, private = 0}
>          err = <optimized out>
>          g = 1
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 343
>          seq = 171
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7f0c4b4281c8 
> <evas_thread_queue_condition+8>, mutex=0x7f0c4b428200 
> <evas_thread_queue_lock>, abstime=0x7f0c43ffeac0) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007f0c4b1d34cd in eina_condition_timedwait (cond=0x7f0c4b4281c0 
> <evas_thread_queue_condition>, t=2250) at 
> ../src/lib/eina/eina_inline_lock_posix.x:439
>          ts = {tv_sec = 17947, tv_nsec = 547777113}
>          sec = 2250
>          nsec = 0
>          err = 0
>          r = 0 '\000'
> #6  0x00007f0c4b1d391a in evas_thread_worker_func (data=0x0, 
> thread=139690657183424) at 
> ../src/lib/evas/common/evas_thread_render.c:136
>          cmd = 0x55974cd0b9c0
>          len = 0
>          max = 128
>          __func__ = "evas_thread_worker_func"
>          __PRETTY_FUNCTION__ = "evas_thread_worker_func"
> #7  0x00007f0c4b6f319c in _eina_internal_call (context=0x55974b9a0f80) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690657183424, 1225135153979972994, -240, 2, 140725122945632, 
> 139690648793088, 1225135154026110338, 1225151514966482306}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c43ffeba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4b688916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0c43ffeb68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139690657183424, 1225135153979972994, -240, 2, 140725122945632, 
> 139690648793088, 1225135154026110338, 1225151515568364930}, 
> __mask_was_saved = 0}}, __pad = {0x7f0c43ffecb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0c4a5dce30 <__GI___libc_free>
>          __cancel_arg = 0x55974b9a0f80
>          __not_first_call = 0
>          c = 0x55974b9a0f80
>          r = 0x0
>          self = 139690657183424
> #8  0x00007f0c4a5cd144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139690657183424, 
> -1218212628121133694, -240, 2, 140725122945632, 139690648793088, 
> 1225135153977875842, 1225153543868243330}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f0c4a64d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7f0c490a7980 (LWP 9200) "enlightenment"):
> #0  0x00007f0c4a617d32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x000055974b36794c in e_alert_show () at ../src/bin/e_alert.c:43
> #2  0x000055974b2e7271 in _e_crash () at ../src/bin/e_signals.c:81
> #3  0x000055974b2e7292 in e_sigseg_act (x=11, info=0x7ffd1ef6acb0, 
> data=0x7ffd1ef6ab80) at ../src/bin/e_signals.c:91
> #4  0x00007f0c4a580050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #5  0x00007f0c4b64978b in eet_write_cipher (ef=0x55974b9bf370, 
> name=0x55974b3712d4 "config", data=0x55974d49b7c0, size=57812, comp=11, 
> cipher_key=0x0) at ../src/lib/eet/eet_lib.c:2482
>          in = 0x55974ce98c90
>          efn = 0x2f736e6f63692f65
>          exists_already = 0
>          hash = 17966
> #6  0x00007f0c4b636c01 in eet_data_write_cipher (ef=0x55974b9bf370, 
> edd=0x55974bb834f0, name=0x55974b3712d4 "config", cipher_key=0x0, 
> data=0x55974bb98980, comp=11) at ../src/lib/eet/eet_data.c:2410
>          ed = 0x55974ba279b0
>          data_enc = 0x55974d49b7c0
>          size = 57812
>          val = 32765
>          __func__ = "eet_data_write_cipher"
> #7  0x00007f0c4b636c6f in eet_data_write (ef=0x55974b9bf370, 
> edd=0x55974bb834f0, name=0x55974b3712d4 "config", data=0x55974bb98980, 
> comp=11) at ../src/lib/eet/eet_data.c:2422
> #8  0x000055974b1f49bf in e_config_domain_save (domain=0x55974b3738c8 
> "e", edd=0x55974bb834f0, data=0x55974bb98980) at 
> ../src/bin/e_config.c:2328
>          ef = 0x55974b9bf370
>          buf = "/home/jose/.e/e/config/standard/e.cfg", '\000' <repeats 
> 379 times>...
>          buf2 = 
> "/home/jose/.e/e/config/standard/e.cfg.tmp\000hK\f\177\000\000firefox", 
> '\000' <repeats 505 times>...
>          ok = 0
>          len = 37
>          len2 = 1
> #9  0x000055974b1f5fa5 in _e_config_save_cb (data=0x0) at 
> ../src/bin/e_config.c:2562
> #10 0x000055974b2cd4ec in _e_powersave_cb_deferred_timer (data=0x0) at 
> ../src/bin/e_powersave.c:304
>          pa = 0x55974d389010
> #11 0x00007f0c4b5a7474 in _ecore_call_task_cb (func=0x55974b2cd445 
> <_e_powersave_cb_deferred_timer>, data=0x0) at 
> ../src/lib/ecore/ecore_private.h:456
> #12 0x00007f0c4b5a795f in _ecore_timer_legacy_tick (data=0x55974d389030, 
> event=0x7ffd1ef6d390) at ../src/lib/ecore/ecore_timer.c:172
>          legacy = 0x55974d389030
>          inside_call = 0 '\000'
> #13 0x00007f0c4b61887a in _event_callback_call (obj_id=0x4000002290cc, 
> pd=0x55974cfbe6a0, desc=0x7f0c4b5e23a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0, legacy_compare=0 
> '\000') at ../src/lib/eo/eo_base_class.c:2114
>          it = 0x7f0c4b5e5940 <internal>
>          cb = 0x55974d3de738
>          restart_lookup = 0x0
>          ev = {object = 0x4000002290cc, desc = 0x7f0c4b5e23a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, info = 0x0}
>          idx = 2
>          callback_already_stopped = 0 '\000'
>          ret = 1 '\001'
>          frame = {desc = 0x7f0c4b5e23a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, next = 0x0, idx = 2, inserted_before 
> = 0, generation = 1}
>          need_hash = 1 '\001'
> #14 0x00007f0c4b618a87 in _efl_object_event_callback_call 
> (obj_id=0x4000002290cc, pd=0x55974cfbe6a0, desc=0x7f0c4b5e23a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0) at 
> ../src/lib/eo/eo_base_class.c:2186
> #15 0x00007f0c4b618b40 in efl_event_callback_call (obj=0x4000002290cc, 
> desc=0x7f0c4b5e23a0 <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0) 
> at ../src/lib/eo/eo_base_class.c:2189
>          _r = 0 '\000'
>          ___op = 65570
>          ___generation = 1
>          ___call = {eo_id = 0x4000002290cc, obj = 0x55974cfbe660, func = 
> 0x7f0c4b618a4d <_efl_object_event_callback_call>, data = 0x55974cfbe6a0, 
> extn1 = 0x55974cfbe6e0, extn2 = 0x7f0c4b5cb614, extn3 = 0x7ffd1ef6d4a0, 
> extn4 = 0x4000002290cc}
>          _func_ = 0x7f0c4b618a4d <_efl_object_event_callback_call>
> #16 0x00007f0c4b5a8ef4 in _efl_loop_timer_expired_call 
> (obj=0x4000000002d7, pd=0x55974b8fb8b0, when=17885.954497105002) at 
> ../src/lib/ecore/ecore_timer.c:669
>          timer = 0x55974cfbe6e0
> #17 0x00007f0c4b5a8d1b in _efl_loop_timer_expired_timers_call 
> (obj=0x4000000002d7, pd=0x55974b8fb8b0, when=17885.954497105002) at 
> ../src/lib/ecore/ecore_timer.c:621
> #18 0x00007f0c4b55bd4a in _ecore_main_loop_iterate_internal 
> (obj=0x4000000002d7, pd=0x55974b8fb8b0, once_only=0) at 
> ../src/lib/ecore/ecore_main.c:2436
>          next_time = -1
> #19 0x00007f0c4b5591b7 in _ecore_main_loop_begin (obj=0x4000000002d7, 
> pd=0x55974b8fb8b0) at ../src/lib/ecore/ecore_main.c:1236
> #20 0x00007f0c4b561663 in _efl_loop_begin (obj=0x4000000002d7, 
> pd=0x55974b8fb8b0) at ../src/lib/ecore/efl_loop.c:57
> #21 0x00007f0c4b563cc1 in efl_loop_begin (obj=0x4000000002d7) at 
> src/lib/ecore/efl_loop.eo.c:28
>          _r = 0x0
>          ___op = 262146
>          ___generation = 1
>          ___call = {eo_id = 0x4000000002d7, obj = 0x55974b8fb810, func = 
> 0x7f0c4b56163c <_efl_loop_begin>, data = 0x55974b8fb8b0, extn1 = 0x0, 
> extn2 = 0x7f0c4b5c2bab, extn3 = 0x0, extn4 = 0xffffffff}
>          _func_ = 0x7f0c4b56163c <_efl_loop_begin>
> #22 0x00007f0c4b559393 in ecore_main_loop_begin () at 
> ../src/lib/ecore/ecore_main.c:1321
>          __func__ = "ecore_main_loop_begin"
> #23 0x000055974b2a836c in main (argc=2, argv=0x7ffd1efa68b8) at 
> ../src/bin/e_main.c:1135
>          nostartup = 0 '\000'
>          safe_mode = 0 '\000'
>          waslocked = 0 '\000'
>          strshare = 0x55974b8ccecc "\f\177"
>          s = 0x0
>          action = {__sigaction_handler = {sa_handler = 0x55974b2e7314 
> <e_sigabrt_act>, sa_sigaction = 0x55974b2e7314 <e_sigabrt_act>}, sa_mask 
> = {__val = {0 <repeats 16 times>}}, sa_flags = -1073741820, sa_restorer 
> = 0x0}
>          __func__ = "main"
> [Inferior 1 (process 9200) detached]
> 
> Thread 7 (Thread 0x7fa32840d6c0 (LWP 20539) "Ethread-feedbac"):
> #0  0x00007fa332d63485 in __GI___clock_nanosleep 
> (clock_id=clock_id@entry=0, flags=flags@entry=0, 
> req=req@entry=0x7fa32840ca10, rem=rem@entry=0x7fa32840ca10) at 
> ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          r = <optimized out>
> #1  0x00007fa332d67d93 in __GI___nanosleep 
> (req=req@entry=0x7fa32840ca10, rem=rem@entry=0x7fa32840ca10) at 
> ../sysdeps/unix/sysv/linux/nanosleep.c:25
>          ret = <optimized out>
> #2  0x00007fa332d67cca in __sleep (seconds=0) at 
> ../sysdeps/posix/sleep.c:55
>          save_errno = 11
>          ts = {tv_sec = 5, tv_nsec = 71934436}
> #3  0x000055af4d9fd983 in _cb_watchdog_thread_pingpong (data=0x0, 
> thread=0x55af4f65b510) at ../src/bin/e_watchdog.c:43
>          seq_new = 0x7fa2d4000b70
>          seq = 587
> #4  0x00007fa333cfaf6c in _ecore_direct_worker (data=0x55af4f65b510, 
> t=140338731734720) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338925645385, 2509175049704529276, -240, 0, 140732095934624, 
> 140338723344384, 2509175049750666620, 2509163011887029628}, 
> __mask_was_saved = 0}}, __pad = {0x7fa32840cc10, 0x0, 0x7fa333e42ed0 
> <_eina_thread_self+9>, 0x7fa32840cb20}}
>          __cancel_routine = 0x7fa333cfad8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55af4f65b510
>          __not_first_call = 0
>          work = 0x55af4f65b510
> #5  0x00007fa333e4319c in _eina_internal_call (context=0x55af4f65d5a0) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338731734720, 2509175049547242876, -240, 0, 140732095934624, 
> 140338723344384, 2509175049702432124, 2509162638521621884}, 
> __mask_was_saved = 0}}, __pad = {0x7fa32840cba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa333dd8916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fa32840cb68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338731734720, 2509175049547242876, -240, 0, 140732095934624, 
> 140338723344384, 2509175049702432124, 2509162638175591804}, 
> __mask_was_saved = 0}}, __pad = {0x7fa32840ccb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa332d2ce30 <__GI___libc_free>
>          __cancel_arg = 0x55af4f65d5a0
>          __not_first_call = 0
>          c = 0x55af4f65d5a0
>          r = 0x0
>          self = 140338731734720
> #6  0x00007fa332d1d144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140338731734720, 
> -2480302621019513476, -240, 0, 140732095934624, 140338723344384, 
> 2509175049553534332, 2509160627068165500}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007fa332d9d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7fa31bb846c0 (LWP 20538) "Ethread-feedbac"):
> #0  0x00007fa332d928dc in __GI___select (nfds=81, 
> readfds=0x7fa31bb838b0, writefds=0x7fa31bb83930, 
> exceptfds=0x7fa31bb839b0, timeout=0x7fa31bb838a0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 0, tv_nsec = 690628546}
>          pts64 = 0x7fa31bb837f0
> #1  0x000055af4d9cc1b6 in e_powersave_sleeper_sleep 
> (sleeper=0x55af4f4a1740, poll_interval=128, allow_save=1 '\001') at 
> ../src/bin/e_powersave.c:242
>          timf = 16
>          tim = 15918507
>          rfds = {fds_bits = {0, 65536, 0 <repeats 14 times>}}
>          wfds = {fds_bits = {0 <repeats 16 times>}}
>          exfds = {fds_bits = {0 <repeats 16 times>}}
>          tv = {tv_sec = 15, tv_usec = 918507}
>          ret = 21935
>          buf = "\001"
>          __func__ = "e_powersave_sleeper_sleep"
> #2  0x00007fa32859928c in _temperature_check_main (data=0x55af4f4a1710, 
> th=0x55af4f4a1760) at ../src/modules/temperature/e_mod_main.c:296
>          tth = 0x55af4f4a1710
>          ptemp = 64
>          temp = 64
> #3  0x00007fa333cfaf6c in _ecore_direct_worker (data=0x55af4f4a1760, 
> t=140338521458368) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338925645385, 2509075193325510012, -240, 0, 140732095933936, 
> 140338513068032, 2509075193371647356, 2509163011887029628}, 
> __mask_was_saved = 0}}, __pad = {0x7fa31bb83c10, 0x0, 0x7fa333e42ed0 
> <_eina_thread_self+9>, 0x7fa31bb83b20}}
>          __cancel_routine = 0x7fa333cfad8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55af4f4a1760
>          __not_first_call = 0
>          work = 0x55af4f4a1760
> #4  0x00007fa333e4319c in _eina_internal_call (context=0x55af4f498740) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338521458368, 2509075193168223612, -240, 0, 140732095933936, 
> 140338513068032, 2509075193323412860, 2509162638521621884}, 
> __mask_was_saved = 0}}, __pad = {0x7fa31bb83ba0, 0x0, 0x7fa304000b60, 
> 0x7fa3040008e0}}
>          __cancel_routine = 0x7fa333dd8916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fa31bb83b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338521458368, 2509075193168223612, -240, 0, 140732095933936, 
> 140338513068032, 2509075193323412860, 2509162638175591804}, 
> __mask_was_saved = 0}}, __pad = {0x7fa31bb83cb0, 0x0, 0x20000, 
> 0x55af4f0a9390}}
>          __cancel_routine = 0x7fa332d2ce30 <__GI___libc_free>
>          __cancel_arg = 0x55af4f498740
>          __not_first_call = 0
>          c = 0x55af4f498740
>          r = 0x7fa31bb83bb0
>          self = 140338521458368
> #5  0x00007fa332d1d144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140338521458368, 
> -2480302621019513476, -240, 0, 140732095933936, 140338513068032, 
> 2509075193174515068, 2509160627068165500}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007fa332d9d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7fa31cb866c0 (LWP 20485) "Eanimator-vsync"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55af4f0992b8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55af4f0992b8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fa332d19efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55af4f0992b8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007fa332d24c4f in do_futex_wait (sem=sem@entry=0x55af4f0992b8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007fa332d24ce0 in __new_sem_wait_slow64 (sem=0x55af4f0992b8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7fa332d24c30 <__sem_wait_cleanup>, 
> __arg = 0x55af4f0992b8, __canceltype = 481843280, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007fa333e18fab in eina_semaphore_lock (sem=0x55af4f0992b8) at 
> ../src/lib/eina/eina_inline_lock_posix.x:724
> #6  0x00007fa333e19355 in _eina_thread_queue_wait (thq=0x55af4f099290) 
> at ../src/lib/eina/eina_thread_queue.c:209
>          __func__ = "_eina_thread_queue_wait"
> #7  0x00007fa333e19c4f in eina_thread_queue_wait (thq=0x55af4f099290, 
> allocref=0x7fa31cb858a8) at ../src/lib/eina/eina_thread_queue.c:492
>          msg = 0x7fa31cb85a70
>          blk = 0x55af4f0a89f0
> #8  0x00007fa332ec98a8 in _drm_tick_core (data=0x0, 
> thread=0x55af4f0a89f0) at ../src/lib/ecore_x/ec
> Thread 9 (Thread 0x7f0e46e006c0 (LWP 18375) "Ethread-feedbac"):
> #0  0x00007f0e65b10485 in __GI___clock_nanosleep 
> (clock_id=clock_id@entry=0, flags=flags@entry=0, 
> req=req@entry=0x7f0e46dffa10, rem=rem@entry=0x7f0e46dffa10) at 
> ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          r = <optimized out>
> #1  0x00007f0e65b14d93 in __GI___nanosleep 
> (req=req@entry=0x7f0e46dffa10, rem=rem@entry=0x7f0e46dffa10) at 
> ../sysdeps/unix/sysv/linux/nanosleep.c:25
>          ret = <optimized out>
> #2  0x00007f0e65b14cca in __sleep (seconds=0) at 
> ../sysdeps/posix/sleep.c:55
>          save_errno = 11
>          ts = {tv_sec = 0, tv_nsec = 230643883}
> #3  0x0000559658a53983 in _cb_watchdog_thread_pingpong (data=0x0, 
> thread=0x55965a233ed0) at ../src/bin/e_watchdog.c:43
>          seq_new = 0x7f0e30000b90
>          seq = 866
> #4  0x00007f0e66aa7f6c in _ecore_direct_worker (data=0x55965a233ed0, 
> t=139699295356608) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699828719177, 1947389541889177060, -240, 0, 140733358815760, 
> 139699286966272, 1947389541843039716, 1947460026409383396}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e46dffc10, 0x0, 0x7f0e66befed0 
> <_eina_thread_self+9>, 0x7f0e46dffb20}}
>          __cancel_routine = 0x7f0e66aa7d8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55965a233ed0
>          __not_first_call = 0
>          work = 0x55965a233ed0
> #5  0x00007f0e66bf019c in _eina_internal_call (context=0x559659f2a320) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699295356608, 1947389541778028004, -240, 0, 140733358815760, 
> 139699286966272, 1947389541891274212, 1947460190143477220}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e46dffba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e66b85916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0e46dffb68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699295356608, 1947389541778028004, -240, 0, 140733358815760, 
> 139699286966272, 1947389541891274212, 1947460193962391012}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e46dffcb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e65ad9e30 <__GI___libc_free>
>          __cancel_arg = 0x559659f2a320
>          __not_first_call = 0
>          c = 0x559659f2a320
>          r = 0x0
>          self = 139699295356608
> #6  0x00007f0e65aca144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139699295356608, 
> -1938225936946334236, -240, 0, 140733358815760, 139699286966272, 
> 1947389541771736548, 1947457875760608740}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #7  0x00007f0e65b4a7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 8 (Thread 0x7f0e476096c0 (LWP 18374) "Ethread-feedbac"):
> #0  0x00007f0e65b3f8dc in __GI___select (nfds=87, 
> readfds=0x7f0e476088b0, writefds=0x7f0e47608930, 
> exceptfds=0x7f0e476089b0, timeout=0x7f0e476088a0) at 
> ../sysdeps/unix/sysv/linux/select.c:69
>          sc_ret = -514
>          sc_cancel_oldtype = 1
>          s = <optimized out>
>          us = <optimized out>
>          ts64 = {tv_sec = 0, tv_nsec = 0}
>          pts64 = 0x7f0e476087f0
> #1  0x0000559658a221b6 in e_powersave_sleeper_sleep 
> (sleeper=0x55965a0a5790, poll_interval=128, allow_save=1 '\001') at 
> ../src/bin/e_powersave.c:242
>          timf = 16
>          tim = 15972529
>          rfds = {fds_bits = {0, 4194304, 0 <repeats 14 times>}}
>          wfds = {fds_bits = {0 <repeats 16 times>}}
>          exfds = {fds_bits = {0 <repeats 16 times>}}
>          tv = {tv_sec = 15, tv_usec = 972529}
>          ret = 21910
>          buf = "\001"
>          __func__ = "e_powersave_sleeper_sleep"
> #2  0x00007f0e4771628c in _temperature_check_main (data=0x55965a07fc30, 
> th=0x55965a0a57b0) at ../src/modules/temperature/e_mod_main.c:296
>          tth = 0x55965a07fc30
>          ptemp = 64
>          temp = 64
> #3  0x00007f0e66aa7f6c in _ecore_direct_worker (data=0x55965a0a57b0, 
> t=139699303782080) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699828719177, 1947392351334659556, -240, 0, 140733358815072, 
> 139699295391744, 1947392351288522212, 1947460026409383396}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e47608c10, 0x0, 0x7f0e66befed0 
> <_eina_thread_self+9>, 0x7f0e47608b20}}
>          __cancel_routine = 0x7f0e66aa7d8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55965a0a57b0
>          __not_first_call = 0
>          work = 0x55965a0a57b0
> #4  0x00007f0e66bf019c in _eina_internal_call (context=0x55965a0a08d0) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699303782080, 1947392351223510500, -240, 0, 140733358815072, 
> 139699295391744, 1947392351336756708, 1947460190143477220}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e47608ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e66b85916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0e47608b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699303782080, 1947392351223510500, -240, 0, 140733358815072, 
> 139699295391744, 1947392351336756708, 1947460193962391012}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e47608cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e65ad9e30 <__GI___libc_free>
>          __cancel_arg = 0x55965a0a08d0
>          __not_first_call = 0
>          c = 0x55965a0a08d0
>          r = 0x0
>          self = 139699303782080
> #5  0x00007f0e65aca144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139699303782080, 
> -1938225936946334236, -240, 0, 140733358815072, 139699295391744, 
> 1947392351217219044, 1947457875760608740}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #6  0x00007f0e65b4a7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 7 (Thread 0x7f0e4e7ef6c0 (LWP 18354) "enlighte:gdrv0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x5596599e2230) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x5596599e2230, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f0e65ac6efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x5596599e2230, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f0e65ac9558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x5596599e21e0, cond=0x5596599e2208) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f0e65ac92e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f0e4e7eeb00, __canceltype = 1, 
> __prev = 0x0}
>          cbuffer = {wseq = 712, cond = 0x5596599e2208, mutex = 
> 0x5596599e21e0, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 712
>          seq = 356
>          private = 0
> #4  ___pthread_cond_wait (cond=0x5596599e2208, mutex=0x5596599e21e0) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f0e5a2bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f0e5a26e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f0e5a2bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f0e65aca144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimizeore_x_vsync.c:457
>          msg = 0x55af4f516c94
>          ref = 0x55af4f516c50
>          tick = 0
>          __func__ = "_drm_tick_core"
> #9  0x00007fa333cfaf6c in _ecore_direct_worker (data=0x55af4f0a89f0, 
> t=140338538243776) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338925645385, 2509077395569991036, -240, 2, 140732095915600, 
> 140338529853440, 2509077395616128380, 2509163011887029628}, 
> __mask_was_saved = 0}}, __pad = {0x7fa31cb85c10, 0x0, 0x7fa333e42ed0 
> <_eina_thread_self+9>, 0x7fa31cb85b20}}
>          __cancel_routine = 0x7fa333cfad8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55af4f0a89f0
>          __not_first_call = 0
>          work = 0x55af4f0a89f0
> #10 0x00007fa333e4319c in _eina_internal_call (context=0x55af4f09b680) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338538243776, 2509077395412704636, -240, 2, 140732095915600, 
> 140338529853440, 2509077395567893884, 2509162638521621884}, 
> __mask_was_saved = 0}}, __pad = {0x7fa31cb85ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa333dd8916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fa31cb85b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338538243776, 2509077395412704636, -240, 2, 140732095915600, 
> 140338529853440, 2509077395567893884, 2509162638175591804}, 
> __mask_was_saved = 0}}, __pad = {0x7fa31cb85cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa332d2ce30 <__GI___libc_free>
>          __cancel_arg = 0x55af4f09b680
>          __not_first_call = 0
>          c = 0x55af4f09b680
>          r = 0x0
>          self = 140338538243776
> #11 0x00007fa332d1d144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140338538243776, 
> -2480302621019513476, -240, 2, 140732095915600, 140338529853440, 
> 2509077395418996092, 2509160627068165500}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #12 0x00007fa332d9d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7fa32a5666c0 (LWP 20475) "Ethread-feedbac"):
> #0  0x00007fa332d92bfa in __GI_fdatasync (fd=55) at 
> ../sysdeps/unix/sysv/linux/fdatasync.c:28
>          sc_ret = 0
>          sc_cancel_oldtype = 1
> #1  0x00007fa333d95446 in eet_flush2 (ef=0x55af4f3fb3c0, sync=1 '\001') 
> at ../src/lib/eet/eet_lib.c:513
>          efn = 0x0
>          fp = 0x7fa300000b70
>          error = EET_ERROR_NONE
>          head = {1108338462, 16777216, 0}
>          num_directory_entries = 1
>          num_dictionary_entries = 0
>          bytes_directory_entries = 36
>          bytes_dictionary_entries = 0
>          bytes_strings = 7
>          data_offset = 56
>          strings_offset = 43
>          data_pad = 5
>          pad = 0
>          orig_data_offset = 48
>          num = 256
>          i = 256
>          j = 0
>          zeros = "\000\000\000\000\000\000\000"
>          __func__ = "eet_flush2"
> #2  0x00007fa333d95bc1 in eet_sync_sync (ef=0x55af4f3fb3c0) at 
> ../src/lib/eet/eet_lib.c:693
>          ret = EET_ERROR_NONE
> #3  0x000055af4d8e50ee in _e_config_pending_file_del 
> (path=0x55af4fe3ddd0 "/home/jose/.e/e/config/profile.cfg.tmp") at 
> ../src/bin/e_config.c:193
>          err = 21935
>          erstr = 0x55af4da7035b ""
>          ef = 0x55af4f3fb3c0
>          ok = 0 '\000'
> #4  0x000055af4d8e53ba in _e_config_save_thread_main (data=0x0, 
> eth=0x55af4ef5c620) at ../src/bin/e_config.c:279
>          msg = 0x55af4fe4a7c4
>          ref = 0x55af4fe4a780
>          run = 1 '\001'
> #5  0x00007fa333cfaf6c in _ecore_direct_worker (data=0x55af4ef5c620, 
> t=140338766702272) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338925645385, 2509179289374121340, -240, 1, 140732095930400, 
> 140338758311936, 2509179289420258684, 2509163011887029628}, 
> __mask_was_saved = 0}}, __pad = {0x7fa32a565c10, 0x0, 0x7fa333e42ed0 
> <_eina_thread_self+9>, 0x7fa32a565b20}}
>          __cancel_routine = 0x7fa333cfad8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x55af4ef5c620
>          __not_first_call = 0
>          work = 0x55af4ef5c620
> #6  0x00007fa333e4319c in _eina_internal_call (context=0x55af4ef5c7e0) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338766702272, 2509179289216834940, -240, 1, 140732095930400, 
> 140338758311936, 2509179289372024188, 2509162638521621884}, 
> __mask_was_saved = 0}}, __pad = {0x7fa32a565ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa333dd8916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fa32a565b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338766702272, 2509179289216834940, -240, 1, 140732095930400, 
> 140338758311936, 2509179289372024188, 2509162638175591804}, 
> __mask_was_saved = 0}}, __pad = {0x7fa32a565cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa332d2ce30 <__GI___libc_free>
>          __cancel_arg = 0x55af4ef5c7e0
>          __not_first_call = 0
>          c = 0x55af4ef5c7e0
>          r = 0x0
>          self = 140338766702272
> #7  0x00007fa332d1d144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140338766702272, 
> -2480302621019513476, -240, 1, 140732095930400, 140338758311936, 
> 2509179289223126396, 2509160627068165500}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #8  0x00007fa332d9d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7fa32bfff6c0 (LWP 20474) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55af4ed7ffb8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x55af4ed7ffb8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007fa332d19efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x55af4ed7ffb8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007fa332d24c4f in do_futex_wait (sem=sem@entry=0x55af4ed7ffb8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007fa332d24ce0 in __new_sem_wait_slow64 (sem=0x55af4ed7ffb8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7fa332d24c30 <__sem_wait_cleanup>, 
> __arg = 0x55af4ed7ffb8, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007fa333e18fab in eina_semaphore_lock (sem=0x55af4ed7ffb8) at 
> ../src/lib/eina/eina_inline_lock_posix.x:724
> #6  0x00007fa333e19355 in _eina_thread_queue_wait (thq=0x55af4ed7ff90) 
> at ../src/lib/eina/eina_thread_queue.c:209
>          __func__ = "_eina_thread_queue_wait"
> #7  0x00007fa333e19c4f in eina_thread_queue_wait (thq=0x55af4ed7ff90, 
> allocref=0x7fa32bffead0) at ../src/lib/eina/eina_thread_queue.c:492
>          msg = 0x7fa32bffea90
>          blk = 0x6d61732d656c
> #8  0x00007fa33391228f in _evas_common_scale_sample_thread (data=0x0, 
> t=140338794591936) at ../src/lib/evas/common/evas_scale_sample.c:751
>          ref = 0x0
>          msg = 0x0
>          todo = 0x0
> #9  0x00007fa333e4319c in _eina_internal_call (context=0x55af4ed80050) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338794591936, 2509180193844321660, -240, 2, 140732095934624, 
> 140338786201600, 2509180193999510908, 2509162638521621884}, 
> __mask_was_saved = 0}}, __pad = {0x7fa32bffeba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa333dd8916 <_eina_debd out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139699423213248, 
> -1938225936946334236, -240, 19, 140733358800592, 139699414822912, 
> 1947407966644565476, 1947457875760608740}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f0e65b4a7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 6 (Thread 0x7f0e4eff06c0 (LWP 18353) "Eanimator-vsync"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5596599b7ac8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x5596599b7ac8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f0e65ac6efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x5596599b7ac8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007f0e65ad1c4f in do_futex_wait (sem=sem@entry=0x5596599b7ac8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007f0e65ad1ce0 in __new_sem_wait_slow64 (sem=0x5596599b7ac8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7f0e65ad1c30 <__sem_wait_cleanup>, 
> __arg = 0x5596599b7ac8, __canceltype = 1325332560, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007f0e66bc5fab in eina_semaphore_lock (sem=0x5596599b7ac8) at 
> ../src/lib/eina/eina_inline_lock_posix.x:724
> #6  0x00007f0e66bc6355 in _eina_thread_queue_wait (thq=0x5596599b7aa0) 
> at ../src/lib/eina/eina_thread_queue.c:209
>          __func__ = "_eina_thread_queue_wait"
> #7  0x00007f0e66bc6c4f in eina_thread_queue_wait (thq=0x5596599b7aa0, 
> allocref=0x7f0e4efef8a8) at ../src/lib/eina/eina_thread_queue.c:492
>          msg = 0x7f0e4efefa70
>          blk = 0x5596599ce9c0
> #8  0x00007f0e65c768a8 in _drm_tick_core (data=0x0, 
> thread=0x5596599ce9c0) at ../src/lib/ecore_x/ecore_x_vsync.c:457
>          msg = 0x55965a06fa84
>          ref = 0x55965a06fa40
>          tick = 0
>          __func__ = "_drm_tick_core"
> #9  0x00007f0e66aa7f6c in _ecore_direct_worker (data=0x5596599ce9c0, 
> t=139699431605952) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699828719177, 1947406867787249124, -240, 2, 140733358796736, 
> 139699423215616, 1947406867741111780, 1947460026409383396}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e4efefc10, 0x0, 0x7f0e66befed0 
> <_eina_thread_self+9>, 0x7f0e4efefb20}}
>          __cancel_routine = 0x7f0e66aa7d8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x5596599ce9c0
>          __not_first_call = 0
>          work = 0x5596599ce9c0
> #10 0x00007f0e66bf019c in _eina_internal_call (context=0x5596599cbec0) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699431605952, 1947406867676100068, -240, 2, 140733358796736, 
> 139699423215616, 1947406867789346276, 1947460190143477220}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e4efefba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e66b85916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0e4efefb68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699431605952, 1947406867676100068, -240, 2, 140733358796736, 
> 139699423215616, 1947406867789346276, 1947460193962391012}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e4efefcb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e65ad9e30 <__GI___libc_free>
>          __cancel_arg = 0x5596599cbec0
>          __not_first_call = 0
>          c = 0x5596599cbec0
>          r = 0x0
>          self = 139699431605952
> #11 0x00007f0e65aca144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139699431605952, 
> -1938225936946334236, -240, 2, 140733358796736, 139699423215616, 
> 1947406867669808612, 1947457875760608740}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #12 0x00007f0e65b4a7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 5 (Thread 0x7f0e4f7f16c0 (LWP 18352) "enlight:disk$0"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, 
> op=393, expected=0, futex_word=0x5596599b5c98) at 
> ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 0
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x5596599b5c98, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f0e65ac6efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x5596599b5c98, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f0e65ac9558 in __pthread_cond_wait_common (abstime=0x0, 
> clockid=0, mutex=0x5596599b5c48, cond=0x5596599b5c70) at 
> ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f0e65ac92e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f0e4f7f0b00, __canceltype = 0, 
> __prev = 0x0}
>          cbuffer = {wseq = 0, cond = 0x5596599b5c70, mutex = 
> 0x5596599b5c48, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          signals = <optimized out>
>          result = 0
>          wseq = 0
>          seq = 0
>          private = 0
> #4  ___pthread_cond_wait (cond=0x5596599b5c70, mutex=0x5596599b5c48) at 
> ./nptl/pthread_cond_wait.c:618
> #5  0x00007f0e5a2bc059 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #6  0x00007f0e5a26e17b in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #7  0x00007f0e5a2bbf97 in  () at 
> /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so
> #8  0x00007f0e65aca144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139699439998656, 
> -1938225936946334236, -240, 0, 140733358796672, 139699431608320, 
> 1947410162446595556, 1947457875760608740}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f0e65b4a7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 4 (Thread 0x7f0e6147a6c0 (LWP 18342) "Ethread-feedbac"):
> #0  0x00007f0e65b3fbfa in __GI_fdatasync (fd=72) at 
> ../sysdeps/unix/sysv/linux/fdatasync.c:28
>          sc_ret = 0
>          sc_cancel_oldtype = 1
> #1  0x00007f0e66b42446 in eet_flush2 (ef=0x5596596b27a0, sync=1 '\001') 
> at ../src/lib/eet/eet_lib.c:513
>          efn = 0x0
>          fp = 0x7f0e2c000c90
>          error = EET_ERROR_NONE
>          head = {1108338462, 16777216, 150994944}
>          num_directory_entries = 1
>          num_dictionary_entries = 9
>          bytes_directory_entries = 36
>          bytes_dictionary_entries = 180
>          bytes_strings = 117
>          data_offset = 414
>          strings_offset = 223
>          data_pad = 3
>          pad = 2
>          orig_data_offset = 336
>          num = 256
>          i = 256
>          j = 9
>          zeros = "\000\000\000\000\000\000\000"
>          __func__ = "eet_flush2"
> #2  0x00007f0e66b42bc1 in eet_sync_sync (ef=0x5596596b27a0) at 
> ../src/lib/eet/eet_lib.c:693
>          ret = EET_ERROR_NONE
> #3  0x000055965893b0ee in _e_config_pending_file_del 
> (path=0x55965a195490 
> "/home/jose/.e/e/config/standard/module.battery.cfg.tmp") at 
> ../src/bin/e_config.c:193
>          err = 21910
>          erstr = 0x559658ac635b ""
>          ef = 0x5596596b27a0
>          ok = 0 '\000'
> #4  0x000055965893b3ba in _e_config_save_thread_main (data=0x0, 
> eth=0x559659870bd0) at ../src/bin/e_config.c:279
>          msg = 0x559659656ffc
>          ref = 0x559659656f70
>          run = 1 '\001'
> #5  0x00007f0e66aa7f6c in _ecore_direct_worker (data=0x559659870bd0, 
> t=139699738355392) at ../src/lib/ecore/ecore_thread.c:483
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699828719177, 1947467402130060772, -240, 1, 140733358811536, 
> 139699729965056, 1947467402083923428, 1947460026409383396}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e61479c10, 0x0, 0x7f0e66befed0 
> <_eina_thread_self+9>, 0x7f0e61479b20}}
>          __cancel_routine = 0x7f0e66aa7d8c <_ecore_direct_worker_cleanup>
>          __cancel_arg = 0x559659870bd0
>          __not_first_call = 0
>          work = 0x559659870bd0
> #6  0x00007f0e66bf019c in _eina_internal_call (context=0x559659870d90) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699738355392, 1947467402018911716, -240, 1, 140733358811536, 
> 139699729965056, 1947467402132157924, 1947460190143477220}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e61479ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e66b85916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0e61479b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699738355392, 1947467402018911716, -240, 1, 140733358811536, 
> 139699729965056, 1947467402132157924, 1947460193962391012}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e61479cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e65ad9e30 <__GI___libc_free>
>          __cancel_arg = 0x559659870d90
>          __not_first_call = 0
>          c = 0x559659870d90
>          r = 0x0
>          self = 139699738355392
> #7  0x00007f0e65aca144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139699738355392, 
> -1938225936946334236, -240, 1, 140733358811536, 139699729965056, 
> 1947467402012620260, 1947457875760608740}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #8  0x00007f0e65b4a7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 3 (Thread 0x7f0e62f136c0 (LWP 18340) "Evas-scale-sam"):
> #0  __futex_abstimed_wait_common64 (private=<optimized out>, 
> cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5596596944d8) 
> at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x5596596944d8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 256
>          op = 393
> #2  0x00007f0e65ac6efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x5596596944d8, expected=expected@entry=0, 
> clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized 
> out>) at ./nptl/futex-internal.c:139
> #3  0x00007f0e65ad1c4f in do_futex_wait (sem=sem@entry=0x5596596944d8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:111
> #4  0x00007f0e65ad1ce0 in __new_sem_wait_slow64 (sem=0x5596596944d8, 
> abstime=0x0, clockid=0) at ./nptl/sem_waitcommon.c:183
>          _buffer = {__routine = 0x7f0e65ad1c30 <__sem_wait_cleanup>, 
> __arg = 0x5596596944d8, __canceltype = 0, __prev = 0x0}
>          err = <optimized out>
>          d = 0
> #5  0x00007f0e66bc5fab in eina_semaphore_lock (sem=0x5596596944d8) at 
> ../src/lib/eina/eina_inline_lock_posix.x:724
> #6  0x00007f0e66bc6355 in _eina_thread_queue_wait (thq=0x5596596944b0) 
> at ../src/lib/eina/eina_thread_queue.c:209
>          __func__ = "_eina_thread_queue_wait"
> #7  0x00007f0e66bc6c4f in eina_thread_queue_wait (thq=0x5596596944b0, 
> allocref=0x7f0e62f12ad0) at ../src/lib/eina/eina_thread_queue.c:492
>          msg = 0x7f0e62f12a90
>          blk = 0x6d61732d656c
> #8  0x00007f0e666bf28f in _evas_common_scale_sample_thread (data=0x0, 
> t=139699766245056) at ../src/lib/evas/common/evas_scale_sample.c:751
>          ref = 0x0
>          msg = 0x0
>          todo = 0x0
> #9  0x00007f0e66bf019c in _eina_internal_call (context=0x559659694570) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699766245056, 1947468351743555044, -240, 2, 140733358815760, 
> 139699757854720, 1947468351856801252, 1947460190143477220}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e62f12ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e66b85916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0e62f12b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699766245056, 1947468351743555044, -240, 2, 140733358815760, 
> 139699757854720, 1947468351856801252, 1947460193962391012}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e62f12cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e65ad9e30 <__GI___libc_free>
>          __cancel_arg = 0x559659694570
>          __not_first_call = 0
>          c = 0x559659694570
>          r = 0x0
>          self = 139699766245056
> #10 0x00007f0e65aca144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139699766245056, 
> -1938225936946334236, -240, 2, 140733358815760, 139699757854720, 
> 1947468351737263588, 1947457875760608740}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #11 0x00007f0e65b4a7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7f0e637146c0 (LWP 18339) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7f0e63713ac0, op=137, expected=0, futex_word=0x7f0e669251f0 
> <evas_thread_queue_condition+48>) at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7f0e669251f0 
> <evas_thread_queue_condition+48>, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f0e63713ac0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007f0e65ac6efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7f0e669251f0 
> <evas_thread_queue_condition+48>, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7f0e63713ac0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007f0e65ac983c in __pthread_cond_wait_common 
> (abstime=0x7f0e63713ac0, clockid=1, mutex=0x7f0e66925200 
> <evas_thread_queue_lock>, cond=0x7f0e669251c8 
> <evas_thread_queue_condition+8>) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7f0e65ac92e0 
> <__condvar_cleanup_waiting>, __arg = 0x7f0e63713a20, __canceltype = 4, 
> __prev = 0x0}
>          cbuffer = {wseq = 422, cond = 0x7f0e669251c8 
> <evas_thread_queue_condition+8>, mutex = 0x7f0e66925200 
> <evas_thread_queue_lock>, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 422
>          seq = 211
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7f0e669251c8 
> <evas_thread_queue_condition+8>, mutex=0x7f0e66925200 
> <evas_thread_queue_lock>, abstime=0x7f0e63713ac0) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007f0e666d04cd in eina_condition_timedwait (cond=0x7f0e669251c0 
> <evas_thread_queue_condition>, t=2250) at 
> ../src/lib/eina/eina_inline_lock_posix.x:439
>          ts = {tv_sec = 28618, tv_nsec = 5331ug_thread_del>
>          __cancel_arg = 0x7fa32bffeb68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338794591936, 2509180193844321660, -240, 2, 140732095934624, 
> 140338786201600, 2509180193999510908, 2509162638175591804}, 
> __mask_was_saved = 0}}, __pad = {0x7fa32bffecb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa332d2ce30 <__GI___libc_free>
>          __cancel_arg = 0x55af4ed80050
>          __not_first_call = 0
>          c = 0x55af4ed80050
>          r = 0x0
>          self = 140338794591936
> #10 0x00007fa332d1d144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140338794591936, 
> -2480302621019513476, -240, 2, 140732095934624, 140338786201600, 
> 2509180193850613116, 2509160627068165500}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #11 0x00007fa332d9d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 2 (Thread 0x7fa330ad76c0 (LWP 20473) "Eevas-thread-wk"):
> #0  __futex_abstimed_wait_common64 (private=0, cancel=true, 
> abstime=0x7fa330ad6ac0, op=137, expected=0, futex_word=0x7fa333b781f0 
> <evas_thread_queue_condition+48>) at ./nptl/futex-internal.c:57
>          sc_cancel_oldtype = 1
>          sc_ret = <optimized out>
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #1  __futex_abstimed_wait_common 
> (futex_word=futex_word@entry=0x7fa333b781f0 
> <evas_thread_queue_condition+48>, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7fa330ad6ac0, 
> private=private@entry=0, cancel=cancel@entry=true) at 
> ./nptl/futex-internal.c:87
>          err = <optimized out>
>          clockbit = 0
>          op = 137
> #2  0x00007fa332d19efb in __GI___futex_abstimed_wait_cancelable64 
> (futex_word=futex_word@entry=0x7fa333b781f0 
> <evas_thread_queue_condition+48>, expected=expected@entry=0, 
> clockid=clockid@entry=1, abstime=abstime@entry=0x7fa330ad6ac0, 
> private=private@entry=0) at ./nptl/futex-internal.c:139
> #3  0x00007fa332d1c83c in __pthread_cond_wait_common 
> (abstime=0x7fa330ad6ac0, clockid=1, mutex=0x7fa333b78200 
> <evas_thread_queue_lock>, cond=0x7fa333b781c8 
> <evas_thread_queue_condition+8>) at ./nptl/pthread_cond_wait.c:503
>          spin = 0
>          buffer = {__routine = 0x7fa332d1c2e0 
> <__condvar_cleanup_waiting>, __arg = 0x7fa330ad6a20, __canceltype = 4, 
> __prev = 0x0}
>          cbuffer = {wseq = 377376, cond = 0x7fa333b781c8 
> <evas_thread_queue_condition+8>, mutex = 0x7fa333b78200 
> <evas_thread_queue_lock>, private = 0}
>          err = <optimized out>
>          g = 0
>          flags = <optimized out>
>          g1_start = <optimized out>
>          maxspin = 0
>          signals = <optimized out>
>          result = 0
>          wseq = 377376
>          seq = 188688
>          private = 0
>          flags = <optimized out>
>          clockid = 1
> #4  ___pthread_cond_timedwait64 (cond=0x7fa333b781c8 
> <evas_thread_queue_condition+8>, mutex=0x7fa333b78200 
> <evas_thread_queue_lock>, abstime=0x7fa330ad6ac0) at 
> ./nptl/pthread_cond_wait.c:643
>          flags = <optimized out>
>          clockid = 1
> #5  0x00007fa3339234cd in eina_condition_timedwait (cond=0x7fa333b781c0 
> <evas_thread_queue_condition>, t=2250) at 
> ../src/lib/eina/eina_inline_lock_posix.x:439
>          ts = {tv_sec = 29975, tv_nsec = 186986540}
>          sec = 2250
>          nsec = 0
>          err = 0
>          r = 0 '\000'
> #6  0x00007fa33392391a in evas_thread_worker_func (data=0x0, 
> thread=140338873071296) at 
> ../src/lib/evas/common/evas_thread_render.c:136
>          cmd = 0x55af4fa0fe70
>          len = 0
>          max = 256
>          __func__ = "evas_thread_worker_func"
>          __PRETTY_FUNCTION__ = "evas_thread_worker_func"
> #7  0x00007fa333e4319c in _eina_internal_call (context=0x55af4ed7fb40) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338873071296, 2509156670308441468, -240, 2, 140732095934640, 
> 140338864680960, 2509156670463630716, 2509162638521621884}, 
> __mask_was_saved = 0}}, __pad = {0x7fa330ad6ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa333dd8916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7fa330ad6b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {140338873071296, 2509156670308441468, -240, 2, 140732095934640, 
> 140338864680960, 2509156670463630716, 2509162638175591804}, 
> __mask_was_saved = 0}}, __pad = {0x7fa330ad6cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7fa332d2ce30 <__GI___libc_free>
>          __cancel_arg = 0x55af4ed7fb40
>          __not_first_call = 0
>          c = 0x55af4ed7fb40
>          r = 0x0
>          self = 140338873071296
> #8  0x00007fa332d1d144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140338873071296, 
> -2480302621019513476, -240, 2, 140732095934640, 140338864680960, 
> 2509156670314732924, 2509160627068165500}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007fa332d9d7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7fa3315f0980 (LWP 20470) "enlightenment"):
> #0  0x00007fa332d67d32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x000055af4da6694c in e_alert_show () at ../src/bin/e_alert.c:43
> #2  0x000055af4d9e6271 in _e_crash () at ../src/bin/e_signals.c:81
> #3  0x000055af4d9e6292 in e_sigseg_act (x=11, info=0x7ffebe960af0, 
> data=0x7ffebe9609c0) at ../src/bin/e_signals.c:91
> #4  0x00007fa332cd0050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #5  eet_write_cipher (ef=0x55af4ed9df80, name=0x55af4da702d4 "config", 
> data=0x55af4fe76750, size=14526, comp=11, cipher_key=0x0) at 
> ../src/lib/eet/eet_lib.c:2479
>          in = 0x55af4fe72240
>          efn = 0xf300a6358b6e1700
>          exists_already = 0
>          hash = 0
> #6  0x00007fa333d86c01 in eet_data_write_cipher (ef=0x55af4ed9df80, 
> edd=0x55af4ef64d70, name=0x55af4da702d4 "config", cipher_key=0x0, 
> data=0x55af4ef6ca90, comp=11) at ../src/lib/eet/eet_data.c:2410
>          ed = 0x55af4ee08550
>          data_enc = 0x55af4fe76750
>          size = 14526
>          val = 32766
>          __func__ = "eet_data_write_cipher"
> #7  0x00007fa333d86c6f in eet_data_write (ef=0x55af4ed9df80, 
> edd=0x55af4ef64d70, name=0x55af4da702d4 "config", data=0x55af4ef6ca90, 
> comp=11) at ../src/lib/eet/eet_data.c:2422
> #8  0x000055af4d8f39bf in e_config_domain_save (domain=0x55af4da72c33 
> "e_bindings", edd=0x55af4ef64d70, data=0x55af4ef6ca90) at 
> ../src/bin/e_config.c:2328
>          ef = 0x55af4ed9df80
>          buf = "/home/jose/.e/e/config/standard/e_bindings.cfg", '\000' 
> <repeats 370 times>...
>          buf2 = 
> "/home/jose/.e/e/config/standard/e_bindings.cfg.tmp\000efox", '\000' 
> <repeats 3137 times>...
>          ok = 0
>          len = 46
>          len2 = 10
> #9  0x000055af4d8f4fc5 in _e_config_save_cb (data=0x0) at 
> ../src/bin/e_config.c:2563
> #10 0x000055af4d9cc4ec in _e_powersave_cb_deferred_timer (data=0x0) at 
> ../src/bin/e_powersave.c:304
>          pa = 0x55af4f8baa20
> #11 0x00007fa333cf7474 in _ecore_call_task_cb (func=0x55af4d9cc445 
> <_e_powersave_cb_deferred_timer>, data=0x0) at 
> ../src/lib/ecore/ecore_private.h:456
> #12 0x00007fa333cf795f in _ecore_timer_legacy_tick (data=0x55af4f613270, 
> event=0x7ffebe9631e0) at ../src/lib/ecore/ecore_timer.c:172
>          legacy = 0x55af4f613270
>          inside_call = 0 '\000'
> #13 0x00007fa333d6887a in _event_callback_call (obj_id=0x4000002573b9, 
> pd=0x55af4fa7afd0, desc=0x7fa333d323a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0, legacy_compare=0 
> '\000') at ../src/lib/eo/eo_base_class.c:2114
>          it = 0x7fa333d35940 <internal>
>          cb = 0x7fa30400c878
>          restart_lookup = 0x0
>          ev = {object = 0x4000002573b9, desc = 0x7fa333d323a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, info = 0x0}
>          idx = 2
>          callback_already_stopped = 0 '\000'
>          ret = 1 '\001'
>          frame = {desc = 0x7fa333d323a0 <_EFL_LOOP_TIMER_E98780}
>          sec = 2250
>          nsec = 0
>          err = 110
>          r = 0 '\000'
> #6  0x00007f0e666d091a in evas_thread_worker_func (data=0x0, 
> thread=139699774637760) at 
> ../src/lib/evas/common/evas_thread_render.c:136
>          cmd = 0x55965a8f60f0
>          len = 0
>          max = 128
>          __func__ = "evas_thread_worker_func"
>          __PRETTY_FUNCTION__ = "evas_thread_worker_func"
> #7  0x00007f0e66bf019c in _eina_internal_call (context=0x559659694060) 
> at ../src/lib/eina/eina_thread_posix.c:201
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699774637760, 1947471650815309284, -240, 2, 140733358815776, 
> 139699766247424, 1947471650928555492, 1947460190143477220}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e63713ba0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e66b85916 <_eina_debug_thread_del>
>          __cancel_arg = 0x7f0e63713b68
>          __not_first_call = 0
>          __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = 
> {139699774637760, 1947471650815309284, -240, 2, 140733358815776, 
> 139699766247424, 1947471650928555492, 1947460193962391012}, 
> __mask_was_saved = 0}}, __pad = {0x7f0e63713cb0, 0x0, 0x0, 0x0}}
>          __cancel_routine = 0x7f0e65ad9e30 <__GI___libc_free>
>          __cancel_arg = 0x559659694060
>          __not_first_call = 0
>          c = 0x559659694060
>          r = 0x0
>          self = 139699774637760
> #8  0x00007f0e65aca144 in start_thread (arg=<optimized out>) at 
> ./nptl/pthread_create.c:442
>          ret = <optimized out>
>          pd = <optimized out>
>          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139699774637760, 
> -1938225936946334236, -240, 2, 140733358815776, 139699766247424, 
> 1947471650809017828, 1947457875760608740}, mask_was_saved = 0}}, priv = 
> {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
> canceltype = 0}}}
>          not_first_call = <optimized out>
> #9  0x00007f0e65b4a7dc in clone3 () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
> 
> Thread 1 (Thread 0x7f0e645a4980 (LWP 18335) "enlightenment"):
> #0  0x00007f0e65b14d32 in __libc_pause () at 
> ../sysdeps/unix/sysv/linux/pause.c:29
>          sc_ret = -514
>          sc_cancel_oldtype = 0
> #1  0x0000559658abc94c in e_alert_show () at ../src/bin/e_alert.c:43
> #2  0x0000559658a3c271 in _e_crash () at ../src/bin/e_signals.c:81
> #3  0x0000559658a3c292 in e_sigseg_act (x=11, info=0x7fff09dc1470, 
> data=0x7fff09dc1340) at ../src/bin/e_signals.c:91
> #4  0x00007f0e65a7d050 in <signal handler called> () at 
> /lib/x86_64-linux-gnu/libc.so.6
> #5  eet_write_cipher (ef=0x5596596b20c0, name=0x559658ac62d4 "config", 
> data=0x55965ae429c0, size=14526, comp=11, cipher_key=0x0) at 
> ../src/lib/eet/eet_lib.c:2479
>          in = 0x55965a9042d0
>          efn = 0x70cd6d6f06d86f00
>          exists_already = 0
>          hash = 0
> #6  0x00007f0e66b33c01 in eet_data_write_cipher (ef=0x5596596b20c0, 
> edd=0x559659879d90, name=0x559658ac62d4 "config", cipher_key=0x0, 
> data=0x559659881b20, comp=11) at ../src/lib/eet/eet_data.c:2410
>          ed = 0x55965971daa0
>          data_enc = 0x55965ae429c0
>          size = 14526
>          val = 32767
>          __func__ = "eet_data_write_cipher"
> #7  0x00007f0e66b33c6f in eet_data_write (ef=0x5596596b20c0, 
> edd=0x559659879d90, name=0x559658ac62d4 "config", data=0x559659881b20, 
> comp=11) at ../src/lib/eet/eet_data.c:2422
> #8  0x00005596589499bf in e_config_domain_save (domain=0x559658ac8c33 
> "e_bindings", edd=0x559659879d90, data=0x559659881b20) at 
> ../src/bin/e_config.c:2328
>          ef = 0x5596596b20c0
>          buf = 
> "/home/jose/.e/e/config/standard/e_bindings.cfg\000\000\000\251\300Z\226U\000\0000\001\000\000\000\000\000\000\000\020\000\000\000\b\000\000\020\021\000\000\000\000\000\000`<\301e\016\177\000\000\001\021\000\000\000\000\000\000c\000\000\000\000\000\000\000`<\301e\016\177\000\000\360\364\300Z\226U\000\000\020\341SZ\226U\000\000\000\000\000\000\000\000\000\000p\373SZ\000\000\000\000\360\347SZ\226U\000\000\370\340SZ\226U\000\000\340\340SZ\226U\000\000\340\340SZ\226U\000\000@\033\334\t\377\177\000\000\244\034\334\t\377\177\000\000\004\000\000\000\004\000\000\000"...
>          buf2 = 
> "/home/jose/.e/e/config/standard/e_bindings.cfg.tmp\000\t\377\177\000\000\252K\252f\016\177\000\000ofile.cf\000\000\000\000\000\000\000\000\277\030\017f\016\177\000\000\232\231\231\231\231\231\271?
> P$
> \314Z\226U\000\000\220h'\000\000@\000\000\220h'\000\000@\000\000\200c\307Z\226U\000\000\377\000\000\000\004\000\000\000x\320\337\t\377\177\000\000 ;
> \334\t\377\177\000\000\335\031\017f\016\177\000\000\320\033\260Y\226U\000\000\320\354\243Z\226U\000\000\264+
> \334\tG", '\000' <repeats 11 times>, "\320\354\243Z\226U\000\000"... ok = 0
> len = 46 len2 = 10
> #9  0x000055965894afc5 in _e_config_save_cb (data=0x0) at 
> ../src/bin/e_config.c:2563
> #10 0x0000559658a224ec in _e_powersave_cb_deferred_timer (data=0x0) at 
> ../src/bin/e_powersave.c:304
>          pa = 0x559659e9b780
> #11 0x00007f0e66aa4474 in _ecore_call_task_cb (func=0x559658a22445 
> <_e_powersave_cb_deferred_timer>, data=0x0) at 
> ../src/lib/ecore/ecore_private.h:456
> #12 0x00007f0e66aa495f in _ecore_timer_legacy_tick (data=0x559659e9b7a0, 
> event=0x7fff09dc3b50) at ../src/lib/ecore/ecore_timer.c:172
>          legacy = 0x559659e9b7a0
>          inside_call = 0 '\000'
> #13 0x00007f0e66b1587a in _event_callback_call (obj_id=0x40000031872f, 
> pd=0x55965a286bd0, desc=0x7f0e66adf3a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0, legacy_compare=0 
> '\000') at ../src/lib/eo/eo_base_class.c:2114
>          it = 0x7f0e66ae2940 <internal>
>          cb = 0x7f0e380033e8
>          restart_lookup = 0x0
>          ev = {object = 0x40000031872f, desc = 0x7f0e66adf3a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, info = 0x0}
>          idx = 2
>          callback_already_stopped = 0 '\000'
>          ret = 1 '\001'
>          frame = {desc = 0x7f0e66adf3a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, next = 0x0, idx = 2, inserted_before 
> = 0, generation = 1}
>          need_hash = 1 '\001'
> #14 0x00007f0e66b15a87 in _efl_object_event_callback_call 
> (obj_id=0x40000031872f, pd=0x55965a286bd0, desc=0x7f0e66adf3a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0) at 
> ../src/lib/eo/eo_base_class.c:2186
> #15 0x00007f0e66b15b40 in efl_event_callback_call (obj=0x40000031872f, 
> desc=0x7f0e66adf3a0 <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0) 
> at ../src/lib/eo/eo_base_class.c:2189
>          _r = 0 '\000'
>          ___op = 65570
>          ___generation = 1
>          ___call = {eo_id = 0x40000031872f, obj = 0x55965a286b90, func = 
> 0x7f0e66b15a4d <_efl_object_event_callback_call>, data = 0x55965a286bd0, 
> extn1 = 0x55965a286c10, extn2 = 0x7f0e66ac8614, extn3 = 
> 0x40db13b052ff7027, extn4 = 0x40000031872f}
>          _func_ = 0x7f0e66b15a4d <_efl_object_event_callback_call>
> #16 0x00007f0e66aa5ef4 in _efl_loop_timer_expired_call 
> (obj=0x4000000000d2, pd=0x5596595ee710, when=27726.755065784) at 
> ../src/lib/ecore/ecore_timer.c:669
>          timer = 0x55965a286c10
> #17 0x00007f0e66aa5d1b in _efl_loop_timer_expired_timers_call 
> (obj=0x4000000000d2, pd=0x5596595ee710, when=27726.755065784) at 
> ../src/lib/ecore/ecore_timer.c:621
> #18 0x00007f0e66a58d4a in _ecore_main_loop_iterate_internal 
> (obj=0x4000000000d2, pd=0x5596595ee710, once_only=0) at 
> ../src/lib/ecore/ecore_main.c:2436
>          next_time = -1
> #19 0x00007f0e66a561b7 in _ecore_main_loop_begin (obj=0x4000000000d2, 
> pd=0x5596595ee710) at ../src/lib/ecore/ecore_main.c:1236
> #20 0x00007f0e66a5e663 in _efl_loop_begin (obj=0x4000000000d2, 
> pd=0x5596595ee710) at ../src/lib/ecore/efl_loop.c:57
> #21 0x00007f0e66a60cc1 in efl_loop_begin (obj=0x4000000000d2) at 
> src/lib/ecore/efl_loop.eo.c:28
>          _r = 0x0
>          ___op = 262146
>          ___generation = 1
>          ___call = {eo_id = 0x4000000000d2, obj = 0x5596595ee670, func = 
> 0x7f0e66a5e63c <_efl_loop_begin>, data = 0x5596595ee710, extn1 = 0x0, 
> extn2 = 0x7f0e66abfbab, extn3 = 0x0, extn4 = 0xffffffff}
>          _func_ = 0x7f0e66a5e63c <_efl_loop_begin>
> #22 0x00007f0e66a56393 in ecore_main_loop_begin () at 
> ../src/lib/ecore/ecore_main.c:1321
>          __func__ = "ecore_main_loop_begin"
> #23 0x00005596589fd36c in main (argc=1, argv=0x7fff09dfd078) at 
> ../src/bin/e_main.c:1135
>          nostartup = 0 '\000'
>          safe_mode = 0 '\000'
>          waslocked = 0 '\000'
>          strshare = 0x5596595bfecc "\016\177"
>          s = 0x0
>          action = {__sigaction_handler = {sa_handler = VENT_TIMER_TICK>, 
> next = 0x0, idx = 2, inserted_before = 0, generation = 1}
>          need_hash = 1 '\001'
> #14 0x00007fa333d68a87 in _efl_object_event_callback_call 
> (obj_id=0x4000002573b9, pd=0x55af4fa7afd0, desc=0x7fa333d323a0 
> <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0) at 
> ../src/lib/eo/eo_base_class.c:2186
> #15 0x00007fa333d68b40 in efl_event_callback_call (obj=0x4000002573b9, 
> desc=0x7fa333d323a0 <_EFL_LOOP_TIMER_EVENT_TIMER_TICK>, event_info=0x0) 
> at ../src/lib/eo/eo_base_class.c:2189
>          _r = 0 '\000'
>          ___op = 65570
>          ___generation = 1
>          ___call = {eo_id = 0x4000002573b9, obj = 0x55af4fa7af90, func = 
> 0x7fa333d68a4d <_efl_object_event_callback_call>, data = 0x55af4fa7afd0, 
> extn1 = 0x55af4fa7b010, extn2 = 0x7fa333d1b614, extn3 = 0x7ffebe9632f0, 
> extn4 = 0x4000002573b9}
>          _func_ = 0x7fa333d68a4d <_efl_object_event_callback_call>
> #16 0x00007fa333cf8ef4 in _efl_loop_timer_expired_call 
> (obj=0x4000000003a6, pd=0x55af4ecdc0a0, when=27725.357982649999) at 
> ../src/lib/ecore/ecore_timer.c:669
>          timer = 0x55af4fa7b010
> #17 0x00007fa333cf8d1b in _efl_loop_timer_expired_timers_call 
> (obj=0x4000000003a6, pd=0x55af4ecdc0a0, when=27725.357982649999) at 
> ../src/lib/ecore/ecore_timer.c:621
> #18 0x00007fa333cabd4a in _ecore_main_loop_iterate_internal 
> (obj=0x4000000003a6, pd=0x55af4ecdc0a0, once_only=0) at 
> ../src/lib/ecore/ecore_main.c:2436
>          next_time = -1
> #19 0x00007fa333ca91b7 in _ecore_main_loop_begin (obj=0x4000000003a6, 
> pd=0x55af4ecdc0a0) at ../src/lib/ecore/ecore_main.c:1236
> #20 0x00007fa333cb1663 in _efl_loop_begin (obj=0x4000000003a6, 
> pd=0x55af4ecdc0a0) at ../src/lib/ecore/efl_loop.c:57
> #21 0x00007fa333cb3cc1 in efl_loop_begin (obj=0x4000000003a6) at 
> src/lib/ecore/efl_loop.eo.c:28
>          _r = 0x0
>          ___op = 262146
>          ___generation = 1
>          ___call = {eo_id = 0x4000000003a6, obj = 0x55af4ecdc000, func = 
> 0x7fa333cb163c <_efl_loop_begin>, data = 0x55af4ecdc0a0, extn1 = 0x0, 
> extn2 = 0x7fa333d12bab, extn3 = 0x0, extn4 = 0xffffffff}
>          _func_ = 0x7fa333cb163c <_efl_loop_begin>
> #22 0x00007fa333ca9393 in ecore_main_loop_begin () at 
> ../src/lib/ecore/ecore_main.c:1321
>          __func__ = "ecore_main_loop_begin"
> #23 0x000055af4d9a736c in main (argc=2, argv=0x7ffebe99c708) at 
> ../src/bin/e_main.c:1135
>          nostartup = 0 '\000'
>          safe_mode = 0 '\000'
>          waslocked = 0 '\000'
>          strshare = 0x55af4ecadecc "\243\177"
>          s = 0x0
>          action = {__sigaction_handler = {sa_handler = 0x55af4d9e6314 
> <e_sigabrt_act>, sa_sigaction = 0x55af4d9e6314 <e_sigabrt_act>}, sa_mask 
> = {__val = {0 <repeats 16 times>}}, sa_flags = -1073741820, sa_restorer 
> = 0x0}
>          __func__ = "main"
> [Inferior 1 (process 20470) detached]
> 0x559658a3c314 <e_sigabrt_act>, sa_sigaction = 0x559658a3c314 
> <e_sigabrt_act>}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = 
> -1073741820, sa_restorer = 0x0}
>          __func__ = "main"
> [Inferior 1 (process 18335) detached]
> 
> -- 
> Best Professional Regards.
> 
> --
> Jose R R
> http://metztli.it
> ---------------------------------------------------------------------------------------------
> Download Metztli Reiser4: Debian Bookworm w/ Linux 5.17.12-3 AMD64
> ---------------------------------------------------------------------------------------------
> feats ZSTD compression https://sf.net/projects/metztli-reiser4/
> -------------------------------------------------------------------------------------------
> Official current Reiser4 resources: https://reiser4.wiki.kernel.org/
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - [email protected]