Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42DC0BAE.1090701@x-ray.at> Date: Mon, 18 Jul 2005 22:06:06 +0200 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Postmaster core dumps Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Novaelec schrieb: > I run gdb with postmaster, the last process necessary to complete the > PostgreSQL installation and which makes memory faults. > > I got then a little text about semaphores, the 'semget' function and a > little tip to configure /usr/local/data/postgresql.conf, but I've been > trying to make postmaster works helped for that info and another one from > internet without get any result. > > Any idea? Now I know the problem is related to semaphores, but I don't get > any progress in that sense. Most likely it's not semget() but earlier in the initial IPC setup in CreateSharedMemoryAndSemaphores() with parallel connections. I always get IsBadWritePtr() in shminit() since 8.0-beta3. Just tested again (make check MAX_CONNECTIONS=5) and again got: creating template1 database in /usr/src/postgresql/postgresql-8.0.3/src/test/regress/./tmp_check/data/base/1 ... Signal 12 "child process exited with exit code 140" -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/