Re: [Audacity-devel] Arch Linux; Assert Failing
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Paul L. <pau...@gm...> - 2016-04-19 21:19:29
|
Which version of source code? A recent git checkout? What is the latest commit id in git log ? PRL On Tue, Apr 19, 2016 at 4:59 PM, Aaron Laws <dar...@gm...> wrote: > I click Export Audio, use an MP3 format, click Save, fill in Metadata, and > get the following message: > > ./src/common/wincmn.cpp(478): assert "GetEventHandler() == this" failed in > ~wxWindowBase(): any pushed event handlers must have been removed. > > The backtrace is: > > 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] wxComboBox::~wxComboBox() > [3] wxWindowBase::Destroy() > [4] wxWindowBase::DestroyChildren() > [5] wxWindow::~wxWindow() > [6] wxWindowBase::Destroy() > [7] wxWindowBase::DestroyChildren() > [8] wxWindow::~wxWindow() > [9] Grid::~Grid() > [10] TagsEditor::~TagsEditor() > [11] Tags::ShowEditDialog(wxWindow*, wxString, bool) > [12] Exporter::Process(AudacityProject*, bool, double, double) > [13] AudacityProject::OnExport() > [14] CommandManager::HandleCommandEntry(CommandListEntry const*, unsigned > int, unsigned int, wxEvent const*) > [15] AudacityProject::OnMenu(wxCommandEvent&) > [16] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, > wxEvent&) const > [17] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, > wxEvtHandler*, wxEvent&) > [18] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) > [19] wxEvtHandler::TryHereOnly(wxEvent&) > [20] wxEvtHandler::ProcessEventLocally(wxEvent&) > [21] wxEvtHandler::ProcessEvent(wxEvent&) > [22] wxWindowBase::TryAfter(wxEvent&) > [23] wxEvtHandler::SafelyProcessEvent(wxEvent&) > [24] wxMenuBase::SendEvent(int, int) > [25] g_closure_invoke > [26] g_signal_emit_valist > [27] g_signal_emit > [28] gtk_widget_activate > [29] gtk_menu_shell_activate_item > [30] g_closure_invoke > [31] g_signal_emit_valist > [32] g_signal_emit > [33] gtk_propagate_event > [34] gtk_main_do_event > [35] g_main_context_dispatch > [36] g_main_loop_run > [37] gtk_main > [38] wxGUIEventLoop::DoRun() > [39] wxEventLoopBase::Run() > [40] wxAppConsoleBase::MainLoop() > [41] wxEntry(int&, wchar_t**) > [42] main > [43] __libc_start_main > [44] _start > > > I'm not an audacity developer, but I figured this message is here to help, > and it can only help if you hear about it! Enjoy. > > Aaron > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > audacity-devel mailing list > aud...@li... > https://lists.sourceforge.net/lists/listinfo/audacity-devel > > |