Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22564

Modified Files:
      Tag: XQuery_0-18
        pftijah.mx 
Log Message:
- print a little extra crash info to analyze bug on pftijah/Itanium#1732596



Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.134.2.4
retrieving revision 1.134.2.5
diff -u -d -r1.134.2.4 -r1.134.2.5
--- pftijah.mx  7 Jun 2007 13:46:45 -0000       1.134.2.4
+++ pftijah.mx  7 Jun 2007 18:20:19 -0000       1.134.2.5
@@ -3752,6 +3752,10 @@
        if (!(BATtordered(tid) & 1))
        {
                /* BUG#1732596 this test currently fails on Itanium */
+               /* temporary  print a little bit extra output for debugging */
+               stream_printf(GDKerr,"!ERROR:%s: 
batordered()=%d\n",name,(int)BATtordered(tid));
+               BATprintf(GDKerr,tid);
+               /* end of extra output */
                GDKerror("%s: index-bat must be ordered on tail.\n", name);
                return GDK_FAIL;
        }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to