Re: Help: SIGSEGV inside mysql_connect to remote server

2002-05-02 Thread Jeremy Zawodny
On Thu, May 02, 2002 at 09:21:14AM -0600, Guy Davis wrote: > On Thu, 2002-05-02 at 00:38, Jeremy Zawodny wrote: > > On Wed, May 01, 2002 at 04:24:05PM -0600, Guy Davis wrote: > > > > > I am having a really strange problem with a in-house C application > > > that calls mysql_connect() and generate

Re: Help: SIGSEGV inside mysql_connect to remote server

2002-05-02 Thread Guy Davis
On Thu, 2002-05-02 at 00:38, Jeremy Zawodny wrote: > On Wed, May 01, 2002 at 04:24:05PM -0600, Guy Davis wrote: > > > I am having a really strange problem with a in-house C application > > that calls mysql_connect() and generates a segfault deep within > > uname() when I configure it to contact a

Re: Help: SIGSEGV inside mysql_connect to remote server

2002-05-02 Thread Jeremy Zawodny
On Wed, May 01, 2002 at 04:24:05PM -0600, Guy Davis wrote: > I am having a really strange problem with a in-house C application > that calls mysql_connect() and generates a segfault deep within > uname() when I configure it to contact a remote server. Using a > local MySQL server works fine as u

Help: SIGSEGV inside mysql_connect to remote server

2002-05-01 Thread Guy Davis
I am having a really strange problem with a in-house C application that calls mysql_connect() and generates a segfault deep within uname() when I configure it to contact a remote server. Using a local MySQL server works fine as uname is never called. Have any of you ever seen anything like this?

Help: SIGSEGV inside mysql_connect to remote server

2002-05-01 Thread Guy Davis
I am having a really strange problem with a in-house C application that calls mysql_connect() and generates a segfault deep within uname() when I configure it to contact a remote server. Using a local MySQL server works fine as uname is never called. Have any of you ever seen anything like this?