Hi! Another info: this crash is not specifically caused by the debian packages. When building from git repo head, the problem (crash) also occurs. If I go back to
commit 6b12eafccc8a1091bde8878a2329e3205427f098 Merge: e17ffef c736ad1 Author: Tim Janik <[email protected]> Date: Wed Nov 4 19:16:41 2015 +0100 Merge branch 'external-plugin-fixes' * external-plugin-fixes: BUILD: provide BSEINCLUDEDIR via bse API and bse.pc for IDL code headers BSE: rename publically installed header file to effectbase.hh BSE: install additional #include files required to build SpectMorph everything works fine again (and beast starts like it used to). Cu... Stefan On Thu, Nov 05, 2015 at 03:17:16PM +0100, Stefan Westerfeld wrote: > Hi! > > I've tried to use the new "continous integration" packages: I added > > ## RAPICORN & BEAST > deb https://dl.bintray.com/beast-team/deb vivid main > > to /etc/apt/sources.list (on kubuntu vivid), and installed beast using > > $ aptitude install beast libbse-dev > > finally, starting beast results in a crash, so here is the gdb stacktrace. > > $ gdb --args beast > GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9 > Copyright (C) 2015 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-linux-gnu". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > <http://www.gnu.org/software/gdb/bugs/>. > Find the GDB manual and other documentation resources online at: > <http://www.gnu.org/software/gdb/documentation/>. > For help, type "help". > Type "apropos word" to search for commands related to "word"... > Reading symbols from beast...(no debugging symbols found)...done. > (gdb) r > Starting program: /usr/bin/beast > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". > process 960 is executing new program: /usr/bin/beast-0.9.3 > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". > [New Thread 0x7fa42855d700 (LWP 967)] > [New Thread 0x7fa41ffff700 (LWP 969)] > [New Thread 0x7fa4274e4700 (LWP 968)] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 0x7fa42855d700 (LWP 967)] > 0x00007fa43301a12b in bse_categories_register () from > /usr/lib/x86_64-linux-gnu/libbse-0.so.9 > (gdb) bt > #0 0x00007fa43301a12b in bse_categories_register () at > /usr/lib/x86_64-linux-gnu/libbse-0.so.9 > #1 0x00007fa43303c497 in bse_ladspa_plugin_check_load () at > /usr/lib/x86_64-linux-gnu/libbse-0.so.9 > #2 0x00007fa433074afe in () at /usr/lib/x86_64-linux-gnu/libbse-0.so.9 > #3 0x00007fa43193ab4d in g_main_context_dispatch (context=0x7fa420001600) at > /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3122 > #4 0x00007fa43193ab4d in g_main_context_dispatch > (context=context@entry=0x7fa420001600) at > /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3737 > #5 0x00007fa43193af20 in g_main_context_iterate > (context=context@entry=0x7fa420001600, block=block@entry=1, > dispatch=dispatch@entry=1, self=<optimized out>) at > /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3808 > #6 0x00007fa43193afcc in g_main_context_iteration (context=0x7fa420001600, > may_block=1) at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3869 > #7 0x00007fa4330373b4 in () at /usr/lib/x86_64-linux-gnu/libbse-0.so.9 > #8 0x00007fa43169ce30 in () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 > #9 0x00007fa4324e46aa in start_thread (arg=0x7fa42855d700) at > pthread_create.c:333 > #10 0x00007fa430e00eed in clone () at > ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 > (gdb) > > Cu... Stefan > -- > Stefan Westerfeld, http://space.twc.de/~stefan > _______________________________________________ > beast mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/beast -- Stefan Westerfeld, http://space.twc.de/~stefan _______________________________________________ beast mailing list [email protected] https://mail.gnome.org/mailman/listinfo/beast
