On 13 May 2010, at 18:13, Bernd Mueller wrote:
> Jonas Maebe wrote:
>> On 13 May 2010, at 17:55, Bernd Mueller wrote:
>>> I get a bus error in fpc_PopAddrStack (on ARM-Linux) in a multithreaded
>>> application. Maybe, that the local Pointer hp in fpc_PopAddrStack is loaded
>>> with an unaligned
Jonas Maebe wrote:
On 13 May 2010, at 17:55, Bernd Mueller wrote:
I get a bus error in fpc_PopAddrStack (on ARM-Linux) in a multithreaded
application. Maybe, that the local Pointer hp in fpc_PopAddrStack is loaded
with an unaligned memory address.
The most likely reason is that you are at so
On 13 May 2010, at 17:55, Bernd Mueller wrote:
> I get a bus error in fpc_PopAddrStack (on ARM-Linux) in a multithreaded
> application. Maybe, that the local Pointer hp in fpc_PopAddrStack is loaded
> with an unaligned memory address.
The most likely reason is that you are at some point executi
Hello,
I get a bus error in fpc_PopAddrStack (on ARM-Linux) in a multithreaded
application. Maybe, that the local Pointer hp in fpc_PopAddrStack is
loaded with an unaligned memory address.
The role of fpc_PopAddrStack is not clear to me. Does it mean, that an
exception occurred somewhere and