You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this code, %msg-init-data refers to a callback named free-fn. The symbol does not get translated into the callback pointer though, which causes the following error:
The value
PZMQ::FREE-FN
is not of typeSB-SYS:SYSTEM-AREA-POINTER
when binding SB-ALIEN::VALUE
[Condition of type TYPE-ERROR]
Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] abort thread (#<THREAD "repl-thread" RUNNING {1001F11B63}>)
Backtrace:
0: (PZMQ::%MSG-INIT-DATA #.(SB-SYS:INT-SAP #X7FB249097F78) #.(SB-SYS:INT-SAP #X7FB240003580) 6PZMQ::FREE-FN NIL)
1: (PZMQ:MSG-INIT-DATA #.(SB-SYS:INT-SAP #X7FB249097F78) "World!")
2: (HWSERVER "tcp://*:5555")
3: (SB-INT:SIMPLE-EVAL-IN-LEXENV (HWSERVER) #<NULL-LEXENV>)
4: (EVAL (HWSERVER))
The text was updated successfully, but these errors were encountered:
In this code,
%msg-init-data
refers to a callback namedfree-fn
. The symbol does not get translated into the callback pointer though, which causes the following error:The text was updated successfully, but these errors were encountered: