[w3m-dev 04291] Re: w3m freezes / 99% cpu?

Katsumi Yamaoka <[email protected]> Wed, 09 Jan 2008 07:17:20 +0900
Newsgroups gmane.comp.web.w3m.devel
Organization Emacsen advocacy group
Message-ID <[email protected]>

-------------------- Start of forwarded message --------------------
Date: Tue, 8 Jan 2008 14:31:02 -0500
From: Pierre Baillargeon <[email protected]>
Reply-To: [email protected], [email protected]
Subject: [emacs-w3m:09893] Re: w3m freezes / 99% cpu?
To: [email protected]
Message-Id: <[email protected]>
X-ML-Name: emacs-w3m
X-Mail-Count: 09893

I've found that "export GC_NPROCS=1" before starting w3m on Mac OS X
10.5.1 avoids the problem. It seems to be a bug with dual core CPU
(and possibly multi-processors too). By looking into the call stack
and the boehm garbage collector source, I was able to identify that
environment variable as being a factor in how the GC works. Solved the
problem for me.

--
Pierre Baillargeon
-------------------- End of forwarded message --------------------