Igor Galić created TS-1819:
------------------------------
Summary: make check throwing a core-dump for a hwloc call
Key: TS-1819
URL: https://issues.apache.org/jira/browse/TS-1819
Project: Traffic Server
Issue Type: Bug
Reporter: Igor Galić
{noformat}
make check-TESTS
make[3]: Entering directory `/tmp/ts/trafficserver-3.3.2-dev/iocore/eventsystem'
ERROR: unable to access() TS_ROOT '/opt/ats-3.3': 2, No such file or directory
/bin/bash: line 5: 21004 Segmentation fault (core dumped) ${dir}$tst
FAIL: test_Buffer
ERROR: unable to access() TS_ROOT '/opt/ats-3.3': 2, No such file or directory
/bin/bash: line 5: 21023 Segmentation fault (core dumped) ${dir}$tst
FAIL: test_Event
=============================================
2 of 2 tests failed
Please report to [email protected]
=============================================
make[3]: *** [check-TESTS] Error 1
{noformat}
The back-trace from the core:
{noformat}
Core was generated by
`/tmp/ts/trafficserver-3.3.2-dev/iocore/eventsystem/.libs/lt-test_Buffer'.
Program terminated with signal 11, Segmentation fault.
#0 0x00002b44c6721f21 in hwloc_get_type_depth () from
/usr/lib/x86_64-linux-gnu/libhwloc.so.5
(gdb) bt
#0 0x00002b44c6721f21 in hwloc_get_type_depth () from
/usr/lib/x86_64-linux-gnu/libhwloc.so.5
#1 0x00002b44c6037f21 in hwloc_get_nbobjs_by_type (type=HWLOC_OBJ_SOCKET,
topology=0x0) at /usr/include/hwloc.h:1114
#2 EventProcessor::start (this=0x2b44c625a520 <eventProcessor>,
n_event_threads=2) at UnixEventProcessor.cc:171
#3 0x00002b44c6033413 in main (argc=<optimized out>, argv=<optimized out>) at
test_Buffer.cc:134
(gdb)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira