Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

X.org Lockups

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Locked
Advanced search
683 posts
  • Page 2 of 28
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 28
  • Next
Author
Message
MetatronX99
n00b
n00b
Posts: 70
Joined: Sat Jul 24, 2004 9:05 pm
Location: Warren, MI

Post by MetatronX99 » Sat Aug 07, 2004 6:43 pm

I found that GCC 3.3.3-rX was what was causing Firefox to crash for me.

Firefox is both stable on GCC 3.3.4 and 3.4.1, for me at least.
GCC 3.4.2-r2
Glibc 20040808 +NPTL +Prelink
Linux 2.6.9-rc2-love4
~x86 System
Top
GenKreton
l33t
l33t
User avatar
Posts: 828
Joined: Sat Sep 20, 2003 2:06 am
Location: Cambridge, MA

Post by GenKreton » Sat Aug 07, 2004 9:42 pm

MetatronX99 wrote:I found that GCC 3.3.3-rX was what was causing Firefox to crash for me.

Firefox is both stable on GCC 3.3.4 and 3.4.1, for me at least.
I'm eager to try gcc 3.4 especially for the centrino optimization BUT I am reluctant because of the stories I heard
Top
creyato
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 93
Joined: Thu Jul 29, 2004 4:53 am

...

Post by creyato » Sun Aug 08, 2004 1:11 pm

dudes, i found out why our comps have been freezing! in your kernel disable IO_APIC (i had to redit my config file because i couldnt see it in menuconfig). Im on a athlon64 system, and its been running for 19hrs now and it always wouldev stopped by now! the guy who said this worked for him was on an x86 system so this should work for everyone, good luck!! :D
Top
GenKreton
l33t
l33t
User avatar
Posts: 828
Joined: Sat Sep 20, 2003 2:06 am
Location: Cambridge, MA

Re: ...

Post by GenKreton » Sun Aug 08, 2004 1:28 pm

creyato wrote:dudes, i found out why our comps have been freezing! in your kernel disable IO_APIC (i had to redit my config file because i couldnt see it in menuconfig). Im on a athlon64 system, and its been running for 19hrs now and it always wouldev stopped by now! the guy who said this worked for him was on an x86 system so this should work for everyone, good luck!! :D
Is there a reason that it does this?
I can't check till I go home from work just curious as to the causes exactly. If we could pinpoint exactly whats happening it would be better so it doesn't happen to anyone else.
Top
creyato
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 93
Joined: Thu Jul 29, 2004 4:53 am

Re: ...

Post by creyato » Sun Aug 08, 2004 1:47 pm

GenKreton wrote:
creyato wrote:dudes, i found out why our comps have been freezing! in your kernel disable IO_APIC (i had to redit my config file because i couldnt see it in menuconfig). Im on a athlon64 system, and its been running for 19hrs now and it always wouldev stopped by now! the guy who said this worked for him was on an x86 system so this should work for everyone, good luck!! :D
Is there a reason that it does this?
I can't check till I go home from work just curious as to the causes exactly. If we could pinpoint exactly whats happening it would be better so it doesn't happen to anyone else.
to tell you the truth im not sure, but it must be something in the 2.6 series that make this IO_APIC option make the computers unstable because i havnt heard any people with 2.4 series complaining about it, and i never had this problem with it myself. So beyond that, your guess is as good as mine :lol:
Top
weird wonko
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 141
Joined: Sun Jan 05, 2003 9:15 pm

Re: ...

Post by weird wonko » Sun Aug 08, 2004 4:53 pm

I'm also on a Athlon-64 and had IO_APIC enabled. I turned it off now, let's see if this helps. I had no freezes during the last week, though, this error doesn't hapen too often at the moment.
Top
snuffer
Apprentice
Apprentice
Posts: 207
Joined: Sat Jun 12, 2004 9:07 am
Location: Israel

Post by snuffer » Sun Aug 08, 2004 6:27 pm

:cry: Well it seems that IO_APIC is not teh problem on my computer because i have it disabled. im using gentoo-dev-sources-2.6.7-r11.
Registered Linux User #360735.
Top
pandaxiongmao
Guru
Guru
User avatar
Posts: 478
Joined: Mon Sep 29, 2003 4:17 pm
Location: USA

Post by pandaxiongmao » Sun Aug 08, 2004 6:51 pm

This problem really makes me nervous every time I use my mouse to scroll the website.
CPU: Intel Core 2 Duo
GPU: nVidia GeForce 9800 GT
MB: Asus P5N-E SLI
Top
creyato
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 93
Joined: Thu Jul 29, 2004 4:53 am

...

Post by creyato » Sun Aug 08, 2004 9:11 pm

snuffer wrote::cry: Well it seems that IO_APIC is not teh problem on my computer because i have it disabled. im using gentoo-dev-sources-2.6.7-r11.
mmm, well im using gentoo-dev-sources-2.6.7-r12 on an athlon64 system and im almost positive its stable for me now...

Code: Select all

uptime
 17:11:54 up 1 day,  3:11,  3 users,  load average: 0.26, 0.24, 0.11
