1
Running crash-me on Interbase:
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).
9
There were some problems during the execution:
10
1) Sometimes client side got SIGSEGV , At that moment server side
12
gds__alloc: non-positive size allocation request
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)
18
2) In "superserver" mode ibserver several times died (and ibguard restarted it)