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
mysql_free_result
Original Message-
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
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
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 progr