]> granicus.if.org Git - postgresql/commit
Dump full memory maps around failing Windows reattach code.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Apr 2018 15:16:21 +0000 (11:16 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Apr 2018 15:16:21 +0000 (11:16 -0400)
commit6ba0cc4bd3a6d738eddf7e8aa2ef7b46cdd9ce8f
tree697bdbd1984a055c0f4a13fbb2b683a4308ac6d8
parentc5e46c7c3b9333616de9946f8e63df1576a19800
Dump full memory maps around failing Windows reattach code.

This morning's results from buildfarm member dory make it pretty
clear that something is getting mapped into the just-freed space,
but not what that something is.  Replace my minimalistic probes
with a full dump of the process address space and module space,
based on Noah's work at
<20170403065106.GA2624300%40tornado.leadboat.com>

This is all (probably) to get reverted once we have fixed the
problem, but for now we need information.

Discussion: https://postgr.es/m/25495.1524517820@sss.pgh.pa.us
src/backend/Makefile
src/backend/port/win32_shmem.c
src/makefiles/Makefile.win32
src/tools/msvc/Mkvcbuild.pm