Bug#653922: [pkg-boost-devel] Bug#653922: libboost-thread-1.46: boost::thraed.interrupta() sometimes hangs and does not return to caller

2012-01-07 Thread Steve M. Robbins
On Fri, Jan 06, 2012 at 01:51:32PM +0100, Tobias Frost wrote: This gives folks very little to information to work with. If you find out more, please update this bug. I know, sorry, but I merley wanted to document it, as I found an solution and the work needing to providing a simple

Bug#653922: [pkg-boost-devel] Bug#653922: libboost-thread-1.46: boost::thraed.interrupta() sometimes hangs and does not return to caller

2012-01-06 Thread Tobias Frost
Hallo Steve, Am Dienstag, den 03.01.2012, 22:14 -0600 schrieb Steve M. Robbins: tags 653922 + more-info thanks On Sun, Jan 01, 2012 at 03:57:56PM +0100, Tobias Frost wrote: for solarpowerlog I implemented a working thread to schedule tasks to be executed in a specified time. It is

Bug#653922: [pkg-boost-devel] Bug#653922: libboost-thread-1.46: boost::thraed.interrupta() sometimes hangs and does not return to caller

2012-01-03 Thread Steve M. Robbins
tags 653922 + more-info thanks On Sun, Jan 01, 2012 at 03:57:56PM +0100, Tobias Frost wrote: for solarpowerlog I implemented a working thread to schedule tasks to be executed in a specified time. It is receiving its work by a pushing it to a list and then calling thread.interrupt(). [1]