[
https://issues.apache.org/jira/browse/TS-3465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379911#comment-14379911
]
Tigran Martirosyan commented on TS-3465:
----------------------------------------
perhaps the core dump was generated not for that situation which I described
above.
The userid is 108.
here is the message from traffic.out file when ATS died:
traffic_server: Segmentation fault (Address not mapped to object [0x8])
traffic_server - STACK TRACE:
/usr/bin/traffic_server(_Z19crash_logger_invokeiP9siginfo_tPv+0x8e)[0x4ad1de]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x2b5e97eb2340]
/usr/bin/traffic_server(_ZN14ClusterHandler16add_to_byte_bankEP18ClusterVConnection+0x113)[0x6b97c3]
/usr/bin/traffic_server(_ZN14ClusterHandler20update_channels_readEv+0x156)[0x6bb656]
/usr/bin/traffic_server(_ZN14ClusterHandler12process_readEl+0xab)[0x6bfb2b]
/usr/bin/traffic_server(_ZN14ClusterHandler16mainClusterEventEiP5Event+0x145)[0x6c03b5]
/usr/bin/traffic_server(_ZN12ClusterState15doIO_read_eventEiPv+0x15d)[0x6c419d]
/usr/bin/traffic_server[0x746e8e]
/usr/bin/traffic_server(_ZN10NetHandler12mainNetEventEiP5Event+0x1f2)[0x7398d2]
/usr/bin/traffic_server(_ZN7EThread7executeEv+0xa4a)[0x767bfa]
/usr/bin/traffic_server[0x76686a]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8182)[0x2b5e97eaa182]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x2b5e98bde47d]
> ATS 5.2.0 is crashed in cluster mode
> -------------------------------------
>
> Key: TS-3465
> URL: https://issues.apache.org/jira/browse/TS-3465
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Tigran Martirosyan
> Assignee: Leif Hedstrom
> Fix For: sometime
>
>
> Hello ,
> I manage to compile ATS 5.2.0 for ubuntu 14.04 LTS 64bit.
> One of the ATS instances in some unknown surcumstances is being crashed when
> I put nodes in cluster mode.
> How to reproduce.
> ===============
> You have to install 2 ATS on diffierent machines. Put the ATS instances into
> cluster mode and load them with http requests.
> Core dump output
> ==============
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from /usr/lib/debug/usr/bin/traffic_server...done.
> [New LWP 28860]
> [New LWP 28861]
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> Core was generated by `/usr/bin/traffic_server -M --httpport 8080:fd=7'.
> Program terminated with signal SIGABRT, Aborted.
> #0 0x00002ba38cde6cc9 in __GI_raise (sig=sig@entry=6) at
> ../nptl/sysdeps/unix/sysv/linux/raise.c:56
> 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
> (gdb) where
> #0 0x00002ba38cde6cc9 in __GI_raise (sig=sig@entry=6) at
> ../nptl/sysdeps/unix/sysv/linux/raise.c:56
> #1 0x00002ba38cdea218 in __GI_abort () at abort.c:118
> #2 0x00002ba38acea5f9 in ink_die_die_die (retval=retval@entry=1) at
> ink_error.cc:43
> #3 0x00002ba38acea6aa in ink_fatal_va(int, const char *, typedef
> __va_list_tag __va_list_tag *) (return_code=return_code@entry=1, fmt=0x6f6a00
> "",
> ap=ap@entry=0x7fff7665ca18) at ink_error.cc:67
> #4 0x00002ba38acea7d4 in ink_fatal_die (message_format=<optimized out>) at
> ink_error.cc:84
> #5 0x00000000004942a4 in change_uid_gid (user=0x1598340 "root") at
> Main.cc:1330
> #6 main (argv=<optimized out>) at Main.cc:1440
> Temporarly Solution
> =====================
> Now as temporarly solution we disabled cluster mode and put haproxy in front
> of our ATS nodes.
> Regards,
> Tigran Martirosyan
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)