Opened 14 years ago

Closed 14 years ago

#5254 closed bug (fixed)

GUI freezes during jam

Reported by: bbjimmy Owned by: bonefish
Priority: normal Milestone: R1
Component: System/Kernel Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

jam-q of the haiku tree on hrev35073 and hrev35040 the GUI will freeze while the Terminal si still displaying "...pacience..."

running on an AMD Athlon 64 180GHZ 480MB ram 3 GB vm swap

After the GUI freezes the disk continues to access as if the system is compiling the tree. then in about 10 minutes the disk stops accessing. the keyboard is frozen and the mouse is useless.

I can compile on the same system using r1a1 and hrev34802 compiled ok as well.

My guess is that recent vm changes have caused this issue.

Change History (3)

comment:1 by bonefish, 14 years ago

I noticed that too. I don't think anything has changed that directly influences the page handling in low memory situations. My guess is that the lowered lock contention in the VM leads to odd quasi livelock situations where threads keep stealing each others pages, in the end making virtually no progress anymore. The whole mechanism needs reworking I'm afraid.

comment:2 by axeld, 14 years ago

Component: - GeneralSystem/Kernel
Owner: changed from nobody to bonefish
Status: newassigned

Definitely.

comment:3 by bonefish, 14 years ago

Resolution: fixed
Status: assignedclosed

The handling of cached pages and the paging mechanism have been reworked in hrev35393 (and following). The issue should be fixed. Please reopen, if not.

Note: See TracTickets for help on using tickets.