Swish-e Bugs
From Swishewiki
This page is a list of bugs (or misfeatures) in swish-e. Mostly the issues here just need to be understood. Fire up your debuggers!
2006/11/2 I have just have installed C:\swish-e-2.4.4-win32.exe
the bugs is:
1) HKEY_LOCAL_MACHINE\SOFTWARE\SWISH-E Team\CurrentVersion is not updated, it is still 2.4.3
2) all paths in registry misses '\bin\' part
2006/05/27
When using the latest dev version of swish-e, if I have a perl module with a Makefile.PL with a line like:
PREREQ_PM => {
SWISH::API => 0.0,
}, # e.g., Module::Name => 1.1
I get the error:
Can't locate auto/SWISH/API/VERSION.al in @INC
UPDATE: the above bug should be fixed as of 21 June 2006. See commit revision 1.25 of API.pm - karpet
2006/02 ?
- When using swish-e 2.4.3 with mod_perl and SWISH::API, you may encounter warnings like this in your httpd error log:
[Wed Sep 21 17:48:34 2005] null: Attempt to free unreferenced scalar: SV 0x91c7a64, Perl interpreter: 0x8ffef50. Scalars leaked: 1
The cause of these warning is not understood. Perhaps if someone used gdb and 'httpd -X' the cause could be found.