OpenSolaris

Printable Version Enter a New Search
Bug ID 6561880
Synopsis restore certain variants of syslwp_park to accomodate old version of alt libthread
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:syscall
Keywords
Responsible Engineer Stephen Lawrence
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_67
Fixed In snv_67
Release Fixed solaris_nevada(snv_67) , solaris_10u5(s10u5_01) (Bug ID:2151500)
Related Bugs 4764858 , 4765684 , 6566008
Submit Date 24-May-2007
Last Update Date 20-June-2007
Description
Certain priviate libc/kernel interfaces used by older versions of libthread are not longer available, and therefore it is not possible to use an older libthread, even in emulation environments.  These interfaces are:

syslwp_park(UNPARK, CANCEL);
syslwp_park(PARK), without first setting the schedctl park flag.

If these interfaces were re-introduced (even by using different subcodes to syslwp_park()), then they could be emulated.
Work Around
N/A
Comments
N/A