Package: icedove
Version: 24.5.0-2
Followup-For: Bug #751077
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
trying to attach a file to an outbound mail causes a segfault outside of gdb
and no segfault but a lockup from within gdb.
strace of icedove when called outside of gdb ends with the following:
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/48x48/places",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/48x48/places", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/48x48/status",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/48x48/status", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/256x256/actions",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/256x256/actions", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/256x256/apps",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/256x256/apps", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/256x256/categories",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/256x256/categories", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/256x256/devices",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/256x256/devices", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/256x256/emblems",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/256x256/emblems", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/256x256/emotes",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/256x256/emotes", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/256x256/mimetypes",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/256x256/mimetypes", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/256x256/places",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/256x256/places", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/256x256/status",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/256x256/status", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/scalable/actions",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/scalable/actions",
{st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
16225 stat64("/usr/share/icons/crystalsvg", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
16225 open("/usr/share/icons/crystalsvg/icon-theme.cache",
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
16225 openat(AT_FDCWD, "/usr/share/icons/crystalsvg/scalable/actions",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 32
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/scalable/apps",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/scalable/apps",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
16225 stat64("/usr/share/icons/crystalsvg", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
16225 open("/usr/share/icons/crystalsvg/icon-theme.cache",
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
16225 openat(AT_FDCWD, "/usr/share/icons/crystalsvg/scalable/apps",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 32
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/scalable/devices",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/scalable/devices",
{st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
16225 stat64("/usr/share/icons/crystalsvg", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
16225 open("/usr/share/icons/crystalsvg/icon-theme.cache",
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
16225 openat(AT_FDCWD, "/usr/share/icons/crystalsvg/scalable/devices",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 32
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/scalable/emblems",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/scalable/emblems", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/scalable/mimetypes",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/scalable/mimetypes",
{st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
16225 stat64("/usr/share/icons/crystalsvg", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
16225 open("/usr/share/icons/crystalsvg/icon-theme.cache",
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
16225 openat(AT_FDCWD, "/usr/share/icons/crystalsvg/scalable/mimetypes",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 32
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/scalable/places",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/scalable/places", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/scalable/status",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/scalable/status", 0xbf9085c0) = -1
ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.local/share/icons/hicolor/scalable/categories",
0xbf9085c0) = -1 ENOENT (No such file or directory)
16225 stat64("/usr/share/icons/crystalsvg/scalable/categories", 0xbf9085c0) =
-1 ENOENT (No such file or directory)
16225 stat64("/home/amarsh04/.icons", 0xbf908780) = -1 ENOENT (No such file or
directory)
16225 stat64("/home/amarsh04/.local/share/icons", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
16225 stat64("/home/amarsh04/.local/share/icons", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
16225 open("/home/amarsh04/.local/share/icons/icon-theme.cache",
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
16225 openat(AT_FDCWD, "/home/amarsh04/.local/share/icons",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 32
16225 stat64("/usr/local/share/icons", 0xbf908780) = -1 ENOENT (No such file or
directory)
16225 stat64("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
16225 stat64("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
16225 open("/usr/share/icons/icon-theme.cache", O_RDONLY|O_LARGEFILE) = 32
16225 openat(AT_FDCWD, "/usr/share/icons",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 32
16225 stat64("/usr/local/share/pixmaps", 0xbf908780) = -1 ENOENT (No such file
or directory)
16225 stat64("/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=24576, ...})
= 0
16225 stat64("/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=24576, ...})
= 0
16225 open("/usr/share/pixmaps/icon-theme.cache", O_RDONLY|O_LARGEFILE) = -1
ENOENT (No such file or directory)
16225 openat(AT_FDCWD, "/usr/share/pixmaps",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 32
16225 stat64("/home/amarsh04/.gnome2/vfs/modules", 0xbf908770) = -1 ENOENT (No
such file or directory)
16225 stat64("/etc/gnome-vfs-2.0/modules", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
16305 --- SIGRT_1 (Unknown signal 33) @ 0 (0) ---
16303 --- SIGRT_1 (Unknown signal 33) @ 0 (0) ---
16305 --- SIGILL (Illegal instruction) @ 0 (0) ---
16305 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
16225 tgkill( <unavailable>)= ? <unavailable>
16303 +++ killed by SIGSEGV +++
16277 +++ killed by SIGSEGV +++
16275 +++ killed by SIGSEGV +++
16274 +++ killed by SIGSEGV +++
16270 +++ killed by SIGSEGV +++
16265 +++ killed by SIGSEGV +++
16261 +++ killed by SIGSEGV +++
16260 +++ killed by SIGSEGV +++
16262 +++ killed by SIGSEGV +++
16258 +++ killed by SIGSEGV +++
16257 +++ killed by SIGSEGV +++
16254 +++ killed by SIGSEGV +++
16253 +++ killed by SIGSEGV +++
16247 +++ killed by SIGSEGV +++
16244 +++ killed by SIGSEGV +++
16243 +++ killed by SIGSEGV +++
16241 +++ killed by SIGSEGV +++
16240 +++ killed by SIGSEGV +++
16232 +++ killed by SIGSEGV +++
16231 +++ killed by SIGSEGV +++
16230 +++ killed by SIGSEGV +++
16266 +++ killed by SIGSEGV +++
16229 +++ killed by SIGSEGV +++
16235 +++ killed by SIGSEGV +++
16233 +++ killed by SIGSEGV +++
16234 +++ killed by SIGSEGV +++
16228 +++ killed by SIGSEGV +++
16225 +++ killed by SIGSEGV +++
* What exactly did you do (or not do) that was effective (or
ineffective)?
tried different attachments in home directory - same result
tried downgrading gdb - same result
tried:
NSPR_LOG_MODULES=MCD:5 NSPR_LOG_FILE=~/icedove-mcd.log icedove
ended up with a zero length log file
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these template lines ***
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500,
'oldstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.15.0+ (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages icedove depends on:
ii debianutils 4.4
ii fontconfig 2.11.0-5
ii libasound2 1.0.27.2-4
ii libatk1.0-0 2.12.0-1
ii libc6 2.19-1
ii libcairo2 1.12.16-2
ii libdbus-1-3 1.8.2-1
ii libdbus-glib-1-2 0.102-1
ii libevent-2.0-5 2.0.21-stable-1
ii libffi6 3.1-2
ii libfontconfig1 2.11.0-5
ii libfreetype6 2.5.2-1
ii libgcc1 1:4.9.0-6
ii libgdk-pixbuf2.0-0 2.30.7-1
ii libglib2.0-0 2.40.0-3
ii libgtk2.0-0 2.24.23-1
ii libhunspell-1.3-0 1.3.3-1
ii libnspr4 2:4.10.6-1
ii libnss3 2:3.16.1-1
ii libpango-1.0-0 1.36.3-1
ii libpangocairo-1.0-0 1.36.3-1
ii libpangoft2-1.0-0 1.36.3-1
ii libpixman-1-0 0.32.4-1
ii libsqlite3-0 3.8.4.3-3
ii libstartup-notification0 0.12-3
ii libstdc++6 4.9.0-6
ii libvpx1 1.3.0-2
ii libx11-6 2:1.6.2-2
ii libxext6 2:1.3.2-1
ii libxrender1 1:0.9.8-1
ii libxt6 1:1.1.4-1
ii psmisc 22.21-2
ii zlib1g 1:1.2.8.dfsg-1
Versions of packages icedove recommends:
ii myspell-en-au [myspell-dictionary] 2.1-5.4
ii myspell-en-gb [myspell-dictionary] 1:3.3.0-4
Versions of packages icedove suggests:
ii fonts-lyx 2.0.6-1
ii libgssapi-krb5-2 1.12.1+dfsg-2
-- debconf-show failed
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]