Closed
Bug 301404
Opened 19 years ago
Closed 19 years ago
Beachballing a lot (ResetFontNamesCache, fixed in 10.4.3?)
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: avi, Assigned: mikepinkerton)
References
Details
(Keywords: perf)
Attachments
(2 files)
Gawd, that's an awful summary. Using 2005071808 (0.9a2) on 10.4.2. Things lock up a lot now. I have a sampling (the auto kind from Spin Control) from a 10-second lockup on slashdot, and a 2.5 second one from bugzilla. They look different; I'm not sure about splitting the bugs.
In the bugzilla situation, was the caret flashing madly in the summary field? I've been seeing that occasionally over the past couple of weeks, but it's happening almost constantly this browser session (same build, 10.3.9).
| Reporter | ||
Comment 4•19 years ago
|
||
Not applicable. This is while the page is loading from the network or drawing on the screen. What's nasty is that not only is it pegging the CPU, but it's all system time, not user time. I seem to see something similar with Thunderbird. This might be a core problem...
Comment 5•19 years ago
|
||
Both saamples shows a lot of time in reflow, much of which is spent down in
QuickDraw, under TextWidth(), doing some kind of font database sync:
348 TextWidth
347 CallTextWidth
347 StdTxMeas
347 LockGrafPortFontResult
347 LockFontResult
347 FMSwapFont
344 FOGetGeneration
344 _eFOGetGeneration
344 AssureDBGenerationSynched
341 SendSynchronizeDatabaseMessage()
225 SynchronizeDatabaseInformation(DBSynchMessageReply*)
123 ResetFontNamesCache
I've seen this on one of my machines, and believe it to be an issue in 10.4. The
dev 10.4.3 change notes list:
ResetFontNamesCache() performance enhanced
as one of the changes.Keywords: perf
Summary: Beachballing a lot → Beachballing a lot (ResetFontNamesCache, fixed in 10.4.3?)
Comment 6•19 years ago
|
||
(In reply to comment #5) > The dev 10.4.3 change notes list: > ResetFontNamesCache() performance enhanced > as one of the changes. Note that I found this via google on: http://www.neowin.net/forum/lofiversion/index.php/t350675.html
| Assignee | ||
Comment 7•19 years ago
|
||
i saw this today on apple's developer pages. spending about a minute with threadViewer showed the exact same behavior as the sample (10.4.2, 2005083004 branch) i swear it wasn't always this bad. are we sure nothing changed on our end besides the OS?
Comment 8•19 years ago
|
||
I just saw this problem on http://www.randi.org/jr/200509/091605church.html#1 The problem was also accompanied by a weird mouse offset issue, where selecting text both in the native Cocoa UI, and in the content area would behave as if the mouse was offset both horizontally and vertically from its actual position. I'd had Java runner earlier, and then turned it off (although some JVM threads were still running, according to ThreadViewer). When I quit and restarted Camino and went back to the page, everything was fine. I wonder if Java or the JEP is causing a problem here?
Comment 9•19 years ago
|
||
> I wonder if Java or the JEP is causing a problem here?
Off the top of my head I'd say this is very unlikely. But when I have more
time I'll look into it.
Comment 10•19 years ago
|
||
FWIW I just saw BBEdit stuffering from this same issue. I'm pretty sure it's an OS bug.
Comment 11•19 years ago
|
||
*** Bug 301513 has been marked as a duplicate of this bug. ***
No longer blocks: 301513
Comment 13•19 years ago
|
||
I'm pretty sure 10.4.3 fixed this (backed up by reports on Macintouch).
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•