Skip to Content.
Sympa Menu

freetds - Re: More on Odd Problem.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • 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.





Archive powered by MHonArc 2.6.24.

Top of Page