Comment # 9 on bug 1162418 from
(In reply to Bart De Ceulaer from comment #8)
> By the way, maybe strange that OpenSuse uses an "alpha" version.
> On the Audacity download site, there is no mention of "alpha" in the latest
> download, the README just says "Version 2.3.3"

It's not alpha the release code wasn't in the tarball I downloaded, I've
downloaded it again and it doesn't say alpha anymore. It's not the version of
wxWidgets, I'm trying to reproduce the crash with Leap:15.1

Here's the backtrace using wxWidgets 3.1.3 doesn't help:
Thread 1 "audacity" received signal SIGSEGV, Segmentation fault.
0x00007ffff7b3dbc0 in typeinfo for wxImage () from
/usr/lib64/libwx_gtk2u_core-suse-nostl.so.3.1.3
(gdb) bt full
#0  0x00007ffff7b3dbc0 in typeinfo for wxImage () at
/usr/lib64/libwx_gtk2u_core-suse-nostl.so.3.1.3
#1  0x00007ffff785b0e5 in wxWindowBase::SendDestroyEvent() () at
/usr/lib64/libwx_gtk2u_core-suse-nostl.so.3.1.3
#2  0x00007ffff78d80c7 in wxFrameBase::~wxFrameBase() () at
/usr/lib64/libwx_gtk2u_core-suse-nostl.so.3.1.3
#3  0x0000555555ec3ac9 in ProjectWindow::~ProjectWindow() ()
#4  0x00007ffff738b423 in wxAppConsoleBase::DeletePendingObjects() () at
/usr/lib64/libwx_baseu-suse-nostl.so.3.1.3
#5  0x00007ffff738b7b5 in wxAppConsoleBase::ProcessIdle() () at
/usr/lib64/libwx_baseu-suse-nostl.so.3.1.3
#6  0x00007ffff7933e94 in wxAppBase::ProcessIdle() () at
/usr/lib64/libwx_gtk2u_core-suse-nostl.so.3.1.3
#7  0x00007ffff79e1311 in wxApp::DoIdle() () at
/usr/lib64/libwx_gtk2u_core-suse-nostl.so.3.1.3
#8  0x00007ffff79e13e3 in wxapp_idle_callback () at
/usr/lib64/libwx_gtk2u_core-suse-nostl.so.3.1.3
#9  0x00007ffff5256a67 in  () at /usr/lib64/libglib-2.0.so.0
#10 0x00007ffff5259ff8 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#11 0x00007ffff525a380 in  () at /usr/lib64/libglib-2.0.so.0
#12 0x00007ffff525a653 in g_main_loop_run () at /usr/lib64/libglib-2.0.so.0
#13 0x00007ffff5662a9a in gtk_main () at /usr/lib64/libgtk-x11-2.0.so.0
#14 0x00007ffff79d6795 in wxGUIEventLoop::DoRun() () at
/usr/lib64/libwx_gtk2u_core-suse-nostl.so.3.1.3
#15 0x00007ffff736300d in wxEventLoopBase::Run() () at
/usr/lib64/libwx_baseu-suse-nostl.so.3.1.3
#16 0x00007ffff7389916 in wxAppConsoleBase::MainLoop() () at
/usr/lib64/libwx_baseu-suse-nostl.so.3.1.3
#17 0x00007ffff733e846 in wxEntry(int&, wchar_t**) () at
/usr/lib64/libwx_baseu-suse-nostl.so.3.1.3
#18 0x0000555555a22ed2 in main ()


You are receiving this mail because: