Your message dated Sun, 14 May 2006 23:39:04 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367235: libvmime0: Crash in libvmime.so.0 when parsing a
simple
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libvmime0
Version: 0.8.0-2
Severity: normal
When running the simple parsing program, as described in the Chapter 5
of the online vmime book, I get a segmentation fault on this code:
vmime::ref<vmime::header> hdr = msg->getHeader();
vmime::ref<vmime::body> bdy = msg->getBody();
vmime::charset ch(vmime::charsets::UTF_8);
std::cout << "Subject: " <<
hdr->Subject()->getValue().dynamicCast<vmime::text>()->getConvertedText(ch)
<< std::endl;
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages libvmime0 depends on:
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii libgcc1 1:4.1.0-1 GCC support library
pi libgnutls12 1.2.9-2 the GNU TLS library - runtime libr
ii libgsasl7 0.2.12-1+b1 GNU SASL library
ii libstdc++6 4.1.0-1 The GNU Standard C++ Library v3
libvmime0 recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Florin Iucha wrote:
> Oh, I re-read the manual and indeed one has to use vmime::mailbox instead
> of vmime::text. You can close this Bug report as operator error.
--- End Message ---