freetds AT lists.ibiblio.org
Subject: FreeTDS Development Group
List archive
- From: Tim Uckun <tim AT diligence.com>
- To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
- Subject: Re: More on Odd Problem.
- Date: Wed, 27 Dec 2000 16:45:01 -0700
Check that you have the most recent automake, autoconf, and aclocal.
I downloaded the CVS snapshot where would I get the latest autoconf?
Can you generate a small reproducer? In other words can you reduce your
code to the smallest piece that still crashes?
I found some code that works sometimes. Every third or fourth time this code is called it segfaults but it work Ok the rest of the time! Totally unchanged code but it segfaults randomly.
Here is the code
$server= mssql_connect('192.168.0.4' , 'web' , 'web');
$connectionID = mssql_select_db('crims', $server);
$queryID = mssql_query( "select col1, col2 from AAtimtest",$connectionID);
while( $row = mssql_fetch_array($queryID) ){
foreach ($row as $key => $value) {
echo "Key: $key; Value: $value";
}
echo "<br>\n";
}
:wq
Tim Uckun
Due Diligence Inc. http://www.diligence.com/ Americas Background Investigation Expert.
If your company isn't doing background checks, maybe you haven't considered the risks of a bad hire.
-
Re: More on Odd Problem.
, (continued)
- Re: More on Odd Problem., Tim Uckun, 12/22/2000
- Re: More on Odd Problem., James Cameron, 12/26/2000
- Re: More on Odd Problem., Fabien Roy, 12/26/2000
- Re: More on Odd Problem., Tim Uckun, 12/26/2000
- Re: More on Odd Problem., James Cameron, 12/26/2000
- Re: More on Odd Problem., Tim Uckun, 12/26/2000
- Re: More on Odd Problem., Tim Uckun, 12/27/2000
- Re: More on Odd Problem., Ilya Storozhilov, 12/27/2000
- Re: More on Odd Problem., Tim Uckun, 12/27/2000
- Re: More on Odd Problem., James Cameron, 12/27/2000
- Re: More on Odd Problem., Tim Uckun, 12/27/2000
- Re: More on Odd Problem., James Cameron, 12/27/2000
- Re: More on Odd Problem., Tim Uckun, 12/28/2000
- Re: More on Odd Problem., James Cameron, 12/28/2000
Archive powered by MHonArc 2.6.24.