MCPcopy Create free account
hub / github.com/FDio/vpp / check_core_path

Function check_core_path

test/util.py:172–184  ·  view source on GitHub ↗
(logger, core_path)

Source from the content-addressed store, hash-verified

170
171
172def check_core_path(logger, core_path):
173 corefmt = get_core_pattern()
174 if corefmt.startswith("|"):
175 logger.error(
176 "WARNING: redirecting the core dump through a"
177 " filter may result in truncated dumps."
178 )
179 logger.error(
180 " You may want to check the filter settings"
181 " or uninstall it and edit the"
182 " /proc/sys/kernel/core_pattern accordingly."
183 )
184 logger.error(" current core pattern is: %s" % corefmt)
185
186
187class NumericConstant:

Callers 2

handle_failed_suiteFunction · 0.90
on_crashMethod · 0.90

Calls 1

get_core_patternFunction · 0.85

Tested by 1

handle_failed_suiteFunction · 0.72