<div dir="ltr">Hi Tatsuo,<div><br><div>I haven&#39;t had any success in reproducing the issue you encountered with my patch, the regression runs cleanly on my end. I have therefore committed the patch in the EXCEPTION_MGR branch so I can continue with the remaining work on the memory manger front and will apply the fix for the problem once it is fixed as a patch.</div>
<div><br></div><div>Thanks</div><div>Usama</div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 27, 2014 at 8:32 PM, Muhammad Usama <span dir="ltr">&lt;<a href="mailto:m.usama@gmail.com" target="_blank">m.usama@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Tatsuo.<div><br></div><div>I am looking into the problem of double free reported by you. but I am unable to reproduce the scenario at my end. I tried the regression on Linux Ubuntu x86_64 and on OS/X and regression is clean on both systems. Can you please tell me if you can always produce the problem or with some specific configure switches. </div>

<div>And if it is possible for you to send me the stack trace with symbols for the problem that would be really helpful for identifying the exact issue.</div><div><br></div><div>thanks</div><span class="HOEnZb"><font color="#888888"><div>
Muhammad Usama</div></font></span></div><div class="HOEnZb"><div class="h5">
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 19, 2014 at 6:20 PM, Muhammad Usama <span dir="ltr">&lt;<a href="mailto:m.usama@gmail.com" target="_blank">m.usama@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi Tatsuo<div><br></div><div>Sorry for the delay. I was stuck in some other work, and now I am resuming the work on this patch. For some reason regression was working fine on my machine when I sent out the patch but will send you the updated patch after figuring out the problem.</div>


<div><br></div><div><br></div><div>Thanks</div><div>Usama</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Wed, Feb 19, 2014 at 9:23 AM, Tatsuo Ishii <span dir="ltr">&lt;<a href="mailto:ishii@postgresql.org" target="_blank">ishii@postgresql.org</a>&gt;</span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Usama,<br>
<br>
Thanks for the explanation.<br>
<br>
BTW, I ran a reggression test against EXEC_MANAGER branch and got<br>
serious problems.<br>
<br>
testing 003.failover...*** glibc detected *** pgpool: worker process: free(): invalid pointer: 0x00000000007756c8 ***<br>
<br>
testing 055.backend_all_down...*** glibc detected *** /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool</a>: double free or corruption (!prev): 0x000000000075c050 ***<br>



