Re: [Barry-devel] [PATCH] Alignment trap on pppob causing SIGBUS on arm

2011-05-02 Thread Chris Frey
On Mon, May 02, 2011 at 10:44:52AM +0200, Nicolas CARRIER wrote: > Hello, > Your patch works like a charm, > Thank you ! Thanks! I've merged this into the official Barry git tree now. - Chris -- WhatsUp Gold - Download

Re: [Barry-devel] [PATCH] Alignment trap on pppob causing SIGBUS on arm

2011-05-02 Thread Nicolas CARRIER
Hello, Your patch works like a charm, Thank you ! On 04/29/11 20:32, Chris Frey wrote: > On Fri, Apr 29, 2011 at 04:17:09PM +0200, Nicolas CARRIER wrote: >> Hello, >> I cross-compiled barry (precisely pppob) in order to use it on a >> embedded ARM platform. Launching pppob resulted in SIGBUS cause

Re: [Barry-devel] [PATCH] Alignment trap on pppob causing SIGBUS on arm

2011-04-29 Thread Chris Frey
On Fri, Apr 29, 2011 at 04:17:09PM +0200, Nicolas CARRIER wrote: > Hello, > I cross-compiled barry (precisely pppob) in order to use it on a > embedded ARM platform. Launching pppob resulted in SIGBUS caused by > alignment trap. While the simple workaround of setting up the kernel to > correct a

[Barry-devel] [PATCH] Alignment trap on pppob causing SIGBUS on arm

2011-04-29 Thread Nicolas CARRIER
Hello, I cross-compiled barry (precisely pppob) in order to use it on a embedded ARM platform. Launching pppob resulted in SIGBUS caused by alignment trap. While the simple workaround of setting up the kernel to correct alignment worked fine (eg : echo 3 > /proc/cpu/alignment), as it wasn't a