Modify

Ticket #565 (closed Bug: Working)

Opened 19 months ago

Last modified 18 months ago

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

comment:1 Changed 19 months ago by zmike

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 pthreads) + $(use_enable threads async-events) + $(use_enable threads async-preload) + $(use_enable threads async-render)

comment:2 Changed 18 months ago by raster

  • Status changed from new to closed
  • Resolution set to Working

build evas + e17 with pthreads enabled and run on single core arms with no problem. "works for me". mark as working for now.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.