I am getting some errors while updating or deleting records from table. Insert does not give any error.
1) Corrupt free free-tree page at 0x136F9DDD in KDBF file /usr/local/apache/htdocs/webinator/supdb/doc_category.blb (bad size/len) in the function kdbf_alloc
2) Could not write new page for B-tree /usr/local/apache/htdocs/webinator/supdb/doc_category.blb in the function btgetnewpage
3) Can't create new root page for B-tree /usr/local/apache/htdocs/webinator/supdb/doc_category.blb in the function fbtinsert
Do I have to re-build the whole table? I tried running kdbfchk on this table and it returned an error as well.
Checking file /usr/local/apache/htdocs/webinator/supdb/doc_category.tbl:
Reading free tree and list
0% 50% 100%
000 ABEND: signal 10 (SIGBUS); exiting
Regards,
1) Corrupt free free-tree page at 0x136F9DDD in KDBF file /usr/local/apache/htdocs/webinator/supdb/doc_category.blb (bad size/len) in the function kdbf_alloc
2) Could not write new page for B-tree /usr/local/apache/htdocs/webinator/supdb/doc_category.blb in the function btgetnewpage
3) Can't create new root page for B-tree /usr/local/apache/htdocs/webinator/supdb/doc_category.blb in the function fbtinsert
Do I have to re-build the whole table? I tried running kdbfchk on this table and it returned an error as well.
Checking file /usr/local/apache/htdocs/webinator/supdb/doc_category.tbl:
Reading free tree and list
0% 50% 100%
000 ABEND: signal 10 (SIGBUS); exiting
Regards,