Re: pgadmin3-1.6.0 - Segmentation Fault (core dumped)

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgadmin3-1.6.0 - Segmentation Fault (core dumped)
Дата
Msg-id 456EA0B3.2000001@postgresql.org
обсуждение исходный текст
Ответ на Re: pgadmin3-1.6.0 - Segmentation Fault (core dumped)  (Dhanaraj M <Dhanaraj.M@Sun.COM>)
Ответы Re: pgadmin3-1.6.0 - Segmentation Fault (core dumped)  (Dhanaraj M <Dhanaraj.M@Sun.COM>)
Список pgadmin-hackers
Dhanaraj M wrote:
> 1. The same problem still exists. I ran the test in x86 machine (gcc
> compiler) and attach the  stack trace here
 >
> bash-3.00# pstack core
> core 'core' of 16270:   /usr/local/pgadmin3/bin/pgadmin3
> -----------------  lwp# 1 / thread# 1  --------------------
> 08159938 _ZN19dlgSelectConnection2GoEP6pgConnP14ctlComboBoxFix (80462a0,
> 8d76098, 8f35dc8, 8eac160) + 100
> 081d284b _ZN8frmQuery18OnChangeConnectionER14wxCommandEvent (8eac160,
> 80465f0, fe8bcc80, fe7649e3) + 147

I'm confused - you said this happens when you close the query window,
but the stack trace shows frmQuery::OnChangeConnection(wxCommandEvent)

 >> Do you want to save-> NO
 >> Segmentation Fault (core dumped)

Is that the right core file? If so, can you detail the exact steps you
take to get to the crash, because I can't provoke a crash even playing
with the connection select dialogue (though I am running on wxGTK/Linux
rather than wxGTK/Solaris).

One other thing - are you building with --enable-debug? That might help
get more meaningful debug output.

> 2. When I right click on a table and select view data, it aborts. The
> stack trace is here.

I cannot reproduce this either. Do you have permission to view that
particular table? Does it only occur with specific tables?

Regards, Dave.

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Description for setting up a development environment
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5710 - branches/REL-1_6_0_PATCHES/pgadmin3