On Wed, Jun 15, 2011 at 5:23 PM, Barry Leslie <[email protected]> wrote: > I had a look at this and it looks like I am getting garbage from > drizzled::getDataHomeCatalog() > > Could it be that something is overwriting the static memory being returned > by this?
getDataHomeCatalog() uses a function static var. I'm not sure that's safe with multi threading. I'll fix it. Not sure if that's the issue though. -- Olaf _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

