You are not logged in.
Pages: 1
Hi,
Ive just installed gnome and when some packages have been installed I received this error message many times:
glibc detected *** double free or corruption...
And now gnome works but applets doesnt works and many things arent working fine.
Ive read a thread about this but, no one have sent a solution, so I'll reask for one.
Could someone help me with this ? Please?:P
Thanks!
Offline
First this topic should not be in this forum ( can a mod move it to Desktop envirement plz ?? )
Anyway, I've never seen this error before, well at least u didn't give much details about it... can you plz run a program via terminal and copy/paste the output here ( inside quote /quote tags, if it's too big, then in :arrow: http://arch.pastebin.com )
![]()
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Ok first, the first topic was here so I done mine here too.
Here's the first
http://bbs.archlinux.org/viewtopic.php? … corruption
The error is when I run pacman to install something pacman said something like this:
bleh install... done
*** glibc detected *** double free or corruption blablabla
And the "something" that I've just installed is'nt working fine, like gnome applets, gnome terminal etc. Here's what happen when I try to run gnome terminal: gnome-terminal: symbol lookup error: gnome-terminal: undefined symbol: sn_launchee_context_get_id_has_timestamp
The most of gnome's icons aren't there and many things are just don't working...
Thanks for your future help ![]()
Offline
Et voilà! Again!
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing xulrunner... done.
installing iso-codes... done.
installing epiphany... done.
*** glibc detected *** double free or corruption (!prev): 0x080d8850 ***
/var/lib/pacman/local/epiphany-2.14.0-1/install: line 3: 2908 Aborted scrollkeeper-update -q -p var/lib/scrollkeeper
[root@lmek tompouce]#
Offline
Make sure your system is up2date. In the case of gnome-terminal, your startup-notification is outdated.
Offline
hmmm I never seen such error, ok let's try to isolate it step by step, first are ur locales ok? i mean have u uncommented the desired locale in /etc/locale.gen and ran locale-gen ??
I'm not sure if it is related to the issue, but locales was handled before with glibc now it ain't anymore
[My Blog] | [My Repo] | [My AUR Packages]
Offline
I dont have locale.gen
and locale-gen neither...
[root@lmek tompouce]# locale-gen
bash: locale-gen: command not found
:S
Offline
is your system up2date ?
locale-gen should be provided by glibc (and so should locale.gen):
[ronald@pressh_box ~]$ pacman -Qo /usr/sbin/locale-gen
/usr/sbin/locale-gen is owned by glibc 2.3.6-2
[ronald@pressh_box ~]$ pacman -Ss glibc
current/glibc 2.3.6-2
GNU C Library with NPTL and linuxthreadsOffline
Pages: 1