Hi again,
You are never going to believe this. I think we may have found another bug. We crashed the CGI with many, many categories, and this time the magic number is 995. 994 works fine. The CGI loads just fine, but when we enter in any search term and press submit, it crashes.
This happens while using both the Linux, and Windows CGIs; and in Firefox, Konqueror, Opera, and IE. And using both apache and shttpd servers.
We get a windows crash error that says this:
AppName: win32_search.cgi AppVer: 0.0.0.0 ModName: win32_search.cgi
ModVer: 0.0.0.0 Offset: 00011dc8
In linux, it just stops and last bit of the source looks like this:
<li><input type="checkbox" name="zoom_cat[]" value="995">Other</input></li> </ul><br /><br /> </span> <span cla
It seems to crash immediatley after printing all the categories. Ask me if you need any other data.
Thanks,
D
Edit: We made sure it is with the newest CGI in 5.0.1003 as of Feb 7; not the first one included with 5.0.1003.
You are never going to believe this. I think we may have found another bug. We crashed the CGI with many, many categories, and this time the magic number is 995. 994 works fine. The CGI loads just fine, but when we enter in any search term and press submit, it crashes.
This happens while using both the Linux, and Windows CGIs; and in Firefox, Konqueror, Opera, and IE. And using both apache and shttpd servers.
We get a windows crash error that says this:
AppName: win32_search.cgi AppVer: 0.0.0.0 ModName: win32_search.cgi
ModVer: 0.0.0.0 Offset: 00011dc8
In linux, it just stops and last bit of the source looks like this:
<li><input type="checkbox" name="zoom_cat[]" value="995">Other</input></li> </ul><br /><br /> </span> <span cla
It seems to crash immediatley after printing all the categories. Ask me if you need any other data.
Thanks,
D
Edit: We made sure it is with the newest CGI in 5.0.1003 as of Feb 7; not the first one included with 5.0.1003.
Comment