You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2013/04/16 17:01:22 UTC

[jira] [Commented] (TS-1819) make check throwing a core-dump for a hwloc call

    [ https://issues.apache.org/jira/browse/TS-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632904#comment-13632904 ] 

Leif Hedstrom commented on TS-1819:
-----------------------------------

Ugh, I can't even get it to compile on FC18 (gcc v4.7.2):

{code}
gmake[3]: Entering directory `/home/leif/apache/trafficserver.git/BUILDS/release/iocore/eventsystem'
  CXXLD    test_Buffer
/usr/bin/ld: libinkevent.a(UnixEventProcessor.o): undefined reference to symbol 'pthread_setspecific@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_setspecific@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
gmake[3]: *** [test_Buffer] Error 1
{code}

                
> 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 dev@trafficserver.apache.org
> =============================================
> 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