assertion failed error in pgadmin3 1.22 with ubuntu 16.04 LTS

Asked by akash+

Pgadmin3 is not working smoothly with ubuntu 16.04 LTS installed. Doodle pops up showing Assertion failed.

Sometimes it shows

ASSERT INFO:
../src/gtk/window.cpp(3639): assert "Assert failure" failed in DoNavigateIn(): not implemented

BACKTRACE:
[1] wxWindow::DoNavigateIn(int)
[2] wxWindowBase::HandleAsNavigationKey(wxKeyEvent const&)
[3] wxAppConsoleBase::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const
[4] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const
[5] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[6] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[7] wxEvtHandler::TryHereOnly(wxEvent&)
[8] wxEvtHandler::ProcessEventLocally(wxEvent&)
[9] wxEvtHandler::ProcessEvent(wxEvent&)
[10] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[11] wxWindowBase::HandleWindowEvent(wxEvent&) const
[12] g_closure_invoke
[13] g_signal_emit_valist
[14] g_signal_emit
[15] gtk_window_propagate_key_event
[16] g_closure_invoke
[17] g_signal_emit_valist
[18] g_signal_emit
[19] gtk_propagate_event
[20] gtk_main_do_event
[21] g_main_context_dispatch
[22] g_main_loop_run
[23] gtk_main
[24] wxGUIEventLoop::DoRun()
[25] wxEventLoopBase::Run()
[26] wxAppConsoleBase::MainLoop()
[27] wxAppConsoleBase::OnRun()
[28] wxAppBase::OnRun()
[29] wxEntry(int&, wchar_t**)
[30] wxEntry(int&, char**)
[31] __libc_start_main

or hetHandler() failure message.
How this issue can be resolved?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; apt-cache policy pgadmin3

Thanks

Revision history for this message
akash+ (sharma24) said :
#2

Thanks for the response.

The output of the commands is :

Command: lsb_release -a; uname -a; apt-cache policy pgadmin3

Output:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Linux ubuntu-OptiPlex-3020 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:41:41 UTC 2016 i686 i686 i686 GNU/Linux
pgadmin3:
  Installed: 1.22.0-1
  Candidate: 1.22.0-1
  Version table:
 *** 1.22.0-1 500
        500 http://archive.ubuntu.com/ubuntu xenial/universe i386 Packages
        100 /var/lib/dpkg/status

Revision history for this message
akash+ (sharma24) said :
#3

This following are error details which frequently occurs :

ASSERT INFO:
../src/common/wincmn.cpp(478): assert "GetEventHandler() == this" failed in ~wxWindowBase(): any pushed event handlers must have been removed

BACKTRACE:
[1] wxWindowBase::~wxWindowBase()
[2] wxWindow::~wxWindow()
[3] wxControlBase::~wxControlBase()
[4] wxStyledTextCtrl::~wxStyledTextCtrl()
[5] wxStyledTextCtrl::~wxStyledTextCtrl()
[6] wxWindowBase::Destroy()
[7] wxWindowBase::DestroyChildren()
[8] wxWindow::~wxWindow()
[9] wxWindowBase::Destroy()
[10] wxWindowBase::DestroyChildren()
[11] wxWindow::~wxWindow()
[12] wxGrid::~wxGrid()
[13] wxString wxString::Format<wxString>(wxFormatString const&, wxString)
[14] wxWindowBase::Destroy()
[15] wxWindowBase::DestroyChildren()
[16] wxWindow::~wxWindow()
[17] wxNonOwnedWindow::~wxNonOwnedWindow()
[18] wxTopLevelWindowBase::~wxTopLevelWindowBase()
[19] wxTopLevelWindowGTK::~wxTopLevelWindowGTK()
[20] wxFrameBase::~wxFrameBase()
[21] wxFrame::~wxFrame()
[22] wxString wxString::Format<wxString>(wxFormatString const&, wxString)
[23] wxString wxString::Format<wxString>(wxFormatString const&, wxString)
[24] wxAppConsoleBase::DeletePendingObjects()
[25] wxAppConsoleBase::ProcessIdle()
[26] wxAppBase::ProcessIdle()
[27] wxApp::DoIdle()
[28] g_main_context_dispatch
[29] g_main_loop_run
[30] gtk_main
[31] wxGUIEventLoop::DoRun()
[32] wxEventLoopBase::Run()
[33] wxAppConsoleBase::MainLoop()
[34] wxAppConsoleBase::OnRun()
[35] wxAppBase::OnRun()
[36] wxEntry(int&, wchar_t**)
[37] wxEntry(int&, char**)
[38] __libc_start_main

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.