<br>
[ and regression test hangs]<br>
<br>
Detailed log attached.<br>
<div><div><br>
Best regards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
Japanese: <a href="http://www.sraoss.co.jp" target="_blank">http://www.sraoss.co.jp</a><br>
<br>
&gt; On Thu, Feb 13, 2014 at 3:49 AM, Tatsuo Ishii &lt;<a href="mailto:ishii@postgresql.org" target="_blank">ishii@postgresql.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Usama,<br>
&gt;&gt;<br>
&gt;&gt; Thanks for your hard work.<br>
&gt;&gt;<br>
&gt;&gt; One thing I noticed is, you moved src/tools/pcp to src/utils/pcp. Is<br>
&gt;&gt; there any reason for this?<br>
&gt;&gt;<br>
&gt;<br>
&gt; Since the pgpool binary and pcp tool binaries all requires the functions<br>
&gt; defined in pcp_stream.c for reading and writing to pcp streams. But with<br>
&gt; the arrival of memory manager API in pgpool, pcp stream functions requires<br>
&gt; to distinguish between calls made from pgpool and pcp tools. As we need to<br>
&gt; create reading and writing buffers in specific MemoryContexts when the<br>
&gt; function is invoked from pgpool, and as pcp tools does not have a concept<br>
&gt; of MemoryContext so the step of selecting a MemoryContext before allocating<br>
&gt; a memory needed to be skipped when in pcp tools environment.<br>
&gt;<br>
&gt; To achieve the above, the patch makes the libpcp exclusive for the tool<br>
&gt; binaries only (compile with POOL_PRIVATE flag) and now pgpool uses the<br>
&gt; pcp_stream.c function directly and no longer has the dependancy on the lib.<br>
&gt;<br>
&gt; To make this new arrangement visible in pgpool source directory structure<br>
&gt; the patch rearranges the source code organisation and moves the<br>
&gt; pcp_stream.c and pcp_error.c files to src/utils/pcp from src/lib/pcp<br>
&gt; directory, while the pcp.c file still remains at its original directory.<br>
&gt; Also the new arrangement of code seems more naturally fit to the rest of<br>
&gt; pgppol-II source structure as other stream related functions also resides<br>
&gt; in src/utils directory.<br>
&gt;<br>
&gt; --<br>
&gt; Thanks<br>
&gt; Muhammad Usama<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt;&gt; Tatsuo Ishii<br>
&gt;&gt; SRA OSS, Inc. Japan<br>
&gt;&gt; English: <a href="http://www.sraoss.co.jp/index_en.php" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
&gt;&gt; Japanese: <a href="http://www.sraoss.co.jp" target="_blank">http://www.sraoss.co.jp</a><br>
&gt;&gt;<br>
&gt;&gt; From: Muhammad Usama &lt;<a href="mailto:m.usama@gmail.com" target="_blank">m.usama@gmail.com</a>&gt;<br>
&gt;&gt; Subject: Re: penultimate patch for exception and memory manager (<br>
&gt;&gt; EXCEPTION_MGR branch)<br>
&gt;&gt; Date: Tue, 11 Feb 2014 19:55:48 +0500<br>
&gt;&gt; Message-ID: &lt;<br>
&gt;&gt; <a href="mailto:CAEJvTzWEjDWgtJ3HGCuaSwkGpXzWBETmrM4ShrA5tcNTQFvEuA@mail.gmail.com" target="_blank">CAEJvTzWEjDWgtJ3HGCuaSwkGpXzWBETmrM4ShrA5tcNTQFvEuA@mail.gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; Hi Tatsuo<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have rebased the EXCEPTION_MGR branch to current master, please find<br>
&gt;&gt; the<br>
&gt;&gt; &gt; updated patch generated after rebasing.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks<br>
&gt;&gt; &gt; Muhammad Usama<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, Feb 11, 2014 at 11:17 AM, Tatsuo Ishii &lt;<a href="mailto:ishii@postgresql.org" target="_blank">ishii@postgresql.org</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; Usama,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I have checked EXCEPTION_MGR branch and it seems it is far behind main<br>
&gt;&gt; &gt;&gt; branch. The last patch brought to the EXCEPTION_MGR was dated<br>
&gt;&gt; &gt;&gt; 2013/12/19. Can you please rebase the branch?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Best regards,<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Tatsuo Ishii<br>
&gt;&gt; &gt;&gt; SRA OSS, Inc. Japan<br>
&gt;&gt; &gt;&gt; English: <a href="http://www.sraoss.co.jp/index_en.php" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
&gt;&gt; &gt;&gt; Japanese: <a href="http://www.sraoss.co.jp" target="_blank">http://www.sraoss.co.jp</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; From: Muhammad Usama &lt;<a href="mailto:m.usama@gmail.com" target="_blank">m.usama@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; Subject: penultimate patch for exception and memory manager (<br>
&gt;&gt; &gt;&gt; EXCEPTION_MGR branch)<br>
&gt;&gt; &gt;&gt; Date: Mon, 10 Feb 2014 19:53:41 +0500<br>
&gt;&gt; &gt;&gt; Message-ID: &lt;CAEJvTzUZHKKHjz-ZvYaAsviwVVBKSoX-ByNq9rhANO1zPJYR=<br>
&gt;&gt; &gt;&gt; <a href="mailto:w@mail.gmail.com" target="_blank">w@mail.gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt; Please find the penultimate patch for integration of memory and<br>
&gt;&gt; exception<br>
&gt;&gt; &gt;&gt; &gt; manager APIs into pgpool.<br>
&gt;&gt; &gt;&gt; &gt; The patch is generated on the EXCEPTION_MGR development branch and<br>
&gt;&gt; &gt;&gt; &gt; integrates the said APIs in query processing portion of pgpool-II<br>
&gt;&gt; code.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Patch summary for review<br>
&gt;&gt; &gt;&gt; &gt; ======================<br>
&gt;&gt; &gt;&gt; &gt; The patch is very large mainly because of replacing of pool_error(),<br>
&gt;&gt; &gt;&gt; &gt; pool_debug() and pool_log() function calls to ereport(ERROR,..)<br>
&gt;&gt; &gt;&gt; &gt; ereport(DEBUG,..) and ereport(LOG,..) and it would be little time<br>
&gt;&gt; &gt;&gt; consuming<br>
&gt;&gt; &gt;&gt; &gt; to review the patch. Although all the above also needs the thorough<br>
&gt;&gt; &gt;&gt; review,<br>
&gt;&gt; &gt;&gt; &gt; as replacing pool_error() with ereport(ERROR) or ereport(FATAL) is<br>
&gt;&gt; just<br>
&gt;&gt; &gt;&gt; not<br>
&gt;&gt; &gt;&gt; &gt; a cosmetic but changes the flow of code, but there are few things,<br>
&gt;&gt; that<br>
&gt;&gt; &gt;&gt; &gt; requires the more attention than others.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Lifecycle of objects.<br>
&gt;&gt; &gt;&gt; &gt; ================<br>
&gt;&gt; &gt;&gt; &gt; Since with integration of memory manager, it is very important to<br>
&gt;&gt; manage<br>
&gt;&gt; &gt;&gt; &gt; the life cycle of each object and making sure the object is created in<br>
&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt; &gt; proper MemoryContext. Here is the summary of some important objects<br>
&gt;&gt; and<br>
&gt;&gt; &gt;&gt; &gt; their residences.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Some Important Memory Contexts<br>
&gt;&gt; &gt;&gt; &gt; ============================<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; ProcessLoopContext:<br>
&gt;&gt; &gt;&gt; &gt; This context resets at every main loop iteration of a process<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; TopMemoryContext:<br>
&gt;&gt; &gt;&gt; &gt; This context is same as PostgreSQL&#39;s TopMemoryContext and lives for a<br>
&gt;&gt; &gt;&gt; life<br>
&gt;&gt; &gt;&gt; &gt; time of process.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; ErrorContext:<br>
&gt;&gt; &gt;&gt; &gt; Same as PostgreSQL&#39;s ErrorContext and used for error processing.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; QueryContext:<br>
&gt;&gt; &gt;&gt; &gt; Used by pgpool child process and it lives for single query cycle.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Lifecycle of Important Objects<br>
&gt;&gt; &gt;&gt; &gt; ========================<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; SessionContext:<br>
&gt;&gt; &gt;&gt; &gt; The session context consists of a backend and frontend connection and<br>
&gt;&gt; it<br>
&gt;&gt; &gt;&gt; &gt; lives for a single iteration of main child process loop.<br>
&gt;&gt; &gt;&gt; &gt; So the session context object is created in ProcessLoopContext.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; ProcessContext:<br>
&gt;&gt; &gt;&gt; &gt; ConnectionPool:<br>
&gt;&gt; &gt;&gt; &gt; BackendConnection:<br>
&gt;&gt; &gt;&gt; &gt; The above objects are required for the life of process hence are<br>
&gt;&gt; created<br>
&gt;&gt; &gt;&gt; in<br>
&gt;&gt; &gt;&gt; &gt; TopMemoryContext which lives throughout the process life time.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Child Frontend connection:<br>
&gt;&gt; &gt;&gt; &gt; Frontend connection object is placed in the ProcessLoopContext since<br>
&gt;&gt; new<br>
&gt;&gt; &gt;&gt; &gt; frontend connection is created at every main loop iteration of pgpool<br>
&gt;&gt; &gt;&gt; child<br>
&gt;&gt; &gt;&gt; &gt; process.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; PCP Frontend connection:<br>
&gt;&gt; &gt;&gt; &gt; This object can live till the pcp process so the object for pcp<br>
&gt;&gt; frontend<br>
&gt;&gt; &gt;&gt; is<br>
&gt;&gt; &gt;&gt; &gt; created in TopMemoryContext.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; new configuration parameters<br>
&gt;&gt; &gt;&gt; &gt; ========================<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; The patch also adds three new configuration parameters to control the<br>
&gt;&gt; &gt;&gt; error<br>
&gt;&gt; &gt;&gt; &gt; reporting style and details.<br>
&gt;&gt; &gt;&gt; &gt; Parameters names and their behaviours are borrowed from PostgreSQL.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; int log_error_verbosity;    /* controls how much detail about error<br>
&gt;&gt; &gt;&gt; should<br>
&gt;&gt; &gt;&gt; &gt; be emitted */<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; int client_min_messages;    /*controls which message should be sent to<br>
&gt;&gt; &gt;&gt; &gt; client */<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; int log_min_messages;       /*controls which message should be<br>
&gt;&gt; emitted to<br>
&gt;&gt; &gt;&gt; &gt; server log */<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Some other notable changes introduced by the patch.<br>
&gt;&gt; &gt;&gt; &gt; ==========================================<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; The patch changes the error reporting behaviour and now pgpool-II<br>
&gt;&gt; tries<br>
&gt;&gt; &gt;&gt; to<br>
&gt;&gt; &gt;&gt; &gt; send all the error and log messages to the connected frontend clients<br>
&gt;&gt; &gt;&gt; &gt; (controllable by &quot;client_min_messages&quot; configuration parameter ).<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; The patch added an extra call back &quot;on_system_exit&quot; to the elog API,<br>
&gt;&gt; &gt;&gt; which<br>
&gt;&gt; &gt;&gt; &gt; is not present in the PostgreSQL.<br>
&gt;&gt; &gt;&gt; &gt; The call back is called at system exit by elog API just before calling<br>
&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt; &gt; &quot;on_shmem_exit&quot; call backs.<br>
&gt;&gt; &gt;&gt; &gt; &quot;on_system_exit&quot; is a single call back and can be used to clean up<br>
&gt;&gt; things<br>
&gt;&gt; &gt;&gt; &gt; which are dependent on shared memory.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; &quot;repalloc()&quot; behaviour in PostgreSQL palloc API is little different<br>
&gt;&gt; from<br>
&gt;&gt; &gt;&gt; &gt; C-API counterpart &quot;realloc()&quot;.<br>
&gt;&gt; &gt;&gt; &gt; (&quot;realloc()&quot; behaves as &quot;malloc()&quot; if ptr argument is NULL. While<br>
&gt;&gt; &gt;&gt; &gt; &quot;repalloc()&quot; does not works on NULL pointers)<br>
&gt;&gt; &gt;&gt; &gt; So I have changed the behaviour of &quot;repalloc()&quot; to make it more<br>
&gt;&gt; &gt;&gt; consistent<br>
&gt;&gt; &gt;&gt; &gt; with C-API.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; The patch makes the libpcp exclusive for the tool binaries only<br>
&gt;&gt; (compile<br>
&gt;&gt; &gt;&gt; &gt; with POOL_PRIVATE flag ). pgpool binary no longer has the dependancy<br>
&gt;&gt; on<br>
&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt; &gt; lib, and uses the pcp_stream.c function directly.<br>
&gt;&gt; &gt;&gt; &gt; For this new arrangement the patch also rearranges the source code<br>
&gt;&gt; &gt;&gt; &gt; organisation and moves the pcp_stream.c and pcp_error.c files to<br>
&gt;&gt; &gt;&gt; &gt; src/utils/pcp directory from src/lib/pcp directory.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; What is still remaining.<br>
&gt;&gt; &gt;&gt; &gt; ==================<br>
&gt;&gt; &gt;&gt; &gt; 1- Need to decide the MemoryContext for memcache objects.<br>
&gt;&gt; &gt;&gt; &gt; 2- Watchdog and few rewrite function are still without the managers.<br>
&gt;&gt; &gt;&gt; &gt; 3- Replace all remaining occurrences of  pool_error, pool_debug, and<br>
&gt;&gt; &gt;&gt; &gt; pool_log with appropriate ereport() calls<br>
&gt;&gt; &gt;&gt; &gt; 4 -Code cleanup<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Reviews comments and suggestions are most welcome<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Thanks<br>
&gt;&gt; &gt;&gt; &gt; Usama<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt;<br>
</div></div><br></div></div>using pgpool-II at /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed</a><br>


