r ottmanj wrote:
> One of the features that I am working towards is to allow the application to
> use threading.
Did you read the chapter in the user manual on using MySQL++ with threads?
> std::cout << result.num_fields() << std::endl; // THIS OUTPUTS
> THE
> CORRECT NUMBER OF FIELDS
[snip]
> iActions.setClientDatasource(dbConn.mysqlStringToString(result[0][0])); //
> THIS IS WHERE I GET THE SEG FAULT
So...a MySQL++ call works, but a call to your code doesn't, and you're
asking those who wrote MySQL++....why, exactly?
> Here is the output from strace
...none of which mentions MySQL++ functions at all. So why again are
you asking us? The fault is apparently in your code.
| Thread |
|---|
| • Segfault issues | r ottmanj | 16 Mar |
| • Re: Segfault issues | Warren Young | 16 Mar |