Re: [BUGS] BUG #7955: argv=0x0 on program start

2013-03-17 Thread Damian Weber
On Sun, 17 Mar 2013, Michael Meskes wrote: > Date: Sun, 17 Mar 2013 11:04:26 +0100 > From: Michael Meskes > To: dwe...@htw-saarland.de > Cc: pgsql-bugs@postgresql.org > Subject: Re: [BUGS] BUG #7955: argv=0x0 on program start > > On Sat, Mar 16, 2013 at 12:12:4

Re: [BUGS] BUG #7955: argv=0x0 on program start

2013-03-17 Thread Michael Meskes
On Sat, Mar 16, 2013 at 12:12:49PM +, dwe...@htw-saarland.de wrote: > My program compiled with system compiler gcc-4.2.1 and ecpg from PostgreSQL > version 9.2.3 terminates by receiving SIGSEGV. The gdb debugger shows > argv=0x0 (see below). On PostgreSQL version 8.4.16 it runs without trouble.