Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
0257-erts-Handle-rpc-signal-in-foreach-signal-d...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0257-erts-Handle-rpc-signal-in-foreach-signal-debug-check.patch of Package erlang
From 160fff40bb4154f0340a2e292d6617baf9d147e4 Mon Sep 17 00:00:00 2001 From: Rickard Green <rickard@erlang.org> Date: Mon, 29 Apr 2024 16:41:34 +0200 Subject: [PATCH] [erts] Handle rpc-signal in foreach signal debug checks --- erts/emulator/beam/erl_proc_sig_queue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/erts/emulator/beam/erl_proc_sig_queue.c b/erts/emulator/beam/erl_proc_sig_queue.c index 79d661675e..89af042c49 100644 --- a/erts/emulator/beam/erl_proc_sig_queue.c +++ b/erts/emulator/beam/erl_proc_sig_queue.c @@ -8286,6 +8286,7 @@ erts_proc_sig_debug_foreach_sig(Process *c_p, case ERTS_SIG_Q_OP_RECV_MARK: case ERTS_SIG_Q_OP_MSGQ_LEN_OFFS_MARK: case ERTS_SIG_Q_OP_FLUSH: + case ERTS_SIG_Q_OP_RPC: break; default: -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor