Skip to Content.
Sympa Menu

freetds - RE: [freetds] Strange "assertion failed" error... need help ASAP!

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Strange "assertion failed" error... need help ASAP!
  • Date: Tue, 1 Feb 2005 08:29:22 +0100

>
> I just migrated my FreeTDS 0.61-based system over to a FreeTDS
> 0.62.3-based system and now I am having all kinds of
> problems... seems
> that the execution of stored procedures are failing 50% of
> the time with
> strange, strange errors...
>
> Command died with signal 6: "/usr/local/bin/php -q
> /scripts/baseScript.php". Command output: Assertion failed:
> (row_size <=
> buf->element_size), function buffer_add_row, file dblib.c, line 303.
>
> Basically, I am executing a stored procedure using mssql_query() on a
> UNIX system... the stored procedure is very simple:
>
> mssql_query("exec pdb.dbo.sThisHereProc 'integer', 'integer'", $db);
>
> The only other difference is that the old 0.61 box was a PHP4
> system on
> x86 and the new 0.62.3 box is a PHP5 system on x86-64. It does not
> appear to be a PHP-related issue, however, as it is barfing
> on dblib.c...
>
> Please, if anyone can help out... this is really irritating. :(
>
> -- Robert
>

Try with 0.62.4 or 0.63 (still in RC.. I don't know why...)

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page