:D :D , sorry it didnt work out for you though :(
Top
CompNerd
Retired Dev
Retired Dev
User avatar
Posts: 311
Joined: Sun Mar 16, 2003 8:02 pm
Location: 127.0.0.1

Post by CompNerd » Mon Aug 09, 2004 6:13 am

Well, I am just a mess of the applications. Grellm2, Firefox, fluxbox, ati video card and yes, CONFIG_X86_IO_APIC=y in my kernel. This annoying bug seems to happen randomly (although, normally when compiling or doing another intensive task).

The IO APIC makes sense as being a possible culprit. IO APIC basically SMP's Interrupts. I am guessing that its loosing an interrupt, and thus seriously crashing an application, rendering the system useless (relatively).

One thing that I noticed was that my hdd would grind away when this happened. Was wondering if anyone else had that symptom. I suppose I will be disabling IO_APIC.

CompNerd
Top
dju`
Retired Dev
Retired Dev
Posts: 370
Joined: Tue Feb 11, 2003 5:33 pm

Post by dju` » Wed Aug 11, 2004 12:28 pm

I have the problem too, sometimes X freezes, can't move mouse or use keyboard, but my box still answers to ssh.
now I have rebooted, launched X, returned back to console with ALT+F1, and waited. I have 3 days uptime now, no random hang up appears. So I believe its a kernel/nvidia-driver related issue, maybe 4k stacks, because it seems only to happen when I'm on the X display. I'm running latest gentoo-dev-sources and nvidia kernel.
Top
CompNerd
Retired Dev
Retired Dev
User avatar
Posts: 311
Joined: Sun Mar 16, 2003 8:02 pm
Location: 127.0.0.1

Post by CompNerd » Wed Aug 11, 2004 12:52 pm

Well the system so far has been behaving (knock on wood) after the removal of IO_APIC from the kernel. Should check that.

Code: Select all

grep CONFIG_X86_IO_APIC /usr/src/linux/.config
is a pretty fast way to check if you have it enabled or not.

HTH

CompNerd
Top
snuffer
Apprentice
Apprentice
Posts: 207
Joined: Sat Jun 12, 2004 9:07 am
Location: Israel

Post by snuffer » Thu Aug 12, 2004 6:17 pm

CompNerd are u sure theres supposed to be a line 'CONFIG_X86_IO_APIC' because i dont have it i have 'CONFIG_X86_UP_IOAPIC'
Registered Linux User #360735.
Top
CompNerd
Retired Dev
Retired Dev
User avatar
Posts: 311
Joined: Sun Mar 16, 2003 8:02 pm
Location: 127.0.0.1

Post by CompNerd » Thu Aug 12, 2004 8:36 pm

Hmm, not sure anymore. I get CONFIG_X86_IO_APIC from one machine, and CONFIG_X86_UP_IOAPIC from another. I am assuming that you have it unset (in which case it means that the configuration utility just renames that option when its set/unset.

CompNerd
Top
snuffer
Apprentice
Apprentice
Posts: 207
Joined: Sat Jun 12, 2004 9:07 am
Location: Israel

Post by snuffer » Thu Aug 12, 2004 9:00 pm

You are right it seems that it does rename it.
Registered Linux User #360735.
Top
dwblas
Guru
Guru
Posts: 525
Joined: Mon Jul 14, 2003 7:14 pm
Location: Southern California (No jokes please)

Post by dwblas » Sat Aug 14, 2004 12:48 am

I have a CONFIG_X86_UP_APIC in my . config. It is not set and I have had 2 freezes in the last 3 weeks. I'm going with Mozilla/Firefox being the possible cause and closing it whenever possible. The hang seems to happen after the computer/Firefox has been running for awhile which could mean some sort of memory corruption.
Top
CompNerd
Retired Dev
Retired Dev
User avatar
Posts: 311
Joined: Sun Mar 16, 2003 8:02 pm
Location: 127.0.0.1

Post by CompNerd » Sat Aug 14, 2004 2:57 am

Hmm, I just suffered another crash :-(. However, this time I noticed something. I swtiched to TTY12 (ctrl-alt-f12) and had a glance at the kernel messages. The oddest thing was listed:

Out of memory. Killing {application}

I am not sure what exactly is the cause of this error (and please no YOU ARE OUT OF MEMORY!! flames :twisted: ). It takes a while for the system to respond to the switch (although, it appears in /var/log/messages) Can someone else please check this?

tail -n 1000 /var/log/messages | grep Out

CompNerd
Top
CompNerd
Retired Dev
Retired Dev
User avatar
Posts: 311
Joined: Sun Mar 16, 2003 8:02 pm
Location: 127.0.0.1

Post by CompNerd » Sat Aug 14, 2004 3:41 am

Well, in response to the out of memory errors, I have decided to re-compile glibc with NPTL. Native Posix Thread Libraries should help reduce the load on the system, and hopefully preventing the out of memory errors. This is getting annoying. I wish I could find some cause for the error.

CompNerd
Top
dwblas
Guru
Guru
Posts: 525
Joined: Mon Jul 14, 2003 7:14 pm
Location: Southern California (No jokes please)

Post by dwblas » Sat Aug 14, 2004 6:26 pm

It's pretty unlikely that all of us ran out of memory at the same time. It has to be some app that isn't behaving properly. I'm shutting down Firefox for most of the day. If someone else wants to shut down gkrellm, and we have someone already who has upgraded gcc, we can see who crashes and who doesn't and at least isolate the problem and file a bug report.
Top
CompNerd
Retired Dev
Retired Dev
User avatar
Posts: 311
Joined: Sun Mar 16, 2003 8:02 pm
Location: 127.0.0.1

Post by CompNerd » Sun Aug 15, 2004 12:17 am

Well, I finally figured out the reason for the out of memory error -- I was out of memory :-p I did not have any swap setup (dont know how though). I did suffer a crash (yes, again :-(). This was after prelinking and switching to NPTL. The good thing though was that this crash did not crash the system, just locked up the keyboard nicely. The mouse worked, and new apps could be launched even :? The one thing that didnt respond though was gkrellm. Stupid thing froze up. I am willing to keep it off for a few days, however, I do believe that it is grellm that is the culprit.

Maybe someone else would try a different WM or DE.

CompNerd
Top
snuffer
Apprentice
Apprentice
Posts: 207
Joined: Sat Jun 12, 2004 9:07 am
Location: Israel

Post by snuffer » Mon Sep 06, 2004 7:14 pm

I dont think that it is gkrellm, because i have crashed without using gkrellm. When using Opera to download multiple files this seems to happen. I have swap setup though. Can people please post there ethernet cards?
I have an RT8139.
Registered Linux User #360735.
Top
val
Apprentice
Apprentice
User avatar
Posts: 234
Joined: Wed Jun 30, 2004 4:08 am
Contact:
Contact val
Website

Post by val » Mon Sep 06, 2004 10:38 pm

I have this problem on both of my machines which have very different hardware. My older machine is much more vulnerable. I've even got it to the point where it's basically reproducible: I open many many tabs in mozilla and it's bound to happen.

My laptop is a dell with 1.5GHz PM with 1 Gig ram. I have an IPW2200 wireless. I never use ethernet and forget what I have. I've stopped having the problem on this machine since I stopped using gdesklets. This machine is running gentoo kernel 2.5.7-r8 and whatever the last xfree was. I'm now running gkrellm2 and while that periodically segfaults, the system hasn't froze for weeks. (It's not on all the time though)

My older system is a desktop with a PIII 550MHz, 384 ram. I have a sis900 ethernet card. I'm running xorg 6.7.0 and I've tried various kernels ranging from the latest gentoo-dev kernel to a vanilla-dev kernel back to a 2.4 kernel and I always have the problem. :(

Right now, I'm hoping that once the new x.org comes out, that will fix it. It is supposed to be much faster and hopefully also more efficient: and won't cause 100% cpu usage.

Let me know if I can provide any more information to help narrow down this problem.
Top
snuffer
Apprentice
Apprentice
Posts: 207
Joined: Sat Jun 12, 2004 9:07 am
Location: Israel

Post by snuffer » Sat Sep 11, 2004 11:57 am

Has happened to me again, 100% sure no gkrellm running. I might just switch back to xfree cuz thsi is really annoying.

I have a GA-SQ800 whihc has a sis655 if that helps.
Registered Linux User #360735.
Top
cprior
n00b
n00b
Posts: 57
Joined: Thu Jun 03, 2004 6:28 pm
Location: #gentoo ;)

Post by cprior » Sat Sep 11, 2004 4:09 pm

I am running 2.6.7 and 2.6.8-rc8 with fluxbox most of the time. I too get those lockups. I am on an old PII laptop and I very well understand the mentioned "fear to scroll".

I tried to remedy the situation by removing all fb stuff, both apps like qingy, splash-utils, etc as well as all fb-related things in the kernel.
I still got lockups.

Then I installed the new xorg and my fluxbox wouldn't start. So I did the long planned, unwillingly done kde emerge (mostly as a showcase)

Now in kde I do _not_ get any lockups, I even have the taskbar sliding in and out!

Before removing the fb-stuff I got "overlapping write-combining ranges" when start(ing)x. I have yet to confirm if the new xorg still doesn't detect this reserved memory for graphic display (what the error is about, as per Google)

I don't use either firefox nor gkrell*-stuff.

So I don't have a solution but at least some remarks to throw in.
Some of you might test another wm or upgrade xorg to see if that helps.

I am just too glad that it does not seem to be ahardware prob, the poor student that I am! ;-)
Top
snuffer
Apprentice
Apprentice
Posts: 207
Joined: Sat Jun 12, 2004 9:07 am
Location: Israel

Post by snuffer » Mon Sep 13, 2004 1:46 pm

Thats odd, i am using xorg-6.8 but i get more crashes in KDE then in fluxbox. Odd
Registered Linux User #360735.
Top
Locked

683 posts
  • Page 2 of 28
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 28
  • Next

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy