Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
crash when trying to download.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
clairvoyant
n00b
n00b


Joined: 08 Mar 2005
Posts: 7

PostPosted: Tue Mar 08, 2005 8:03 pm    Post subject: crash when trying to download. Reply with quote

hi, im a having trouble with almost all my webbrowsers exept links.
when i rightclick on a image and choose "save image as..." in any of firefox, mozilla or konqueror the browser just freeze.
i've tryied to recompile firefox and also installed the binary release of firefox but nothing seems to fix the problem.
the fact that this is affecting all my browsers exept links is realy weird as i doubt the others are using the same download function or something like that.

this is the message i get when i rightclick on an image in konqueror
Code:

kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *parent, const char *name, KInstance *instance )


but theres no output when i click "Save Image As".

i realy hope you can help me with this as it is _realy_ frustrating.
Back to top
View user's profile Send private message
tukachinchila
Apprentice
Apprentice


Joined: 11 Mar 2005
Posts: 274
Location: Oregon

PostPosted: Sat Mar 12, 2005 2:24 am    Post subject: Reply with quote

That's weird.
Have you tried re-emerging X, gtk, and kde?
Back to top
View user's profile Send private message
clairvoyant
n00b
n00b


Joined: 08 Mar 2005
Posts: 7

PostPosted: Fri Mar 18, 2005 8:21 pm    Post subject: Reply with quote

nope, i'll try that now.
ive'd heard this might bean coused by borked mimetypes, could this be the problem? and if so, how do i fix them?
Back to top
View user's profile Send private message
clairvoyant
n00b
n00b


Joined: 08 Mar 2005
Posts: 7

PostPosted: Sat Mar 19, 2005 1:35 pm    Post subject: Reply with quote

i re-emerged x11 and gtk.
but it did'nt help at all.
Back to top
View user's profile Send private message
tukachinchila
Apprentice
Apprentice


Joined: 11 Mar 2005
Posts: 274
Location: Oregon

PostPosted: Sun Mar 20, 2005 7:24 am    Post subject: Reply with quote

Can you post the output of:
Code:
emerge info
Back to top
View user's profile Send private message
mascanho
Veteran
Veteran


Joined: 21 Dec 2004
Posts: 1241
Location: On my Bmx Bike on a Concrete Park Flatlanding ...

PostPosted: Sun Mar 20, 2005 10:58 pm    Post subject: Reply with quote

have you tried recompiling firefox with diferent USE and did you
Code:
rm -R ~/.mozilla
??

but it seems to me that is a kde related problem, have you tried on another wm ?
_________________
Flatland Life is a Choice !
emerge avatar
Back to top
View user's profile Send private message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Sun Apr 03, 2005 9:30 pm    Post subject: Re: crash when trying to download. Reply with quote

clairvoyant wrote:
hi, im a having trouble with almost all my webbrowsers exept links.
when i rightclick on a image and choose "save image as..." in any of firefox, mozilla or konqueror the browser just freeze.
i've tryied to recompile firefox and also installed the binary release of firefox but nothing seems to fix the problem.
the fact that this is affecting all my browsers exept links is realy weird as i doubt the others are using the same download function or something like that.

this is the message i get when i rightclick on an image in konqueror
Code:

kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *parent, const char *name, KInstance *instance )


but theres no output when i click "Save Image As".

i realy hope you can help me with this as it is _realy_ frustrating.


Firefox is freezing on me too. If I try to save an image or anything to disk, it freezes. I did mozilla-firefox, not mozilla-firefox-bin, and my make.conf file is:
Code:
cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O3 -pipe -march=pentium4 -mcpu=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
CCACHE_SIZE="2G"
MAKEOPTS="-j2"
USE="gtk gnome dvd alsa cdr opengl nvidia truetype acpi oggvorbis mp3 aac flac apache2 php gd dba sse2 mmx stream faad ffmpeg wxwindows -xine"
GENTOO_MIRRORS="ftp://mirror.switch.ch/mirror/gentoo/ ftp://chod.cwru.edu/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/"
PORTDIR_OVERLAY="/usr/local/portage"

#ACCEPT_KEYWORDS="~x86"
Back to top
View user's profile Send private message
Frodg
l33t
l33t


Joined: 11 Feb 2004
Posts: 761

PostPosted: Sun Apr 03, 2005 9:34 pm    Post subject: Reply with quote

There are a couple of other threads about this - it appears that there was/is an issue with firefox and the new nvidia drivers..

I had this issue until yesterday when a newer set of nvidia drivers were released and the issue seems to have been rectified.. at least for me. :)

So emerge sync, update the nvidia and nvidia-glx and see if this helps.
_________________
Aerosolo ergo sum - I spray therefore I am

Gentoo - Registered Linux User # 361400
Back to top
View user's profile Send private message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Sun Apr 03, 2005 9:53 pm    Post subject: Reply with quote

Frodg wrote:
There are a couple of other threads about this - it appears that there was/is an issue with firefox and the new nvidia drivers..

I had this issue until yesterday when a newer set of nvidia drivers were released and the issue seems to have been rectified.. at least for me. :)

So emerge sync, update the nvidia and nvidia-glx and see if this helps.


Are you referring to the drivers in the stable, or the ones that are masked?
Back to top
View user's profile Send private message
Frodg
l33t
l33t


Joined: 11 Feb 2004
Posts: 761

PostPosted: Sun Apr 03, 2005 9:57 pm    Post subject: Reply with quote

They came up as masked :) as I was trying to get around the nvidia issue and wanted to see if they would alter anything.......
_________________
Aerosolo ergo sum - I spray therefore I am

Gentoo - Registered Linux User # 361400
Back to top
View user's profile Send private message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Mon Apr 04, 2005 1:29 am    Post subject: Reply with quote

Frodg wrote:
They came up as masked :) as I was trying to get around the nvidia issue and wanted to see if they would alter anything.......


Okay, I've upgraded the nvidia drivers, upgraded my kernel, but still no luck. I'm getting the same problem with Mozilla, but not with Epiphany.... In addition, KDE freezes whenever I try to load it up (doesn't get past the first stage), and Gnome does the same thing after the second time (Gnome freezes when it exits the first time.) It looks like this setup is getting all messed up, unfortunately....
Back to top
View user's profile Send private message
wizzo
n00b
n00b


Joined: 09 May 2005
Posts: 23

PostPosted: Tue May 10, 2005 1:50 am    Post subject: Reply with quote

I was having the exact same problem, and was also experiencing some incredibly long startup times for gkrellm (around 3 minutes). It turns out that both problems had the same origin...typed "fc-cache" in the terminal and immediatly gkrellm was starting faster than never, and Firefox didn't freeze any more (was it really freezed, or just incredibly slow as gkrellm?). Anyway, here is the original post with this solution https://forums.gentoo.org/viewtopic-t-309525.html.
Hope it helps..
Back to top
View user's profile Send private message
opentaka
l33t
l33t


Joined: 18 Feb 2005
Posts: 840
Location: Japan

PostPosted: Tue May 24, 2005 3:07 pm    Post subject: Reply with quote

I have same problem, for my case my firefox ccrashes when I go copy and paste links to zip,iso files (something downloadable)
my meaning of crash here is that completly freeze, no erorr output what you got to do is killall firefox-bin
I remerged and tested with both mozilla-firefox and mozilla-firefox-bin too.
I sse many people having trouble with stableness of firefox.
_________________
"Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
Back to top
View user's profile Send private message
opentaka
l33t
l33t


Joined: 18 Feb 2005
Posts: 840
Location: Japan

PostPosted: Tue May 24, 2005 6:06 pm    Post subject: Reply with quote

oki, looks like i got the exact same problem.
but mine works fine with opera, only firefox freezes. I tried fc-cache too and tried whats on this topic etc.
all didnt fix this tho..
_________________
"Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
Back to top
View user's profile Send private message
tetromino
Retired Dev
Retired Dev


Joined: 02 Dec 2003
Posts: 215

PostPosted: Tue May 24, 2005 7:11 pm    Post subject: Reply with quote

Quote:
I have same problem, for my case my firefox ccrashes when I go copy and paste links to zip,iso files (something downloadable)
my meaning of crash here is that completly freeze, no erorr output what you got to do is killall firefox-bin
I remerged and tested with both mozilla-firefox and mozilla-firefox-bin too.

I had this problem in the past; in my case, it was due to bugs in some version of gnome-vfs.
Back to top
View user's profile Send private message
opentaka
l33t
l33t


Joined: 18 Feb 2005
Posts: 840
Location: Japan

PostPosted: Wed May 25, 2005 7:07 am    Post subject: Reply with quote

shurik wrote:
Quote:
I have same problem, for my case my firefox ccrashes when I go copy and paste links to zip,iso files (something downloadable)
my meaning of crash here is that completly freeze, no erorr output what you got to do is killall firefox-bin
I remerged and tested with both mozilla-firefox and mozilla-firefox-bin too.

I had this problem in the past; in my case, it was due to bugs in some version of gnome-vfs.


I dont use gnome and I have latest version installed, am I safe to unmerge it?
_________________
"Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
Back to top
View user's profile Send private message
tetromino
Retired Dev
Retired Dev


Joined: 02 Dec 2003
Posts: 215

PostPosted: Wed May 25, 2005 7:11 am    Post subject: Reply with quote

antiwmac wrote:
shurik wrote:
I had this problem in the past; in my case, it was due to bugs in some version of gnome-vfs.

I dont use gnome and I have latest version installed, am I safe to unmerge it?

As far as I know, that bug was fixed in recent versions. At least my firefox isn't freezing at the moment... I personally wouldn't unmerge stuff randomly, especially something like gnome-vfs, which tends to have other libraries compiled against it.
Back to top
View user's profile Send private message
opentaka
l33t
l33t


Joined: 18 Feb 2005
Posts: 840
Location: Japan

PostPosted: Wed May 25, 2005 7:08 pm    Post subject: Reply with quote

I reemerged gnome-vfs but still have the exact same problem, why...
_________________
"Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum