Tim Eyres wrote:
> 4. Click the ID link on the left hand side and you'll find it returns a
> blank page instead of details about ID
we too get the blank page. It's because wgetz core-dumps
(there's a core file in the tmp dir). The core file says
it's because of the following code:
void LibGroupAddDb (LIBvGroup group, SLBo *lib)
{
group->library[group->libraryN++] = lib; <-----
}
The LIBvGroup (=~ SRSoGROUP) type is defined in (library.h and) srs5.h:
typedef struct SRSoGROUP {
.
.
struct SLBo *library[50]; /* Pointers to the libraries in
the group */
.
.
}
So I would only have expected problems when selecting 51
libraries or more simultaneously (==in one group)...
Simply changing the 50 to 100 didn't work with me.
Regards,
Koen.
--------------------------------------------------------------
Koen Cuelenaere Email: koenc at caos.kun.nl
CAOS/CAMM Center Phone: +31 24 3653383
University of Nijmegen Fax: +31 24 3652977
Toernooiveld
6525 ED Nijmegen
The Netherlands URL: http://www.caos.kun.nl/
--------------------------------------------------------------