﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
658	Dynamically linked build hangs on async_futex	Jakub Jermář	Jakub Jermář	"As of [changeset:mainline,2440], the dynamically-linked ia32 build hangs  on ```async_futex```, which is zero on ```__entry``` (the expected value is 1).

Not sure if this is relevant, but ```async_futex``` is defined both in the dynamically linked program's, such as ```klog```, ```.bss``` section (excerpt from klog.map):

{{{
.bss            0x0000000000002ce0       0x60
 *(.dynbss)
 .dynbss        0x0000000000002ce0        0xc /home/jermar/software/HelenOS.mainline/uspace/lib/c/arch/ia32/src/entry.o
                0x0000000000002ce0                __syscall_fast_func
                0x0000000000002ce4                async_futex
                0x0000000000002ce8                stderr
}}}

and the ```.data``` section of the dynamically linked ```libc.so.0``` (excerpt from libc.so.0.0.map):

{{{
.data          0x000000000003bb9c        0x4 libc.la(async.lo)
                0x000000000003bb9c                async_futex

}}}"	defect	closed	major	0.7.0	helenos/lib/c	mainline	fixed					