*************************<br>
REGRESSION MODE : install<br>
PGPOOL-II       : /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed</a><br>
PostgreSQL bin  : /usr/local/pgsql/bin<br>
pgbench         : /usr/local/pgsql/bin/pgbench<br>
PostgreSQL jdbc : /usr/local/pgsql/share/postgresql-9.2-1003.jdbc4.jar<br>
*************************<br>
testing 001.load_balance...ok.<br>
testing 002.native_replication...ok.<div><br>
testing 003.failover...*** glibc detected *** pgpool: worker process: free(): invalid pointer: 0x00000000007756c8 ***<br></div>
======= Backtrace: =========<br>
/lib64/libc.so.6(+0x763b6)[0x7fd2922cf3b6]<br>
pgpool: worker process[0x41d1ff]<br>
pgpool: worker process[0x436363]<br>
pgpool: worker process[0x436615]<br>
pgpool: worker process[0x405e94]<br>
pgpool: worker process[0x4072bf]<br>
pgpool: worker process[0x407425]<br>
pgpool: worker process[0x408d01]<br>
pgpool: worker process[0x404ef8]<br>
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7fd292277b1d]<br>
pgpool: worker process[0x4040e9]<br>
======= Memory map: ========<br>
00400000-0050c000 r-xp 00000000 08:05 2635374                            /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool0070c000-0070e000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool<br>


0070c000-0070e000</a> rw-p 0010c000 08:05 2635374                            /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool0070e000-00795000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool<br>


