christophhart / HISE

The open source framework for sample based instruments
http://hise.audio
Other
1.07k stars 123 forks source link

Crash when releasing drag select in sample map #322

Open minosimo opened 2 years ago

minosimo commented 2 years ago

https://user-images.githubusercontent.com/19229302/167264040-7ae47bfe-7e2d-4ea7-a4ed-80a3a342a833.mp4

It only happens when at least one sample is highlighted by the drag operation. Releasing a drag that highlights nothing does not crash HISE.

What's the best way to debug the application for these kind of issues? The terminal output doesn't say much and I couldn't find a verbose mode. I'm on Fedora linux.

davidhealey commented 2 years ago

Use GDB - I use it within Atom.

minosimo commented 2 years ago

Alas, in the debug build it doesn't happen! Also pressing ctrl+a triggers the crash. And thanks for the GDB guidance, I only recently went full Linux and I'm still finding my footing.

davidhealey commented 2 years ago

The crash isn't happening for me on Debian. Are you using the develop branch?

minosimo commented 2 years ago

Yes I'm using the develop branch.