On Fri, Dec 19, 2014 at 5:30 PM, bulk88 <bul...@hotmail.com> wrote: > My patch was correct. "if(pointer){if(!pointer) {unreachable();}}" If > suddenly unreachable() can be called, you need to submit a bug report to > your CC vendor.
First off, thank you for the detailed explanation. I was in a bit of a rush, and looking through any commit that might have to do with fixing a null pointer exception with SDBM on Windows, and latched on to the first thing I saw, and wanted to get everyone's opinion before dove in. So, basically, Poe::Component::SmokeBox is not going to run on Windows unless pseudo-forking is disabled. Or, unless it uses a different storage backend. That, in and of itself, is a useful thing to know as it prevents so many trips down paths leading to dead ends. Thank you very much, -- Sinan