Modify ↓
Ticket #565 (closed Bug: Working)
If evas build with +threads on single-core cpu enlightenment hang on startup
| Reported by: | evadim | Owned by: | raster |
|---|---|---|---|
| Priority: | Major | Milestone: | |
| Component: | evas | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
This issue appear in e.org overlay, evas from vapier's(layman) overlay work fine. It appear at least on x86 arch. USE combinations:
e.org: USE="X cserve eet fontconfig gif jpeg mmx* opengl png pnm safety-checks sdl sse svg tiff xcb* xpm (-altivec) -bidi -debug -directfb -doc -fbcon -static-modules -threads"
layman: USE="X gif jpeg mmx nls opengl png sdl sse svg threads tiff xcb (-altivec) -bidi -directfb -doc -fbcon -fontconfig -xpm"
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

This is a diff of the evas ebuilds|grep thread:
--- src/enlightenment-overlay/x11-libs/evas/evas-9999.ebuild 2010-07-25 22:10:39.000000000 -0400 +++ src/esvn/trunk/packaging/gentoo/media-libs/evas/evas-9999.ebuild 2010-07-16 15:46:53.000000000 -0400
+ $(use_enable threads pthreads) + $(use_enable threads async-events) + $(use_enable threads async-preload) + $(use_enable threads async-render)