Re: "sleep" "select" system call not work correctly when linking with multithread libray--FreeBSD 4.5
From: M. Warner Losh (imp_at_bsdimp.com)
Date: 02/24/05
- Previous message: Gerald Heinig: "Re: link_elf:symol m_gethdr udefined"
- In reply to: River: ""sleep" "select" system call not work correctly when linking with multithread libray--FreeBSD 4.5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Feb 2005 09:30:31 -0700 (MST) To: river_robert@yahoo.com.cn
In message: <20050224062755.6A3A143D72@mx1.FreeBSD.org>
"River" <river_robert@yahoo.com.cn> writes:
: This is select testing program-- When time is set backward,the
: program linked with "-pthread" option did not continue printing
: anything. But using the program linked with standard library,
: printing did not affected by system time backward and all is OK.
This is a well know bug. The problem is that the threading library
unwisely uses absolute times for the various events...
Warner
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Gerald Heinig: "Re: link_elf:symol m_gethdr udefined"
- In reply to: River: ""sleep" "select" system call not work correctly when linking with multithread libray--FreeBSD 4.5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|