Re: BlameSentansoken...

Bill Yerazunis <[email protected]>
Newsgroups gmane.mail.spam.crm114
Message-ID <[email protected]>
   From: "Alejandro Mery" <[email protected]>

   > hmmm...  Maybe you're blowing the data window limit, part way through
   > the runtime?   Can you run it on one of the large files from a terminal
   > window and see if you get any error messages?

   let's the "code" speak ;-)

   # whoami
   root
   # ls -al .crm/.deliver.zSAHL14278.crash
   -rw------- 1 vmail vmail 6424234 Aug 14 07:15 .crm/.deliver.zSAHL14278.crash

Right there...  6,424,234 bytes is way too big for in-stream 
processing with the default data window size.

Try a much bigger data window- say "-w 32000000" on the command line.

   # /usr/bin/crm -u /usr/share/crm114 --fileprefix=$PWD/.crm/
   mailreaver.crm < .crm/.deliver.zSAHL14278.crash
   # echo $?
   1
   # strace -vvfF -o crm.strace /usr/bin/crm -u /usr/share/crm114
   --fileprefix=$PWD/.crm/ mailreaver.crm <
   .crm/.deliver.zSAHL14278.crash
   # echo $?
   0
   # tar jcf crm.strace.tbz crm.strace.* .crm/.deliver.zSAHL14278.crash

   http://geeks.cl/crm.strace.tbz

   It's a forward of a mail with a .wmv I sent for testing, but let me
   know when I can delete it :p

Hurm.  That's perturbing anyway.  It *should* have given you 
an error message.  I wonder what broke?

   -Bill

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.