0070e000-00795000</a> rw-p 00000000 00:00 0                                  [heap]<br>
7fd29044d000-7fd290463000 r-xp 00000000 08:05 1704093                    /lib64/libgcc_s-4.4.5.so.1<br>
7fd290463000-7fd290662000 ---p 00016000 08:05 1704093                    /lib64/libgcc_s-4.4.5.so.1<br>
7fd290662000-7fd290663000 rw-p 00015000 08:05 1704093                    /lib64/libgcc_s-4.4.5.so.1<br>
7fd290663000-7fd290883000 rw-s 00000000 00:04 61898777                   /SYSV00000000 (deleted)<br>
7fd290883000-7fd29088f000 r-xp 00000000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7fd29088f000-7fd290a8e000 ---p 0000c000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7fd290a8e000-7fd290a8f000 r--p 0000b000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7fd290a8f000-7fd290a90000 rw-p 0000c000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7fd290a90000-7fd290a92000 r-xp 00000000 08:05 1704176                    /lib64/<a href="http://libkeyutils-1.2.so" target="_blank">libkeyutils-1.2.so</a><br>
7fd290a92000-7fd290c91000 ---p 00002000 08:05 1704176                    /lib64/<a href="http://libkeyutils-1.2.so" target="_blank">libkeyutils-1.2.so</a><br>
7fd290c91000-7fd290c92000 rw-p 00001000 08:05 1704176                    /lib64/<a href="http://libkeyutils-1.2.so" target="_blank">libkeyutils-1.2.so</a><br>
7fd290c92000-7fd290c9a000 r-xp 00000000 08:05 1704181                    /lib64/libkrb5support.so.0.1<br>
7fd290c9a000-7fd290e99000 ---p 00008000 08:05 1704181                    /lib64/libkrb5support.so.0.1<br>
7fd290e99000-7fd290e9a000 rw-p 00007000 08:05 1704181                    /lib64/libkrb5support.so.0.1<br>
7fd290e9a000-7fd290e9c000 r-xp 00000000 08:05 1704128                    /lib64/<a href="http://libdl-2.11.1.so" target="_blank">libdl-2.11.1.so</a><br>
7fd290e9c000-7fd29109c000 ---p 00002000 08:05 1704128                    /lib64/<a href="http://libdl-2.11.1.so" target="_blank">libdl-2.11.1.so</a><br>
7fd29109c000-7fd29109d000 r--p 00002000 08:05 1704128                    /lib64/<a href="http://libdl-2.11.1.so" target="_blank">libdl-2.11.1.so</a><br>
7fd29109d000-7fd29109e000 rw-p 00003000 08:05 1704128                    /lib64/<a href="http://libdl-2.11.1.so" target="_blank">libdl-2.11.1.so</a><br>
7fd29109e000-7fd2910c5000 r-xp 00000000 08:05 1704166                    /lib64/libk5crypto.so.3.1<br>
7fd2910c5000-7fd2912c4000 ---p 00027000 08:05 1704166                    /lib64/libk5crypto.so.3.1<br>
7fd2912c4000-7fd2912c6000 rw-p 00026000 08:05 1704166                    /lib64/libk5crypto.so.3.1<br>
7fd2912c6000-7fd2912c9000 r-xp 00000000 08:05 1704103                    /lib64/libcom_err.so.2.1<br>
7fd2912c9000-7fd2914c8000 ---p 00003000 08:05 1704103                    /lib64/libcom_err.so.2.1<br>
7fd2914c8000-7fd2914c9000 rw-p 00002000 08:05 1704103                    /lib64/libcom_err.so.2.1<br>
7fd2914c9000-7fd291597000 r-xp 00000000 08:05 1704179                    /lib64/libkrb5.so.3.3<br>
7fd291597000-7fd291796000 ---p 000ce000 08:05 1704179                    /lib64/libkrb5.so.3.3<br>
7fd291796000-7fd2917a1000 rw-p 000cd000 08:05 1704179                    /lib64/libkrb5.so.3.3<br>
7fd2917a1000-7fd2917d9000 r-xp 00000000 08:05 1704152                    /lib64/libgssapi_krb5.so.2.2<br>
7fd2917d9000-7fd2919d8000 ---p 00038000 08:05 1704152                    /lib64/libgssapi_krb5.so.2.2<br>
7fd2919d8000-7fd2919da000 rw-p 00037000 08:05 1704152                    /lib64/libgssapi_krb5.so.2.2<br>
7fd2919da000-7fd291a36000 r-xp 00000000 08:05 1970855                    /usr/lib64/libfreebl3.so<br>
7fd291a36000-7fd291c35000 ---p 0005c000 08:05 1970855                    /usr/lib64/libfreebl3.so<br>
7fd291c35000-7fd291c37000 rw-p 0005b000 08:05 1970855                    /usr/lib64/libfreebl3.so<br>
7fd291c37000-7fd291c3b000 rw-p 00000000 00:00 0<br>
7fd291c3b000-7fd291dd1000 r-xp 00000000 08:05 1703939                    /lib64/libcrypto.so.1.0.0l<br>
7fd291dd1000-7fd291fd0000 ---p 00196000 08:05 1703939                    /lib64/libcrypto.so.1.0.0l<br>
7fd291fd0000-7fd291ff3000 rw-p 00195000 08:05 1703939                    /lib64/libcrypto.so.1.0.0l<br>
7fd291ff3000-7fd291ff7000 rw-p 00000000 00:00 0<br>
7fd291ff7000-7fd292052000 r-xp 00000000 08:05 1703951                    /lib64/libssl.so.1.0.0l<br>
7fd292052000-7fd292251000 ---p 0005b000 08:05 1703951                    /lib64/libssl.so.1.0.0l<br>
7fd292251000-7fd292259000 rw-p 0005a000 08:05 1703951                    /lib64/libssl.so.1.0.0l<br>
7fd292259000-7fd2923ca000 r-xp 00000000 08:05 1703946                    /lib64/<a href="http://libc-2.11.1.so" target="_blank">libc-2.11.1.so</a><br>
7fd2923ca000-7fd2925ca000 ---p 00171000 08:05 1703946                    /lib64/<a href="http://libc-2.11.1.so" target="_blank">libc-2.11.1.so</a><br>
7fd2925ca000-7fd2925ce000 r--p 00171000 08:05 1703946                    /lib64/<a href="http://libc-2.11.1.so" target="_blank">libc-2.11.1.so</a><br>
7fd2925ce000-7fd2925cf000 rw-p 00175000 08:05 1703946                    /lib64/<a href="http://libc-2.11.1.so" target="_blank">libc-2.11.1.so</a><br>
7fd2925cf000-7fd2925d4000 rw-p 00000000 00:00 0<br>
7fd2925d4000-7fd292656000 r-xp 00000000 08:05 1704182                    /lib64/<a href="http://libm-2.11.1.so" target="_blank">libm-2.11.1.so</a><br>
7fd292656000-7fd292855000 ---p 00082000 08:05 1704182                    /lib64/<a href="http://libm-2.11.1.so" target="_blank">libm-2.11.1.so</a><br>
7fd292855000-7fd292856000 r--p 00081000 08:05 1704182                    /lib64/<a href="http://libm-2.11.1.so" target="_blank">libm-2.11.1.so</a><br>
7fd292856000-7fd292857000 rw-p 00082000 08:05 1704182                    /lib64/<a href="http://libm-2.11.1.so" target="_blank">libm-2.11.1.so</a><br>
7fd292857000-7fd29286d000 r-xp 00000000 08:05 1704185                    /lib64/<a href="http://libnsl-2.11.1.so" target="_blank">libnsl-2.11.1.so</a><br>
7fd29286d000-7fd292a6c000 ---p 00016000 08:05 1704185                    /lib64/<a href="http://libnsl-2.11.1.so" target="_blank">libnsl-2.11.1.so</a><br>
7fd292a6c000-7fd292a6d000 r--p 00015000 08:05 1704185                    /lib64/<a href="http://libnsl-2.11.1.so" target="_blank">libnsl-2.11.1.so</a><br>
7fd292a6d000-7fd292a6e000 rw-p 00016000 08:05 1704185                    /lib64/<a href="http://libnsl-2.11.1.so" target="_blank">libnsl-2.11.1.so</a><br>
7fd292a6e000-7fd292a70000 rw-p 00000000 00:00 0<br>
7fd292a70000-7fd292a86000 r-xp 00000000 08:05 1704202                    /lib64/<a href="http://libresolv-2.11.1.so" target="_blank">libresolv-2.11.1.so</a><br>
7fd292a86000-7fd292c85000 ---p 00016000 08:05 1704202                    /lib64/<a href="http://libresolv-2.11.1.so" target="_blank">libresolv-2.11.1.so</a><br>
7fd292c85000-7fd292c86000 r--p 00015000 08:05 1704202                    /lib64/<a href="http://libresolv-2.11.1.so" target="_blank">libresolv-2.11.1.so</a><br>
7fd292c86000-7fd292c87000 rw-p 00016000 08:05 1704202                    /lib64/<a href="http://libresolv-2.11.1.so" target="_blank">libresolv-2.11.1.so</a><br>
7fd292c87000-7fd292c89000 rw-p 00000000 00:00 0<br>
7fd292c89000-7fd292c90000 r-xp 00000000 08:05 1703950                    /lib64/<a href="http://libcrypt-2.11.1.so" target="_blank">libcrypt-2.11.1.so</a><br>
7fd292c90000-7fd292e90000 ---p 00007000 08:05 1703950                    /lib64/<a href="http://libcrypt-2.11.1.so" target="_blank">libcrypt-2.11.1.so</a><br>
7fd292e90000-7fd292e91000 r--p 00007000 08:05 1703950                    /lib64/<a href="http://libcrypt-2.11.1.so" target="_blank">libcrypt-2.11.1.so</a><br>
7fd292e91000-7fd292e92000 rw-p 00008000 08:05 1703950                    /lib64/<a href="http://libcrypt-2.11.1.so" target="_blank">libcrypt-2.11.1.so</a><br>
7fd292e92000-7fd292ec0000 rw-p 00000000 00:00 0<br>
7fd292ec0000-7fd292ed7000 r-xp 00000000 08:05 1703970                    /lib64/<a href="http://libpthread-2.11.1.so" target="_blank">libpthread-2.11.1.so</a><br>
7fd292ed7000-7fd2930d6000 ---p 00017000 08:05 1703970                    /lib64/<a href="http://libpthread-2.11.1.so" target="_blank">libpthread-2.11.1.so</a><br>
7fd2930d6000-7fd2930d7000 r--p 00016000 08:05 1703970                    /lib64/<a href="http://libpthread-2.11.1.so" target="_blank">libpthread-2.11.1.so</a><br>
7fd2930d7000-7fd2930d8000 rw-p 00017000 08:05 1703970                    /lib64/<a href="http://libpthread-2.11.1.so" target="_blank">libpthread-2.11.1.so</a><br>
7fd2930d8000-7fd2930dc000 rw-p 00000000 00:00 0<br>
7fd2930fb000-7fd293102000 r-xp 00000000 08:05 2635363                    /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.07fd293102000-7fd293302000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.0<br>


