Skip to Content.
Sympa Menu

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

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Robert <freetds AT spudland.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] Strange "assertion failed" error... need help ASAP!
  • Date: Mon, 31 Jan 2005 18:23:38 -0600

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




  • [freetds] Strange "assertion failed" error... need help ASAP!, Robert, 01/31/2005

Archive powered by MHonArc 2.6.24.

Top of Page