Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2015-11-26 Thread James Cowgill
Hi, I've just seen this bus error happen on a MIPS CI20. Using packed structs (or any misaligned memory) will likely cause a SIGBUS on those machines. Is it possible to fix this on mips machines as well? The define to check would be __mips__ (which is defined on all mips machines including 64-bit

Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2015-08-25 Thread Adrian Knoth
On 05/15/15 01:27, Martin Langer wrote: Hi, Hi! I run into the same bus error with a freshly installed jessie on my powerpc (1GHz Powerbook, G4). Nevertheless this small patch fixes the bus error and jack is running fine now with jessie. Thanks for reporting back. I've applied the patch to

Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2015-05-14 Thread Martin Langer
Hi, please apply the patch above from Adrian (identical with the attached one) also to jessie. I run into the same bus error with a freshly installed jessie on my powerpc (1GHz Powerbook, G4). Nevertheless this small patch fixes the bus error and jack is running fine now with jessie. I'm real

Bug#728710: [Jack-Devel] Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2014-03-21 Thread Benoît Delcour
I will recompile jack this weekend to see if I can work that out. Here are the defines of gcc: gcc -dM -E - < /dev/null |grep "ppc\|PPC\|powerpc" #define _ARCH_PPC 1 #define __PPC__ 1 #define __powerpc__ 1 #define __PPC 1 #define __powerpc 1 #define PPC 1 #define powerpc 1 Can we assume that __p

Bug#728710: [Jack-Devel] Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2014-03-21 Thread Robin Gareus
On 03/21/2014 11:25 AM, Adrian Knoth wrote: > On 11/04/13 15:49, Benoît Delcour wrote: > > Hi! > >> I just got myself a dual Powermac G4 out of a garbage bin, >> and immediately installed debian and jackd2. >> It fails with an obscure "Bus error"; since I also own a raspberry pi, >> I first tried

Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2014-03-21 Thread Adrian Knoth
On 11/04/13 15:49, Benoît Delcour wrote: Hi! > I just got myself a dual Powermac G4 out of a garbage bin, > and immediately installed debian and jackd2. > It fails with an obscure "Bus error"; since I also own a raspberry pi, > I first tried to patch source with the same fix, and it works. > See

Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2013-11-04 Thread Benoît Delcour
Package: jackd2 Version: 1.9.9.5+20130622git7de15e7a-1 Severity: important Tags: patch upstream Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Benoit Delcour To: Debian Bug Tracking System Subject: jackd2: Bus error w/ POST_PACKED_STRUCTURE o