4 messages in com.mysql.lists.plusplusRe: Getting a segfaul
FromSent OnAttachments
Dovid Kopel14 Nov 2004 15:17 
Warren Young15 Nov 2004 05:27 
Warren Young15 Nov 2004 06:41 
Warren Young16 Nov 2004 17:30 
Subject:Re: Getting a segfaul
From:Warren Young (mysq@etr-usa.com)
Date:11/15/2004 06:41:57 AM
List:com.mysql.lists.plusplus

Warren Young wrote:

Clearly a segfault is happening.

Sorry...I mean, "clearly an exception is being thrown".

It would be nice if trying to dump the error didn't cause it,

...and "it would be nice if trying to dump the error didn't cause the segfault..."

but you ought to check things like passwords, table names, etc. I think you're not connecting to your database correctly, or using it correctly.

My point is, the most common reasons for MySQL++ to throw an exception are bad database login parameters, or bad table names, etc.