Re: v6 beta 2 still crashes at times when

From: "Ezequias Rodrigues da Rocha" <ezequias(dot)rocha(at)gmail(dot)com>
To: mike <mike(at)thegodshalls(dot)com>
Cc: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, pgadmin-support(at)postgresql(dot)org
Subject: Re: v6 beta 2 still crashes at times when
Date: 2006-10-11 19:28:35
Message-ID: 55c095e90610111228g44bfd124t5a3f348bec9d5541@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

It really happens with me too. I am worried with it. Even

2006/10/11, mike <mike(at)thegodshalls(dot)com>:
> I have the crash when selecting a table, right clicking, selecting View
> Data->View All Rows or sometimes the View Top 100 rows.
>
> Pgadmin starts to display the data in the table and then aborts.
>
> I have a minidump from the last crash if that would help. Otherwise I
> will try to build it from source and then run it.
>
> I can't say it happens all the time. It is usually after the 3rd or 4th
> time I open a table does it decide to crash.
>
> Mike
>
> On Wed, 2006-10-11 at 10:30 +0100, Dave Page wrote:
> >
> > > -----Original Message-----
> > > From: pgadmin-support-owner(at)postgresql(dot)org
> > > [mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of Mike G
> > > Sent: 10 October 2006 23:26
> > > To: pgadmin-support(at)postgresql(dot)org
> > > Subject: [pgadmin-support] v6 beta 2 still crashes at times
> > > when viewing table results directly
> > >
> > > XP Pro, SP2.
> > >
> > > In threadex.c
> > >
> > > static void _callthreadstartex(void)
> > > {
> > > _ptiddata ptd; /* pointer to thread's _tiddata struct */
> > >
> > > /* must always exist at this point */
> > > ptd = _getptd();
> > >
> > > /*
> > > * Guard call to user code with a _try - _except statement to
> > > * implement runtime errors and signal support
> > > */
> > > __try {
> > > _endthreadex (
> > > ( (unsigned (__CLR_OR_STD_CALL *)(void
> > > *))(((_ptiddata)ptd)->_initaddr) )
> > > /******* Debugger Points Here *******/ (
> > > ((_ptiddata)ptd)->_initarg ) ) ;
> > > }
> > > __except ( _XcptFilter(GetExceptionCode(),
> > > GetExceptionInformation()) )
> > > {
> > > /*
> > > * Should never reach here
> > > */
> > > _exit( GetExceptionCode() );
> > >
> > > } /* end of _try - _except */
> > >
> > > }
> > >
> > > "Unhandled exception at 0x02024ceb in pgadmin3.exe
> > > 0xC0000005; access violation writing
> > > location 0x00000000
> > > Installed from executeable on www.pgadmin.org.
> >
> > Hi Mike,
> >
> > Is this in the query tool, or the view data grid?
> >
> > Threadex.c is part of the CRT, so is pretty far removed from our code -
> > are you able to get a backtrace please?
> >
> > >
> > > Beta 2 certainly is much better than Beta 1.
> >
> > That's very odd, because there haven't been any changes in the threaded
> > query code between those versions. I wonder if this is another
> > perspective-related red herring. Can you try selecting the 'Default
> > View' option from the view emnu of the affected window please?
> >
> > Thanks, Dave
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: Don't 'kill -9' the postmaster
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-10-11 19:33:15 Re: v6 beta 2 still crashes at times
Previous Message mike 2006-10-11 19:23:13 Re: v6 beta 2 still crashes at times when