From: | Gregory Stark <stark(at)enterprisedb(dot)com> |
---|---|
To: | "Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com> |
Cc: | "Dave Page" <dpage(at)postgresql(dot)org>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |
Date: | 2007-10-23 15:49:35 |
Message-ID: | 87bqapq19s.fsf@oxford.xeocode.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
"Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com> writes:
> Dave,
>
>> It's coming from direct dependencies on user32.dll (from which we use
>> wsprintf()) and shell32.dll (from which we use SHGetSpecialFolderPath())
>> and is allocated when ResumeThread() is called to kickstart the new
>> backend,
>
> why does every backend need its own heap for user32.dll or
> shell32.dll? Wasn't the point of shared dlls to be shared?
The Desktop Heap appears to be a place for processes belonging to the same
"desktop" to allocate shared objects such as GUI elements. These are allocated
in shared space so they can be manipulated by any process running in that
"desktop".
Why Shell32 and User32 are allocating space in there just to initialize
themselves or handle these basic utility functions is a bit of a mystery.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2007-10-23 15:57:45 | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |
Previous Message | Harald Armin Massa | 2007-10-23 15:32:29 | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2007-10-23 15:57:45 | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |
Previous Message | Tom Lane | 2007-10-23 15:44:39 | Re: Latin vs non-Latin words in text search parsing |