Commit graph

5 commits

Author SHA1 Message Date
Nicolas Boichat bdc766ed1b extra/enlightenment: fix segfault on start
enlightenment_start stops very quickly with a segfault:
(gdb) bt
 #0  0xb6bcba1c in pause () from /usr/lib/libpthread.so.0
 #1  <signal handler called>
 #2  0x0007672c in e_desk_show ()
 #3  0x0010ace8 in e_zone_desk_count_set ()
 #4  0x00000000 in ?? ()

After recompiling with debug symbols, I noticed this is due to
some memory corruption, and found an upstream patch that fixes the
problem (applied in their enlightenment-0.18 branch but not in
release 0.18.8):
http://git.enlightenment.org/core/enlightenment.git/commit/?h=enlightenment-0.18&id=590eb392f1438d2cde775a93aa1178c61b75e9e7

Technically, the bug is also present on x86, but does not cause a
segfault.
2014-07-13 10:36:14 +08:00
Nicolas Boichat ad7ae005a7 added extra/enlightenment
Vanilla version from ABS
2014-07-13 10:31:00 +08:00
root 41cee7e5f5 Cleaned out extra and community, will only be used for modded PKGBUILDs 2010-02-06 23:31:04 -06:00
root c20bab84bc Weekend update 2009-11-28 22:56:54 -08:00
root 78023b9bd8 Added new extra vanilla PKGBUILDs 2009-10-09 21:23:22 -05:00