Uggg... I've pulled the latest gdb down and built it. It builds OK, but it won't work properly (complains with the message "warning: Signal ? does not exist on this system." and just sits spinning)
SGI's dbx isn't much help either (and I really don't know how to use it :-) I think I'll have to put print statements in some of the clamav source and see what I can come up with -- unless someone else wants to do it... :-) Thanks again for all the help guys. Rob. On Thu, 2004-10-21 at 04:13, Trog wrote: > On Wed, 2004-10-20 at 20:25, Rob Dueckman wrote: > > I'm running mimedefang/spamassassin/clamav on an IRIX 6.5 machine and > > have found that some files cause both clamd and clamscan to core. > > > > Since I'm still running this combo, I can't forward the message to the > > list, but it can be found at: ftp://ftp.heloc.com/pub/message.txt.gz > > > > Here is the last bit of output from clamscan when run on the file: > > > > LibClamAV debug: Mixed message part 25 is of type 3 > > LibClamAV debug: messageToFileblob > > LibClamAV debug: blobSetFilename: image.jpg > > LibClamAV debug: Saving attachment as > > /var/tmp//clamav-ee97fcadd47b2acf/image.jpgy023QP > > LibClamAV debug: Mixed message part 26 is of type 3 > > LibClamAV debug: messageToFileblob > > LibClamAV debug: blobSetFilename: image.jpg > > LibClamAV debug: Saving attachment as > > /var/tmp//clamav-ee97fcadd47b2acf/image.jpgz023QP > > LibClamAV debug: Mixed message part 27 is of type 3 > > LibClamAV debug: messageToFileblob > > LibClamAV debug: blobSetFilename: image.jpg > > LibClamAV Error: Can't create temporary file : No such file or directory > > LibClamAV debug: 4 257 0 > > Segmentation fault (core dumped) > > > > > > I've built clam on Linux and have had no probems with the same file. > > Could this somehow be a 64-bit issue? > > I'm not aware of much testing on 64-bit big endian systems, so it may be > an issue. > > Please run clamscan under gdb with this file and do a backtrace, like > this: > > $ gdb clamscan > (gdb) run /path/to/message.txt > > (wait for seg fault) > > (gdb) bt > > Thanks, > -trog > > > ______________________________________________________________________ > > _______________________________________________ > http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
