[ZBX-16102] Zabbix Server Docker container crash on process_httptest() (Alpine/CentOS based images) Created: 2019 May 09  Updated: 2024 Apr 10  Resolved: 2019 Jun 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 4.2.1
Fix Version/s: None

Type: Incident report Priority: Trivial
Reporter: Edgar Akhmetshin Assignee: Aleksejs Sestakovs
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File backtrace.log    
Issue Links:
Causes
Duplicate
duplicates ZBX-16050 Zabbix HTTP poller crashes in libcurl... Closed
Team: Team C
Sprint: Sprint 52 (May 2019), Sprint 53 (Jun 2019)

 Description   

Steps to reproduce:

  • install latest 4.2.1 image alpine or centos based from docker hub
  • set web scenario checks

Result:

198:20190509:090822.111 process_httptest() use step "Some scenario name"
   198:20190509:090822.111 process_httptest() use post ""
   198:20190509:090822.111 process_httptest() go to URL "https://x.x.x.x/"
   198:20190509:090822.111 Got signal [signal:11(SIGSEGV),reason:128,refaddr:(nil)]. Crashing ...
   198:20190509:090822.111 ====== Fatal information: ======
   198:20190509:090822.111 Program counter: 0x7f284a5160ce
   198:20190509:090822.111 === Registers: ===
   198:20190509:090822.111 r8      =     7f284a523f59 =      139811022323545 =      139811022323545
   198:20190509:090822.111 r9      =                c =                   12 =                   12
   198:20190509:090822.111 r10     =                0 =                    0 =                    0
   198:20190509:090822.111 r11     =    4d24ae51274e7 =     1357119019447527 =     1357119019447527
   198:20190509:090822.111 r12     =                b =                   11 =                   11
   198:20190509:090822.111 r13     =     7f284a523f1d =      139811022323485 =      139811022323485
   198:20190509:090822.111 r14     =                1 =                    1 =                    1
   198:20190509:090822.111 r15     =                0 =                    0 =                    0
   198:20190509:090822.111 rdi     = 65706f5f6f647566 =  7309464650903745894 =  7309464650903745894
   198:20190509:090822.111 rsi     =     7f284a523f59 =      139811022323545 =      139811022323545
   198:20190509:090822.111 rbp     = 65706f5f6f647566 =  7309464650903745894 =  7309464650903745894
   198:20190509:090822.111 rbx     =     556116206bc0 =       93875471412160 =       93875471412160
   198:20190509:090822.112 rdx     =                b =                   11 =                   11
   198:20190509:090822.112 rax     =                b =                   11 =                   11
   198:20190509:090822.112 rcx     =                4 =                    4 =                    4
   198:20190509:090822.112 rsp     =     7fffd3ad44b0 =      140736744735920 =      140736744735920
   198:20190509:090822.112 rip     =     7f284a5160ce =      139811022266574 =      139811022266574
   198:20190509:090822.112 efl     =            10206 =                66054 =                66054
   198:20190509:090822.112 csgsfs  =               33 =                   51 =                   51
   198:20190509:090822.112 err     =                0 =                    0 =                    0
   198:20190509:090822.112 trapno  =                d =                   13 =                   13
   198:20190509:090822.112 oldmask =                0 =                    0 =                    0
   198:20190509:090822.112 cr2     =                0 =                    0 =                    0
   198:20190509:090822.112 === Backtrace: ===
   198:20190509:090822.114 19: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](zbx_backtrace+0x42) [0x55611510dbbe]
   198:20190509:090822.114 18: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](zbx_log_fatal_info+0x151) [0x55611510de3c]
   198:20190509:090822.115 17: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](+0x19b1d3) [0x55611510e1d3]
   198:20190509:090822.115 16: /lib64/libpthread.so.0(+0xf5d0) [0x7f284ce075d0]
   198:20190509:090822.115 15: /lib64/libcurl.so.4(+0x440ce) [0x7f284a5160ce]
   198:20190509:090822.115 14: /lib64/libcurl.so.4(+0x10e2f) [0x7f284a4e2e2f]
   198:20190509:090822.115 13: /lib64/libcurl.so.4(+0x123b5) [0x7f284a4e43b5]
   198:20190509:090822.115 12: /lib64/libcurl.so.4(+0x23cbb) [0x7f284a4f5cbb]
   198:20190509:090822.115 11: /lib64/libcurl.so.4(+0x33c55) [0x7f284a505c55]
   198:20190509:090822.115 10: /lib64/libcurl.so.4(curl_multi_perform+0xd1) [0x7f284a5063b1]
   198:20190509:090822.115 9: /lib64/libcurl.so.4(curl_easy_perform+0xf3) [0x7f284a4fd623]
   198:20190509:090822.115 8: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](+0x78760) [0x556114feb760]
   198:20190509:090822.115 7: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](process_httptests+0x6e6) [0x556114fec798]
   198:20190509:090822.115 6: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](httppoller_thread+0x1a3) [0x556114fe901f]
   198:20190509:090822.115 5: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](zbx_thread_start+0x37) [0x55611511b5b8]
   198:20190509:090822.115 4: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](MAIN_ZABBIX_ENTRY+0xc9c) [0x556114fb3907]
   198:20190509:090822.115 3: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](daemon_start+0x2fc) [0x55611510d401]
   198:20190509:090822.115 2: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](main+0x31b) [0x556114fb2c69]
   198:20190509:090822.115 1: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f2849cac3d5]
   198:20190509:090822.115 0: /usr/sbin/zabbix_server: http poller #7 [got 0 values in 0.000000 sec, getting values](+0x3ebf9) [0x556114fb1bf9]


 Comments   
Comment by Vladislavs Sokurenko [ 2019 May 09 ]

Probably a duplicate of ZBX-16050

Comment by Aleksejs Sestakovs [ 2019 Jun 13 ]

The issue is gone after fix of https://support.zabbix.com/browse/ZBX-16050. Verified on the latest 4.2.3 CentOS based image.

Generated at Thu Apr 25 17:28:01 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.