(Please keep the bug log in the cc: - hitting reply all or group reply
will do that)
On Sat, Apr 16, 2005 at 09:14:32PM +0200, Michael Below said:
> Stephen Gran <[EMAIL PROTECTED]> writes:
> 
> > Would it be possible to get a copy of the doc file in the email?  That
> > would be a great help.  I can see from the debug output that that is the
> > problem, but it's hard to go any further.
> 
> I think that will be difficult. I will need to ask the authors of the
> doc file first, and that's where things got slow last time... Maybe
> I can do some tests for you on the file?

Yes, but you'll need to do a fair amount of work :)

Build an unstripped libclamav, and an unstripped clamscan.  This can
be done with:

apt-get source clamav
cd clamav-*
$EDITOR debian/rules
(comment dh_strip in libclamav1 and clamscan targets towards the bottom)
DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -rfakeroot
sudo dpkg -i ../libclamav1_*deb
sudo dpkg -i ../clamav_*deb

(replace the * with suitable version string for your version)

Then, run gdb /usr/bin/clamscan
gdb> set args /path/to/file
gdb> break ole2_extract.c:802
gdb> run

[ runs for a bit]

gdb> bt full
gdb> quit

And send the results.  That will get us farther.  If possible, leave the
unstripped debs laying around somewhere, as I may ask you to repeat this
work, but breaking and backtracing at different points.  Sorry to have
to push the work onto you, but I don't see any other way right now.

Thanks again,
-- 
 --------------------------------------------------------------------------
|  Stephen Gran                  | For adult education nothing beats       |
|  [EMAIL PROTECTED]             | children.                               |
|  http://www.lobefin.net/~steve |                                         |
 --------------------------------------------------------------------------

Attachment: pgpcWovU7qcPM.pgp
Description: PGP signature

Reply via email to