Comment 2 for bug 746935

Revision history for this message
3vi1 (launchpad-net-eternaldusk) wrote :

For me, the problem appeared to be related to the googletalk plugin:

open("/usr/lib64/mozilla/plugins/libnpgoogletalk64.so", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\245\2\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=398296, ...}) = 0
mmap(NULL, 2494320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f101b203000
mprotect(0x7f101b260000, 2097152, PROT_NONE) = 0
mmap(0x7f101b460000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x5d000) = 0x7f101b460000
close(4) = 0
pipe([4, 5]) = 0
fcntl(4, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
pipe([6, 7]) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

I removed that package, and nspluginwrapper updated correctly.