Troy, Thank you for clearing this. I thought my mails are not read because nobody understands my english or because I'm nerving people with the bugs I found.
Joachim > Joachim, > Don't feel like we don't write you back! Your posts usually require me > to do some investigation and debugging. Know that I'm working on this > problem today. > > -Troy. > > Joachim Ansorg wrote: > > Yesterday I debugged strange crashes in BibleTime which were related to > > GBS. But I had no success. > > > > Today I wote the following small testprogram: > > > > #include <stdio.h> > > #include <swmgr.h> > > > > int main(int argc, char **argv) { > > SWMgr manager; > > SWModule* target = manager.Modules["EnumaElish"]; > > ListKey listkey = target->Search("j", -2, 0, 0, 0); > > > > cout << "Found: " << listkey.Count() << " keys"<< endl; > > > > target->SetKey((SWKey*)*target); > > } > > > > The program terminates with "Found 22 keys.\n Segmentation fault". If I > > use BBE the program works without problems. I really have no idea what's > > causing this, since the problem occurs only with book modules and not > > with all search strings. > > I'm almost sure this bug causes some of BibleTime's crashes. > > > > I'd be glad for some help and an answer to this eMail! > > Joachim