interbase
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. Running crash-me on Interbase:
  2. I
  3. -  got opensource version of interbase 6.0.1
  4.    (both mode, classic and superserver),
  5. -  set up DBD::InterBase from cpan,
  6. -  created database "test" and set sql_dialect for that database to 3
  7. -  executed crash-me for both interbase's models (classic and superserver).
  8. There were some problems during the execution:
  9. 1) Sometimes client side got SIGSEGV , At that moment server side
  10.    writes
  11.         gds__alloc: non-positive size allocation request
  12.   to log file.
  13.   This problem has both models. I am not shure if it's interbase or
  14.   DBD:InterBase problem (though DBD::InterBase made all nesessary
  15.   tests during the installation without any problem)
  16.  
  17. 2) In "superserver" mode ibserver several times died (and ibguard restarted it)