From: Warren Young Date: February 28 2005 11:28pm Subject: Re: Follow up to "seg fault as soon as i try to get a Result Set" List-Archive: http://lists.mysql.com/plusplus/4008 Message-Id: <4223A92A.9020806@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Gagnon wrote: > query << "select * from eos_world"; How many records is that? > Result res = query.store(); // SEG FAULTS HERE I asked because you're storing them all on the stack here.