Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when Rightclick empty space #5409

Closed
ghost opened this issue Nov 15, 2021 · 1 comment · Fixed by #5410
Closed

Crash when Rightclick empty space #5409

ghost opened this issue Nov 15, 2021 · 1 comment · Fixed by #5410
Milestone

Comments

@ghost
Copy link

ghost commented Nov 15, 2021

Linux Standalone and VST3
a6e90d0
Clang 12 and GCC 9 but Release build only
(not happening with debug build)

  • open surge -> init saw
  • rightclick empty space -> crash
__dynamic_cast (@__dynamic_cast:12)
SurgeGUIEditor::showSettingsMenu(juce::Point<int> const&, Surge::GUI::IComponentTagValue*) (@SurgeGUIEditor::showSettingsMenu(juce::Point<int> const&, Surge::GUI::IComponentTagValue*):679)
Surge::Widgets::MainFrame::mouseDown(juce::MouseEvent const&) (@Surge::Widgets::MainFrame::mouseDown(juce::MouseEvent const&):25)
juce::Component::internalMouseDown(juce::MouseInputSource, juce::Point<float>, juce::Time, float, float, float, float, float) (@juce::Component::internalMouseDown(juce::MouseInputSource, juce::Point<float>, juce::Time, float, float, float, float, float):180)
juce::MouseInputSourceInternal::setButtons(juce::Point<float>, juce::Time, juce::ModifierKeys) (@juce::MouseInputSourceInternal::setButtons(juce::Point<float>, juce::Time, juce::ModifierKeys):174)
juce::MouseInputSourceInternal::handleEvent(juce::ComponentPeer&, juce::Point<float>, juce::Time, juce::ModifierKeys, float, float, juce::PenDetails) (@juce::MouseInputSourceInternal::handleEvent(juce::ComponentPeer&, juce::Point<float>, juce::Time, juce::ModifierKeys, float, float, juce::PenDetails):129)
juce::ComponentPeer::handleMouseEvent(juce::MouseInputSource::InputSourceType, juce::Point<float>, juce::ModifierKeys, float, float, long long, juce::PenDetails, int) (@juce::ComponentPeer::handleMouseEvent(juce::MouseInputSource::InputSourceType, juce::Point<float>, juce::ModifierKeys, float, float, long long, juce::PenDetails, int):58)
std::_Function_handler<void (int), juce::XWindowSystem::initialiseXDisplay()::$_112>::_M_invoke(std::_Any_data const&, int&&) (@std::_Function_handler<void (int), juce::XWindowSystem::initialiseXDisplay()::$_112>::_M_invoke(std::_Any_data const&, int&&):111)
juce::InternalRunLoop::dispatchPendingEvents() (@juce::InternalRunLoop::dispatchPendingEvents():61)
juce::dispatchNextMessageOnSystemQueue(bool) (@juce::dispatchNextMessageOnSystemQueue(bool):18)
juce::JUCEApplicationBase::main() (@juce::JUCEApplicationBase::main():27)
__libc_start_main (@__libc_start_main:64)
_start (@_start:15)

@baconpaul baconpaul added this to the Surge XT 1.0 milestone Nov 15, 2021
@baconpaul
Copy link
Collaborator

Oh thanks! I have a theory. Looking quickly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant