after du iceweasel doesn´t start (Solved)

Started by manilg, 2013/10/11, 17:44:32

Previous topic - Next topic

manilg

Hi,

after todays du iceweasel doesnt start

Quote
g_slice_set_config: assertion `sys_page_size == 0' failed
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
:~$ apt-cache policy xulrunner-24
N: Paket xulrunner-24 kann nicht gefunden werden.
:~$ apt-cache policy xulrunner-24*
xulrunner-24.0:
 Installiert:           24.0-2
 Installationskandidat: 24.0-2
 Versionstabelle:
*** 24.0-2 0
       500 http://http.debian.net/debian/ unstable/main i386 Packages
       100 /var/lib/dpkg/status
xulrunner-24.0-dbg:
 Installiert:           (keine)
 Installationskandidat: 24.0-2
 Versionstabelle:
    24.0-2 0
       500 http://http.debian.net/debian/ unstable/main i386 Packages
:~$ apt-cache policy iceweasel
iceweasel:
 Installiert:           24.0-2
 Installationskandidat: 24.0-2
 Versionstabelle:
    25.0~b3-1 0
         1 http://ftp.debian.org/debian/ experimental/main i386 Packages
*** 24.0-2 0
       500 http://http.debian.net/debian/ unstable/main i386 Packages
       100 /var/lib/dpkg/status

the folder .mozilla/ I renamed

manilg

dibl

Quote from: "manilg"


g_slice_set_config: assertion `sys_page_size == 0' failed
.
.
.

I also see this message on my system, however iceweasel 24.0-2 launches as expected.  xulrunner-24.0-2 is installed.  This system is 64-bit -- possibly the problem exists only for 32-bit.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

manilg


dibl

I just updated a 32-bit LXDE system, and iceweasel is launching as expected.  You must have some configuration issue on that system.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

piper

I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

manilg

I found the answer here:

//http://askubuntu.com/questions/302891/firefox-profile-cannot-be-loaded-after-upgrade

The .cache folder in my home-directory was owned by root. I don´t know why.
I changed the rights
Quote
chown -hR $USER:$USER ~/.cache
and iceweasel works

manilg