luca.toldo at merck.de wrote in message <887118339.2044985357 at dejanews.com>...
>getz produces a core dump when invoked with the following statement:
>>getz '[swissprot-id:100k_RAT]' -vf cit
>
found the bug. easy to fix:
edit getz.c. in function BuildView
replace the line
ViewAddRootLib (view, LibObjByName ("library", libName));
by
ViewAddRootLib (view, libName);
recompile getz with
srsmake getz
cheers
thure