id summary reporter owner description type status milestone component version severity resolution keywords cc 7767 lockfree queue allocation problem pn.suzuki.kojiro@… timblechmann "The default constructor of boost::lockfree::queue[[BR]] try to allocate 0xffffffffffffffff elements for pool. Revision: 81719, queue.hpp, line 154 {{{ pool(node_allocator(), capacity) }}} ""capacity"" is 0xffffffffffffffff in my environment(VS 2012 Express for Desktop). The other constructors works fine. The problem occurred on both of 32bit and 64bit.[[BR]] (in 32bit, the ""capacity"" was 0xffffffff)" Bugs closed To Be Determined lockfree Boost Development Trunk Problem invalid