On 20-05-01 11:11, leoutat...@gmx.fr wrote:
> Since last efl enlightenment terminology git versions (1.24),
> terminology crashes after 4 seconds.
> segmentation fault (core dumped)  terminology

Could you please provide us with a backtrace from the core dumps?
It might be as simple as the following if the core dump is called
'core':

  $ gdb /usr/bin/terminology core 2>&1 | tee ~/ty_gdb.txt
  (gdb) handle SIG33 pass nostop noprint
  (gdb) set pagination 0
  (gdb) bt full
  (gdb) thread apply all bt
  (gdb) quit

And then give us ~/ty_gdb.txt
-- 
Boris Faure
Pointer Arithmetician

Attachment: signature.asc
Description: PGP signature

_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to