From: Terry E. <ids...@de...> - 2003-09-02 07:48:17
|
Hey there, I'm having problems with IDS 0.82 and I've tried everything I know to figure it out. I'm hoping someone here will be willing to give me a little guidance and let me know what I'm doing wrong. I have a virtual server set up with IDS as the DocumentRoot. When I bring up www.foo.com/index.cgi I see the thumbnails and all the albums (12 altogether). When I click through to the contents of one of the albums it gives a segmentation fault. 2 of the 12 albums work fine and I can browse and display pictures at all different sizes. The other 10 give a segfault when I enter, for example, www.foo.com/mode=album&album=./Bar. I thought the two albums in question may have items in the image-cache but even after clearing everything out of the cache Those two continue working. I can't find anything in the entire IDS tree that appears to make these 2 albums different from the other 10. I decided to recompile ImageMagick and PerlMagick, and install Image::Info again over top of the old one. Nothing seems to change the symptoms. I've had no problems in the past using IDS. I'll admit ImageMagick has been a pain to compile before but this time it all went smooth and I'm able to use previewer.pl as well as the command line ImageMagick tools. The server is a RedHat 7.3 server with kernel 2.4.18. When I run index.cgi on the comand line like this "./index.cgi mode=album album=./Bar" it just says "Segmentation Fault" which doesn't look like a Perl error to me. I ran strace against successful arguments and unsuccessful ones but I'm not seeing anything stick out as the failure point. I've attached both in case anyone wants to look at them. All of the permissions are the same for all albums and the apache error log doesn't show any detail to the problem. Some version info: Image::Info version 1.12 IDS 0.82 ImageMagick 5.5.7-10 installed from source kernel 2.4.18 If anyone could please give me some help I'd really appreciate it. Thanks much, Terry |