7fd293102000-7fd293302000</a> ---p 00007000 08:05 2635363                    /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.07fd293302000-7fd293303000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.0<br>


7fd293302000-7fd293303000</a> rw-p 00007000 08:05 2635363                    /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.07fd293303000-7fd29332b000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.0<br>


7fd293303000-7fd29332b000</a> r-xp 00000000 08:05 2004750                    /usr/local/pgsql/lib/libpq.so.5.6<br>
7fd29332b000-7fd29352a000 ---p 00028000 08:05 2004750                    /usr/local/pgsql/lib/libpq.so.5.6<br>
7fd29352a000-7fd29352d000 rw-p 00027000 08:05 2004750                    /usr/local/pgsql/lib/libpq.so.5.6<br>
7fd29352d000-7fd29354b000 r-xp 00000000 08:05 1703940                    /lib64/<a href="http://ld-2.11.1.so" target="_blank">ld-2.11.1.so</a><br>
7fd29372e000-7fd29372f000 rw-s 00000000 00:04 61997084                   /SYSV00000000 (deleted)<br>
7fd29372f000-7fd293730000 rw-s 00000000 00:04 61964315                   /SYSV00000000 (deleted)<br>
7fd293730000-7fd293731000 rw-s 00000000 00:04 61931546                   /SYSV00000000 (deleted)<br>
7fd293731000-7fd29373f000 rw-s 00000000 00:04 61866007                   /SYSV00000000 (deleted)<br>
7fd29373f000-7fd29374a000 rw-p 00000000 00:00 0<br>
7fd29374a000-7fd29374b000 r--p 0001d000 08:05 1703940                    /lib64/<a href="http://ld-2.11.1.so" target="_blank">ld-2.11.1.so</a><br>
7fd29374b000-7fd29374c000 rw-p 0001e000 08:05 1703940                    /lib64/<a href="http://ld-2.11.1.so" target="_blank">ld-2.11.1.so</a><br>
7fd29374c000-7fd29374d000 rw-p 00000000 00:00 0<br>
7fffb3324000-7fffb3345000 rw-p 00000000 00:00 0                          [stack]<br>
7fffb33ff000-7fffb3400000 r-xp 00000000 00:00 0                          [vdso]<br>
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]<div><br>
*** glibc detected *** pgpool: worker process: free(): invalid pointer: 0x00000000007756c8 ***<br></div>
======= Backtrace: =========<br>
/lib64/libc.so.6(+0x763b6)[0x7fd2922cf3b6]<br>
pgpool: worker process[0x41d1ff]<br>
pgpool: worker process[0x436363]<br>
pgpool: worker process[0x436615]<br>
pgpool: worker process[0x405e94]<br>
pgpool: worker process[0x4072bf]<br>
pgpool: worker process[0x407425]<br>
pgpool: worker process[0x408d01]<br>
pgpool: worker process[0x404ef8]<br>
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7fd292277b1d]<br>
pgpool: worker process[0x4040e9]<br>
======= Memory map: ========<br>
00400000-0050c000 r-xp 00000000 08:05 2635374                            /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool0070c000-0070e000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool<br>


