home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / mysql-4.0.22-win / data1.cab / Development / sql-bench / Comments / interbase < prev    next >
Encoding:
Text File  |  2004-10-28  |  766 b   |  19 lines

  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.  
  9. There were some problems during the execution:
  10. 1) Sometimes client side got SIGSEGV , At that moment server side
  11.    writes
  12.         gds__alloc: non-positive size allocation request
  13.   to log file.
  14.   This problem has both models. I am not shure if it's interbase or
  15.   DBD:InterBase problem (though DBD::InterBase made all nesessary
  16.   tests during the installation without any problem)
  17.  
  18. 2) In "superserver" mode ibserver several times died (and ibguard restarted it)
  19.