View Issue Details

IDProjectCategoryView StatusLast Update
0006562DarkRadiantGUIpublic13.08.2024 19:07
Reporterorbweaver Assigned Toorbweaver  
PrioritynormalSeveritycrashReproducibilityalways
Status assignedResolutionopen 
PlatformLinuxOSUbuntuOS Version22.04
Product Version3.9.0 
Target Version3.10.0 
Summary0006562: wxGTK assertion on opening Stim/Response Editor
DescriptionWhen opening the Stim/Response Editor, there is a wxGTK assertion failure which may or may not cause an application crash depending on how assertions are being handled in a particular build.

Original report on forum: https://forums.thedarkmod.com/index.php?/topic/22513-stimresponse-editor-causes-total-darkradiant-crash
Additional InformationASSERT INFO:
../src/gtk/dataview.cpp(372): assert "iIndex != (-1)" failed in Remove(): removing inexistent element in wxArray::Remove

BACKTRACE:
[1] wxDataViewModel::ItemDeleted(wxDataViewItem const&, wxDataViewItem const&)
[2] wxDataViewModelNotifier::ItemsDeleted(wxDataViewItem const&, wxDataViewItemArray const&)
[3] wxDataViewModel::ItemsDeleted(wxDataViewItem const&, wxDataViewItemArray const&)
[4] wxutil::TreeModel::Clear()
[5] StimTypes::reload()
[6] ui::StimResponseEditor::ShowModal()
[7] ui::StimResponseEditor::ShowDialog()
[8] cmd::CommandSystem::executeCommand(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<cmd::Argument, std::allocator<cmd::Argument> > const&)
[9] cmd::CommandSystem::execute(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
[10] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[11] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[12] wxEvtHandler::TryHereOnly(wxEvent&)
[13] wxEvtHandler::ProcessEventLocally(wxEvent&)
[14] wxEvtHandler::ProcessEvent(wxEvent&)
[15] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[16] wxMenuBase::SendEvent(int, int)
[17] g_closure_invoke
[18] g_signal_emit_valist
[19] g_signal_emit
[20] gtk_widget_activate
[21] gtk_menu_shell_activate_item
[22] g_signal_emit_valist
[23] g_signal_emit
[24] gtk_main_do_event
[25] g_main_context_dispatch
[26] g_main_loop_run
[27] gtk_main
[28] wxGUIEventLoop::DoRun()
[29] wxEventLoopBase::Run()
[30] wxAppConsoleBase::MainLoop()
[31] wxEntry(int&, wchar_t**)
[32] __libc_start_main
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
13.08.2024 19:07 orbweaver New Issue
13.08.2024 19:07 orbweaver Status new => assigned
13.08.2024 19:07 orbweaver Assigned To => orbweaver