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
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
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
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
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
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
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