0070c000-0070e000</a> rw-p 0010c000 08:05 2635374                            /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool0070e000-00795000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool<br>


0070e000-00795000</a> rw-p 00000000 00:00 0                                  [heap]<br>
7fd29044d000-7fd290463000 r-xp 00000000 08:05 1704093                    /lib64/libgcc_s-4.4.5.so.1<br>
7fd290463000-7fd290662000 ---p 00016000 08:05 1704093                    /lib64/libgcc_s-4.4.5.so.1<br>
7fd290662000-7fd290663000 rw-p 00015000 08:05 1704093                    /lib64/libgcc_s-4.4.5.so.1<br>
7fd290663000-7fd290883000 rw-s 00000000 00:04 61898777                   /SYSV00000000 (deleted)<br>
7fd290883000-7fd29088f000 r-xp 00000000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7fd29088f000-7fd290a8e000 ---p 0000c000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7fd290a8e000-7fd290a8f000 r--p 0000b000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7fd290a8f000-7fd290a90000 rw-p 0000c000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7fd290a90000-7fd290a92000 r-xp 00000000 08:05 1704176                    /lib64/<a href="http://libkeyutils-1.2.so" target="_blank">libkeyutils-1.2.so</a><br>
7fd290a92000-7fd290c91000 ---p 00002000 08:05 1704176                    /lib64/<a href="http://libkeyutils-1.2.so" target="_blank">libkeyutils-1.2.so</a><br>
7fd290c91000-7fd290c92000 rw-p 00001000 08:05 1704176                    /lib64/<a href="http://libkeyutils-1.2.so" target="_blank">libkeyutils-1.2.so</a><br>
7fd290c92000-7fd290c9a000 r-xp 00000000 08:05 1704181                    /lib64/libkrb5support.so.0.1<br>
7fd290c9a000-7fd290e99000 ---p 00008000 08:05 1704181                    /lib64/libkrb5support.so.0.1<br>
7fd290e99000-7fd290e9a000 rw-p 00007000 08:05 1704181                   ok.<br>
testing 004.watchdog...ok.<br>
testing 005.jdbc...ok.<br>
testing 006.memqcache...ok.<br>
testing 050.bug58...ok.<br>
testing 051.bug60...ok.<br>
testing 052.do_query...ok.<br>
testing 053.insert_lock_hangs...ok.<br>
testing 054.postgres_fdw...ok.<div><br>
testing 055.backend_all_down...*** glibc detected *** /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool</a>: double free or corruption (!prev): 0x000000000075c050 ***<br>

</div>

*** glibc detected *** pgpool: worker process: double free or corruption (!prev): 0x000000000075d490 ***<br>
======= Backtrace: =========<br>
/lib64/libc.so.6(+0x763b6)[0x7f0dca1f93b6]<br>
/home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool%5B0x41d1ff%5D/home/t-ishii/work/git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool%5B0x4058a7%5D/home/t-ishii/work/git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool%5B0x40882f%5D/home/t-ishii/work/git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool%5B0x404ef8%5D" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool[0x41d1ff]<br>


/home/t-ishii/work/git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool[0x4058a7]<br>
/home/t-ishii/work/git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool[0x40882f]<br>
/home/t-ishii/work/git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool[0x404ef8]</a><br>
======= Backtrace: =========<br>
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7f0dca1a1b1d]<br>
/home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool%5B0x4040e9%5D" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool[0x4040e9]</a><br>



pgpool: worker process======= Memory map: ========<br>
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7f0dca1a1b1d]<br>
pgpool: worker process[0x4040e9]<br>
======= Memory map: ========<br>
00400000-0050c000 r-xp 00000000 08:05 2635374                            /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool0070c000-0070e000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool<br>


0070c000-0070e000</a> rw-p 0010c000 08:05 2635374                            /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool0070e000-00771000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/bin/pgpool<br>


