hi,
since i’ve updated from 11.3 to 11.4 my epiphany crashes on startup with a SIGSEGV.
an strace shows that a lot of icons etc. are missing: strace epiphany sigsegv - Pastebin.com
for example:
stat("/home/sebastian/.local/share/icons/hicolor/16x16/animations", 0x7ffffb9cd910) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/hicolor/16x16/animations", 0x7ffffb9cd910) = -1 ENOENT (No such file or directory)
stat("/usr/share/epiphany/icons/hicolor/16x16/animations", 0x7ffffb9cd910) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/crystalsvg/16x16/apps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/icons/crystalsvg", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/icons/crystalsvg/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/crystalsvg/16x16/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 19
before epiphany then crashes with SIGSEGV
mmap(NULL, 2147483648, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
zypper info epiphany
Loading repository data...
Reading installed packages...
Information for package epiphany:
Repository: @System
Name: epiphany
Version: 2.30.6-11.1
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: up-to-date
Installed Size: 7.2 MiB
Summary: GNOME Web Browser Based on the WebKit Rendering Engine
Description:
Epiphany is a Web browser for the GNOME Desktop. Its principles are
simplicity and standards compliance.
linux-9a0h:~ # zypper verify
Loading repository data...
Reading installed packages...
Dependencies of all installed packages are satisfied.
linux-9a0h:~ # uname -r
2.6.38-rc6-0.7
zypper lr -p -P
# | Alias | Name | Enabled | Refresh | Priority
---+-----------------------+----------------------------------+---------+---------+---------
7 | openSUSE-11.4-Non-Oss | openSUSE-11.4-Non-Oss | Yes | Yes | 99
8 | openSUSE-11.4-Oss | openSUSE-11.4-Oss | Yes | Yes | 99
9 | openSUSE-11.4-Source | openSUSE-11.4-Source | Yes | Yes | 99
10 | openSUSE-11.4-Update | openSUSE-11.4-Update | Yes | Yes | 99
11 | openSuse_Contrib | openSuse Contrib | No | No | 99
13 | wrapped | Wrapped proprietary applications | No | No | 99
3 | Packman_1 | Packman | Yes | Yes | 100
2 | NVIDIA_Repository | NVIDIA Repository | Yes | Yes | 105
5 | games_Factory | games Factory | Yes | Yes | 110
1 | Mono:Community | Mono:Community | No | No | 115
4 | games | games | Yes | Yes | 120
12 | spring | spring | Yes | Yes | 125
6 | google-chrome | google-chrome | No | No | 200
any suggestions?