[SCM] ffado/master: Experimental fix for segfault upon termination (Closes: #643024)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Oct 5 19:07:48 UTC 2011


The following commit has been merged in the master branch:
commit 81093b54f072e1d25fba2a240b12795d3dc43feb
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Oct 5 20:22:22 2011 +0200

    Experimental fix for segfault upon termination (Closes: #643024)

diff --git a/debian/patches/exitcrash.patch b/debian/patches/exitcrash.patch
new file mode 100644
index 0000000..320c7d2
--- /dev/null
+++ b/debian/patches/exitcrash.patch
@@ -0,0 +1,19 @@
+From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643024
+Bug-FFADO: http://subversion.ffado.org/ticket/329
+Forwarded: not-needed
+Description: Work around segfault when terminating
+ This fix is experimental. It does work with jackd, but it remains
+ unclear if it has any influence on other users that simply dlcose()
+ libffado instead of exiting completely. To the best of our knowledge,
+ no such software exists to date.
+--- a/src/ffado.cpp
++++ b/src/ffado.cpp
+@@ -58,7 +58,6 @@
+ 
+ static void exitfunc(void)
+ {
+-    delete DebugModuleManager::instance();
+ 
+ }
+ #ifdef __cplusplus

-- 
Free Firewire Audio Drivers (ffado.org) packaging



More information about the pkg-multimedia-commits mailing list