Error found when running firefox

I’d some trouble when I was running my firefox,
it said that

*** glibc detected *** double free or corruption (out): 0×089e1478 ***

I decided to install a new one and new higher version then before
but I also get an error

** glibc detected *** free(): invalid pointer: 0×08b82d38 ***

I thougt it was “my fault when I changed my kernel” who responsible for this problems
but I was wrong.
after suring on internet and find what’s going on with my firefox.
I found many article using a keyword

“*** glibc detected *** double free or corruption ( firefox”

So I pick up one by one randomly,
I found one who has same problem with mine, and I tried to implemented it

after I tried, and the problem had solved
the thing I do is change the “GTK_IM_MODULE” into “xim”

# export GTK_IM_MODULE=”xim”
It was my fault “when I changed my GTK_IM_MODULE environtment into scim” when I experimented SCIM and SKIM.

because I want to use both firefox and scim so I decided to make a shell
script

this is the script I made
———————————————————–
#!/bin/bash

export GTK_IM_MODULE=”xim”
/usr/bin/firefox &
export GTK_IM_MODULE=”scim”
—————————————————————

I hope it’ll hopefull for everyone….

see ya next time

がんばって

また あした

Leave a Reply