5 messages in com.mysql.lists.plusplusRe: Core dump with query->store()
FromSent OnAttachments
Alex Vishnev22 Apr 2005 16:12 
Chris Frey23 Apr 2005 13:15 
Alex Vishnev24 Apr 2005 08:54 
Chris Frey24 Apr 2005 14:52 
Warren Young25 Apr 2005 04:21 
Subject:Re: Core dump with query->store()
From:Warren Young (mysq@etr-usa.com)
Date:04/25/2005 04:21:35 AM
List:com.mysql.lists.plusplus

Alex Vishnev wrote:

Thanks for a reply. I am not quite sure why "this" is showing as 0x0 in the backtrace below. Query::store is being defined by this complicated macro inside the query.h (query_define1 - I believe). In any case, in my example I print the address of query object being constructed and connection object reference inside query object and both are valid.

Have you run valgrind or some other memory usage debugger on your program?