0070e000-00771000</a> rw-p 00000000 00:00 0                                  [heap]<br>
7f0dc8377000-7f0dc838d000 r-xp 00000000 08:05 1704093                    /lib64/libgcc_s-4.4.5.so.1<br>
7f0dc838d000-7f0dc858c000 ---p 00016000 08:05 1704093                    /lib64/libgcc_s-4.4.5.so.1<br>
7f0dc858c000-7f0dc858d000 rw-p 00015000 08:05 1704093                    /lib64/libgcc_s-4.4.5.so.1<br>
7f0dc858d000-7f0dc87ad000 rw-s 00000000 00:04 84148247                   /SYSV00000000 (deleted)<br>
7f0dc87ad000-7f0dc87b9000 r-xp 00000000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7f0dc87b9000-7f0dc89b8000 ---p 0000c000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7f0dc89b8000-7f0dc89b9000 r--p 0000b000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7f0dc89b9000-7f0dc89ba000 rw-p 0000c000 08:05 1704191                    /lib64/<a href="http://libnss_files-2.11.1.so" target="_blank">libnss_files-2.11.1.so</a><br>
7f0dc89ba000-7f0dc89bc000 r-xp 00000000 08:05 1704176                    /lib64/<a href="http://libkeyutils-1.2.so" target="_blank">libkeyutils-1.2.so</a><br>
7f0dc89bc000-7f0dc8bbb000 ---p 00002000 08:05 1704176                    /lib64/<a href="http://libkeyutils-1.2.so" target="_blank">libkeyutils-1.2.so</a><br>
7f0dc8bbb000-7f0dc8bbc000 rw-p 00001000 08:05 1704176                    /lib64/<a href="http://libkeyutils-1.2.so" target="_blank">libkeyutils-1.2.so</a><br>
7f0dc8bbc000-7f0dc8bc4000 r-xp 00000000 08:05 1704181                    /lib64/libkrb5support.so.0.1<br>
7f0dc8bc4000-7f0dc8dc3000 ---p 00008000 08:05 1704181                    /lib64/libkrb5support.so.0.1<br>
7f0dc8dc3000-7f0dc8dc4000 rw-p 00007000 08:05 1704181                    /lib64/libkrb5support.so.0.1<br>
7f0dc8dc4000-7f0dc8dc6000 r-xp 00000000 08:05 1704128                    /lib64/<a href="http://libdl-2.11.1.so" target="_blank">libdl-2.11.1.so</a><br>
7f0dc8dc6000-7f0dc8fc6000 ---p 00002000 08:05 1704128                    /lib64/<a href="http://libdl-2.11.1.so" target="_blank">libdl-2.11.1.so</a><br>
7f0dc8fc6000-7f0dc8fc7000 r--p 00002000 08:05 1704128                    /lib64/<a href="http://libdl-2.11.1.so" target="_blank">libdl-2.11.1.so</a><br>
7f0dc8fc7000-7f0dc8fc8000 rw-p 00003000 08:05 1704128                    /lib64/<a href="http://libdl-2.11.1.so" target="_blank">libdl-2.11.1.so</a><br>
7f0dc8fc8000-7f0dc8fef000 r-xp 00000000 08:05 1704166                    /lib64/libk5crypto.so.3.1<br>
7f0dc8fef000-7f0dc91ee000 ---p 00027000 08:05 1704166                    /lib64/libk5crypto.so.3.1<br>
7f0dc91ee000-7f0dc91f0000 rw-p 00026000 08:05 1704166                    /lib64/libk5crypto.so.3.1<br>
7f0dc91f0000-7f0dc91f3000 r-xp 00000000 08:05 1704103                    /lib64/libcom_err.so.2.1<br>
7f0dc91f3000-7f0dc93f2000 ---p 00003000 08:05 1704103                    /lib64/libcom_err.so.2.1<br>
7f0dc93f2000-7f0dc93f3000 rw-p 00002000 08:05 1704103                    /lib64/libcom_err.so.2.1<br>
7f0dc93f3000-7f0dc94c1000 r-xp 00000000 08:05 1704179                    /lib64/libkrb5.so.3.3<br>
7f0dc94c1000-7f0dc96c0000 ---p 000ce000 08:05 1704179                    /lib64/libkrb5.so.3.3<br>
7f0dc96c0000-7f0dc96cb000 rw-p 000cd000 08:05 1704179                    /lib64/libkrb5.so.3.3<br>
7f0dc96cb000-7f0dc9703000 r-xp 00000000 08:05 1704152                    /lib64/libgssapi_krb5.so.2.2<br>
7f0dc9703000-7f0dc9902000 ---p 00038000 08:05 1704152                    /lib64/libgssapi_krb5.so.2.2<br>
7f0dc9902000-7f0dc9904000 rw-p 00037000 08:05 1704152                    /lib64/libgssapi_krb5.so.2.2<br>
7f0dc9904000-7f0dc9960000 r-xp 00000000 08:05 1970855                    /usr/lib64/libfreebl3.so<br>
7f0dc9960000-7f0dc9b5f000 ---p 0005c000 08:05 1970855                    /usr/lib64/libfreebl3.so<br>
7f0dc9b5f000-7f0dc9b61000 rw-p 0005b000 08:05 1970855                    /usr/lib64/libfreebl3.so<br>
7f0dc9b61000-7f0dc9b65000 rw-p 00000000 00:00 0<br>
7f0dc9b65000-7f0dc9cfb000 r-xp 00000000 08:05 1703939                    /lib64/libcrypto.so.1.0.0l<br>
7f0dc9cfb000-7f0dc9efa000 ---p 00196000 08:05 1703939                    /lib64/libcrypto.so.1.0.0l<br>
7f0dc9efa000-7f0dc9f1d000 rw-p 00195000 08:05 1703939                    /lib64/libcrypto.so.1.0.0l<br>
7f0dc9f1d000-7f0dc9f21000 rw-p 00000000 00:00 0<br>
7f0dc9f21000-7f0dc9f7c000 r-xp 00000000 08:05 1703951                    /lib64/libssl.so.1.0.0l<br>
7f0dc9f7c000-7f0dca17b000 ---p 0005b000 08:05 1703951                    /lib64/libssl.so.1.0.0l<br>
7f0dca17b000-7f0dca183000 rw-p 0005a000 08:05 1703951                    /lib64/libssl.so.1.0.0l<br>
7f0dca183000-7f0dca2f4000 r-xp 00000000 08:05 1703946                    /lib64/<a href="http://libc-2.11.1.so" target="_blank">libc-2.11.1.so</a><br>
7f0dca2f4000-7f0dca4f4000 ---p 00171000 08:05 1703946                    /lib64/<a href="http://libc-2.11.1.so" target="_blank">libc-2.11.1.so</a><br>
7f0dca4f4000-7f0dca4f8000 r--p 00171000 08:05 1703946                    /lib64/<a href="http://libc-2.11.1.so" target="_blank">libc-2.11.1.so</a><br>
7f0dca4f8000-7f0dca4f9000 rw-p 00175000 08:05 1703946                    /lib64/<a href="http://libc-2.11.1.so" target="_blank">libc-2.11.1.so</a><br>
7f0dca4f9000-7f0dca4fe000 rw-p 00000000 00:00 0<br>
7f0dca4fe000-7f0dca580000 r-xp 00000000 08:05 1704182                    /lib64/<a href="http://libm-2.11.1.so" target="_blank">libm-2.11.1.so</a><br>
7f0dca580000-7f0dca77f000 ---p 00082000 08:05 1704182                    /lib64/<a href="http://libm-2.11.1.so" target="_blank">libm-2.11.1.so</a><br>
7f0dca77f000-7f0dca780000 r--p 00081000 08:05 1704182                    /lib64/<a href="http://libm-2.11.1.so" target="_blank">libm-2.11.1.so</a><br>
7f0dca780000-7f0dca781000 rw-p 00082000 08:05 1704182                    /lib64/<a href="http://libm-2.11.1.so" target="_blank">libm-2.11.1.so</a><br>
7f0dca781000-7f0dca797000 r-xp 00000000 08:05 1704185                    /lib64/<a href="http://libnsl-2.11.1.so" target="_blank">libnsl-2.11.1.so</a><br>
7f0dca797000-7f0dca996000 ---p 00016000 08:05 1704185                    /lib64/<a href="http://libnsl-2.11.1.so" target="_blank">libnsl-2.11.1.so</a><br>
7f0dca996000-7f0dca997000 r--p 00015000 08:05 1704185                    /lib64/<a href="http://libnsl-2.11.1.so" target="_blank">libnsl-2.11.1.so</a><br>
7f0dca997000-7f0dca998000 rw-p 00016000 08:05 1704185                    /lib64/<a href="http://libnsl-2.11.1.so" target="_blank">libnsl-2.11.1.so</a><br>
7f0dca998000-7f0dca99a000 rw-p 00000000 00:00 0<br>
7f0dca99a000-7f0dca9b0000 r-xp 00000000 08:05 1704202                    /lib64/<a href="http://libresolv-2.11.1.so" target="_blank">libresolv-2.11.1.so</a><br>
7f0dca9b0000-7f0dcabaf000 ---p 00016000 08:05 1704202                    /lib64/<a href="http://libresolv-2.11.1.so" target="_blank">libresolv-2.11.1.so</a><br>
7f0dcabaf000-7f0dcabb0000 r--p 00015000 08:05 1704202                    /lib64/<a href="http://libresolv-2.11.1.so" target="_blank">libresolv-2.11.1.so</a><br>
7f0dcabb0000-7f0dcabb1000 rw-p 00016000 08:05 1704202                    /lib64/<a href="http://libresolv-2.11.1.so" target="_blank">libresolv-2.11.1.so</a><br>
7f0dcabb1000-7f0dcabb3000 rw-p 00000000 00:00 0<br>
7f0dcabb3000-7f0dcabba000 r-xp 00000000 08:05 1703950                    /lib64/<a href="http://libcrypt-2.11.1.so" target="_blank">libcrypt-2.11.1.so</a><br>
7f0dcabba000-7f0dcadba000 ---p 00007000 08:05 1703950                    /lib64/<a href="http://libcrypt-2.11.1.so" target="_blank">libcrypt-2.11.1.so</a><br>
7f0dcadba000-7f0dcadbb000 r--p 00007000 08:05 1703950                    /lib64/<a href="http://libcrypt-2.11.1.so" target="_blank">libcrypt-2.11.1.so</a><br>
7f0dcadbb000-7f0dcadbc000 rw-p 00008000 08:05 1703950                    /lib64/<a href="http://libcrypt-2.11.1.so" target="_blank">libcrypt-2.11.1.so</a><br>
7f0dcadbc000-7f0dcadea000 rw-p 00000000 00:00 0<br>
7f0dcadea000-7f0dcae01000 r-xp 00000000 08:05 1703970                    /lib64/<a href="http://libpthread-2.11.1.so" target="_blank">libpthread-2.11.1.so</a><br>
7f0dcae01000-7f0dcb000000 ---p 00017000 08:05 1703970                    /lib64/<a href="http://libpthread-2.11.1.so" target="_blank">libpthread-2.11.1.so</a><br>
7f0dcb000000-7f0dcb001000 r--p 00016000 08:05 1703970                    /lib64/<a href="http://libpthread-2.11.1.so" target="_blank">libpthread-2.11.1.so</a><br>
7f0dcb001000-7f0dcb002000 rw-p 00017000 08:05 1703970                    /lib64/<a href="http://libpthread-2.11.1.so" target="_blank">libpthread-2.11.1.so</a><br>
7f0dcb002000-7f0dcb006000 rw-p 00000000 00:00 0<br>
7f0dcb025000-7f0dcb02c000 r-xp 00000000 08:05 2635363                    /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.07f0dcb02c000-7f0dcb22c000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.0<br>


