Helmut,

> From: "Marc Lehmann" <[email protected]>
> > It is mildly annoying if people act as if I was responsible for their
> > problems. My software might be buggy, and I am interested in fixing it,
> > but it does work for me, and I have no *obligation* to fix it for you.
> >
> > Likewise do you not have obligation to send bug reports (it's not part of
> > the license requirements), but it would be nice if you didn't act as if I
> > somehow had the obligation to care for your oh so important issue.

> I'm not sure what exactly went wrong but I'm out.

Thanks, and sorry to hear that.

Btw, it started crashing here too after upgrading p5-Convert-UUlib,
easily reproducible on certain text files.

$ perl -e 'use Convert::UUlib; Convert::UUlib::Initialize(); 
($s,$c)=Convert::UUlib::LoadFile("p001")'
Segmentation fault: 11 (core dumped)

(gdb) bt                                                                        
            
#0  0x0000000040be1c90 in strcasestr () from /lib/libc.so.7                     
            
#1  0x0000000040f1f27d in ScanPart (datei=0x40dd5560, fname=0x40e052a0 "p001",  
            
    errcode=0x7fffffffe7c8) at uuscan.c:2151                                    
            
#2  0x0000000040f0e4f5 in UULoadFileWithPartNo (filename=0x40e052a0 "p001",     
            
    fileid=0x40e052a0 "p001", delflag=0, partno=-1, partcount=0x7fffffffe834)   
            
    at uulib.c:788
#3  0x0000000040f0b000 in XS_Convert__UUlib_LoadFile ()
   from /usr/local/lib/perl5/site_perl/5.10.0/mach/auto/Convert/UUlib/UUlib.so
#4  0x00000000406ca8df in Perl_pp_entersub ()
   from /usr/local/lib/perl5/5.10.0/mach/CORE/libperl.so
#5  0x00000000406c8ebe in Perl_runops_standard ()
   from /usr/local/lib/perl5/5.10.0/mach/CORE/libperl.so
#6  0x00000000406c5202 in perl_run () from 
/usr/local/lib/perl5/5.10.0/mach/CORE/libperl.so
#7  0x0000000000400bf2 in main ()

(gdb) list uuscan.c:2151
2146           * boundary, so that it gets handled below
2147           */
2148          fseek (datei, prevpos, SEEK_SET);
2149        }
2150
2151        if (_FP_stristr (localenv.ctype, "multipart") != NULL) {
2152          /* oh no, not again */
2153          if (mssdepth >= MSMAXDEPTH) {
2154            /* Argh, what an isane message. Treat as plain text */
2155            UUMessage (uuscan_id, __LINE__, UUMSG_WARNING,

(gdb) p localenv
$1 = {from = 0x0, subject = 0x0, rcpt = 0x0, date = 0x0, mimevers = 0x40e2d10c 
"1.0",
  ctype = 0x0, ctenc = 0x0, fname = 0x0, boundary = 0x0, mimeid = 0x0, partno = 
0,
  numparts = 0}


Mark

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
AMaViS-user mailing list
[email protected] 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to