RE: C API - mysql_store_result segfaulting

2001-10-29 Thread Robin Keech
- From: Carsten H. Pedersen [mailto:[EMAIL PROTECTED]] Sent: 27 October 2001 23:07 To: mysql mailing list Subject: C API - mysql_store_result segfaulting I'm having some trouble moving a C application from a test machine to production. The program, which uses the small wrapper around

RESOLVED: C API - mysql_store_result segfaulting

2001-10-29 Thread Carsten H. Pedersen
Thanks to the help of Sasha Pachev and Robin Keech, the problem has been resolved. The solution came in three stages: 1) Downgrading glibc and glibc-devel to non-RedHat 2.2.4-5 RPMs 2) Ditto for gcc - down to v. 2.95.3 3) And an error on my own: removing some extraneous

C API - mysql_store_result segfaulting

2001-10-27 Thread Carsten H. Pedersen
I'm having some trouble moving a C application from a test machine to production. The program, which uses the small wrapper around mysql_query() shown below, runs flawlessly on the test machine (hours of runtime; tens of thousands if not a million+ queries). On the production machine, the

Re: C API - mysql_store_result segfaulting

2001-10-27 Thread Sasha Pachev
On Saturday 27 October 2001 16:00, you wrote: I'm having some trouble moving a C application from a test machine to production. The program, which uses the small wrapper around mysql_query() shown below, runs flawlessly on the test machine (hours of runtime; tens of thousands if not a