7f0dcb02c000-7f0dcb22c000</a> ---p 00007000 08:05 2635363                    /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.07f0dcb22c000-7f0dcb22d000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.0<br>


7f0dcb22c000-7f0dcb22d000</a> rw-p 00007000 08:05 2635363                    /home/t-ishii/work/<a href="http://git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.07f0dcb22d000-7f0dcb255000" target="_blank">git.postgresql.org/pgpool2/src/test/regression/temp/installed/lib/libpcp.so.0.0.0<br>


7f0dcb22d000-7f0dcb255000</a> r-xp 00000000 08:05 2004750                    /usr/local/pgsql/lib/libpq.so.5.6<br>
7f0dcb255000-7f0dcb454000 ---p 00028000 08:05 2004750                    /usr/local/pgsql/lib/libpq.so.5.6<br>
7f0dcb454000-7f0dcb457000 rw-p 00027000 08:05 2004750                    /usr/local/pgsql/lib/libpq.so.5.6<br>
7f0dcb457000-7f0dcb475000 r-xp 00000000 08:05 1703940                    /lib64/<a href="http://ld-2.11.1.so" target="_blank">ld-2.11.1.so</a><br>
7f0dcb658000-7f0dcb659000 rw-s 00000000 00:<a href="tel:04%2084246555" value="+92484246555" target="_blank">04 84246555</a>                   /SYSV00000000 (deleted)<br>
7f0dcb659000-7f0dcb65a000 rw-s 00000000 00:<a href="tel:04%2084213786" value="+92484213786" target="_blank">04 84213786</a>                   /SYSV00000000 (deleted)<br>
7f0dcb65a000-7f0dcb65b000 rw-s 00000000 00:04 84181017                   /SYSV00000000 (deleted)<br>
7f0dcb65b000-7f0dcb669000 rw-s 00000000 00:<a href="tel:04%2084115478" value="+92484115478" target="_blank">04 84115478</a>                   /SYSV00000000 (deleted)<br>
7f0dcb669000-7f0dcb674000 rw-p 00000000 00:00 0<br>
7f0dcb674000-7f0dcb675000 r--p 0001d000 08:05 1703940                    /lib64/<a href="http://ld-2.11.1.so" target="_blank">ld-2.11.1.so</a><br>
7f0dcb675000-7f0dcb676000 rw-p 0001e000 08:05 1703940                    /lib64/<a href="http://ld-2.11.1.so" target="_blank">ld-2.11.1.so</a><br>
7f0dcb676000-7f0dcb677000 rw-p 00000000 00:00 0<br>
7fff746e1000-7fff74702000 rw-p 00000000 00:00 0                          [stack]<br>
7fff747ff000-7fff74800000 r-xp 00000000 00:00 0                          [vdso]<br>
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]<br>
7fd290c92000-7fd290c9a000 r-xp 00000000 08:05 1704181                    /lib64/libkrb5support.so.0.1<br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>