bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] mu's mh burst program


From: d.henman
Subject: [bug-mailutils] mu's mh burst program
Date: Sat, 14 Jun 2008 11:53:40 +0900

Platform: cygwin
burst (GNU Mailutils 1.9.90)      (downloaded  June 13th, 2008 (all of mu) )

directory contents before running burst (one message)
$ ls

1

$ burst --folder=inbox 1
zsh: segmentation fault (core dumped)  burst --folder=inbox 1

$ ls

1  2  3  4  5  6  7  burst.exe.stackdump  mu3YsNJP


The file is getting bursted alright. before the crash.
Is it possible that some parsing code is not halting?

regards,
  darel henman
(see backtrace below)

---------------- procedure that caused segmentation fault
$ gdb burst
(gdb) r --folder=inbox 1
Starting program: /usr/local/bin/mu-mh/burst.exe --folder=inbox 1
[New thread 3316.0xac4]
[New thread 3316.0x3c8]

Program received signal SIGSEGV, Segmentation fault.
header_readline (is=0x1002a040, buffer=0x10029fe0 "\001", buflen=92, off=0,
    pnread=0x22ca3c) at header.c:119
119           *poff = MU_STR_SIZE (p->nlen, p->vlen) - 1;

(gdb) bt
---------------- backtrace results
#0  header_readline (is=0x1002a040, buffer=0x10029fe0 "\001", buflen=92,
    off=0, pnread=0x22ca3c) at header.c:119
#1  0x0043151e in mu_stream_readline (is=0x1002a040, buf=0x10029fe0 "\001",
    count=92, offset=0, pnread=0x22ca3c) at stream.c:294
#2  0x00449690 in _amd_message_save (amd=0x10014680, mhm=0x1003ddc8,
    expunge=<value optimized out>) at amd.c:629
#3  0x0044a3ce in amd_append_message (mailbox=0x10013f80, msg=0x1003dcc8)
    at amd.c:784
#4  0x00401e7a in burst_or_copy (msg=0x1003dcc8,
    recursive=<value optimized out>, copy=1) at burst.c:406
#5  0x004021f8 in finish_stream (pstr=0x22cb44) at burst.c:236
#6  0x00402425 in burst_digest (msg=0x10014e30) at burst.c:346
#7  0x00401f3a in burst_or_copy (msg=0x10014e30,
    recursive=<value optimized out>, copy=0) at burst.c:371
#8  0x00402024 in burst (mbox=0x10013f80, msg=0x10014e30, num=1, data=0x0)
    at burst.c:425
#9  0x0040362e in mh_iterate (mbox=0x10013f80, msgset=0x22cc58,
    itr=0x401fd0 <burst>, data=0x0) at mh_init.c:528
#10 0x004018b0 in main (argc=1, argv=0x10013628) at burst.c:586
(gdb)

---------------- end




reply via email to

[Prev in Thread] Current Thread [Next in Thread]