-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Unaligned access to a buffer happens on encoding values to a channel created out of a clp process
local c=require('clp').chan() require'clp'.spawn(function() c:put'test' print('HERE') end)()
[New LWP 20498]
Program received signal SIGBUS, Bus error.
[Switching to LWP 20498]
0xb6c5ae26 in mar_decode_value (L=L@entry=0x5aee0, buf=buf@entry=0xb550ef29 "\003", len=len@entry=290, p=p@entry=0xb683fc14,
idx=idx@entry=0xb683fcd8) at marshal.c:376
376 lua_pushnumber(L, (lua_Number)*p);
Metadata
Metadata
Assignees
Labels
No labels