Re: v6 beta 2 still crashes at times when viewing table results directly

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: v6 beta 2 still crashes at times when viewing table results directly
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40176D47F@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на v6 beta 2 still crashes at times when viewing table results directly  ("Mike G" <mike@thegodshalls.com>)
Ответы Re: v6 beta 2 still crashes at times when
Список pgadmin-support

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Mike G
> Sent: 10 October 2006 23:26
> To: pgadmin-support@postgresql.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


В списке pgadmin-support по дате отправления:

Предыдущее
От: "Mike G"
Дата:
Сообщение: v6 beta 2 still crashes at times when viewing table results directly
Следующее
От: Erwin Brandstetter
Дата:
Сообщение: pgAdmin3 1.6b2: Old screenshot in Help