Project

General

Profile

Actions

Bug #2796

closed

sigabrt core

Added by Peter Manev about 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Affected Versions:
Effort:
Difficulty:
Label:

Description

I have a SIGABRT core which seems a bit messed up - but i have it nonetheless for further info if needed.
I have upgraded Suri on the same box and will continue to monitor.
Details attached.

Using

suricata --build-info
This is Suricata version 4.1.0-dev (rev 3eec088d)
Features: PCAP_SET_BUFF AF_PACKET HAVE_PACKET_FANOUT LIBCAP_NG LIBNET1.1 HAVE_HTP_URI_NORMALIZE_HOOK PCRE_JIT HAVE_NSS HAVE_LUA HAVE_LUAJIT HAVE_LIBJANSSON TLS MAGIC RUST 
SIMD support: SSE_4_2 SSE_4_1 SSE_3 
Atomic intrisics: 1 2 4 8 16 byte(s)
64-bits, Little-endian architecture
GCC version 4.2.1 Compatible Clang 6.0.0 (tags/RELEASE_600/final), C version 199901
compiled with _FORTIFY_SOURCE=0
L1 cache line size (CLS)=64
thread local storage method: __thread
compiled with LibHTP v0.5.28, linked against LibHTP v0.5.28

Suricata Configuration:
  AF_PACKET support:                       yes
  eBPF support:                            yes
  XDP support:                             yes
  PF_RING support:                         no
  NFQueue support:                         no
  NFLOG support:                           no
  IPFW support:                            no
  Netmap support:                          no
  DAG enabled:                             no
  Napatech enabled:                        no
  WinDivert enabled:                       no

  Unix socket enabled:                     yes
  Detection enabled:                       yes

  Libmagic support:                        yes
  libnss support:                          yes
  libnspr support:                         yes
  libjansson support:                      yes
  liblzma support:                         no
  hiredis support:                         no
  hiredis async with libevent:             no
  Prelude support:                         no
  PCRE jit:                                yes
  LUA support:                             yes, through luajit
  libluajit:                               yes
  libgeoip:                                yes
  Non-bundled htp:                         no
  Old barnyard2 support:                   no
  Hyperscan support:                       yes
  Libnet support:                          yes
  liblz4 support:                          yes

  Rust support:                            yes (default)
  Rust strict mode:                        yes
  Rust debug mode:                         no
  Rust compiler:                           rustc 1.24.1
  Rust cargo:                              cargo 0.25.0

  Install suricatasc:                      yes
  Install suricata-update:                 no

  Profiling enabled:                       no
  Profiling locks enabled:                 no

Development settings:
  Coccinelle / spatch:                     no
  Unit tests enabled:                      no
  Debug output enabled:                    no
  Debug validation enabled:                no

Generic build parameters:
  Installation prefix:                     /usr
  Configuration directory:                 /etc/suricata/
  Log directory:                           /var/log/suricata/

  --prefix                                 /usr
  --sysconfdir                             /etc
  --localstatedir                          /var
  --datarootdir                            /usr/share

  Host:                                    x86_64-pc-linux-gnu
  Compiler:                                clang-6.0 (exec name) / clang (real)
  GCC Protect enabled:                     no
  GCC march native enabled:                yes
  GCC Profile enabled:                     no
  Position Independent Executable enabled: no
  CFLAGS                                   -g -O2 -march=native -I${srcdir}/../rust/gen/c-headers
  PCAP_CFLAGS                               -I/usr/include
  SECCFLAGS                                


Files

sigabrt (24.9 KB) sigabrt Peter Manev, 01/28/2019 09:29 PM
Actions #1

Updated by Victor Julien about 5 years ago

Yeah that looks like memory corruption, hard to say where/how though.

Actions #2

Updated by Victor Julien about 5 years ago

warning: Unexpected size of section `.reg-xstate/84505' in core file.
Cannot access memory at address 0x7fe4322fc148
Cannot access memory at address 0x7fe4322fc140
Failed to read a valid object file image from memory.
Core was generated by `suricata -vvv --af-packet -S /opt/rules/*.rules --pidfile=/var/run/suricata.pid'.
Program terminated with signal SIGABRT, Aborted.

(gdb) thread apply all bt
warning: Unexpected size of section `.reg-xstate/84482' in core file.

Thread 53 (LWP 84482):
#0  0x00007fe42f505ec7 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe178ff6200
warning: Unexpected size of section `.reg-xstate/84511' in core file.

Thread 52 (LWP 84511):
#0  0x00007fe42da4d3c3 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fdf9fffc920
warning: Unexpected size of section `.reg-xstate/84477' in core file.

Thread 51 (LWP 84477):
#0  suricata::ntp::ntp::NTPState::get_tx_by_id::_$u7b$$u7b$closure$u7d$$u7d$::he2b0f9ad0c6e8faf () at src/ntp/ntp.rs:125
#1  core::iter::iterator::Iterator::find::_$u7b$$u7b$closure$u7d$$u7d$::h1863ab04ee697c63 (x=<optimized out>) at libcore/iter/iterator.rs:1630
#2  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1182
#3  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#4  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#5  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe17b7fc0c8
warning: Unexpected size of section `.reg-xstate/84483' in core file.

Thread 50 (LWP 84483):
#0  0x000000000062b1dc in suricata::ntp::ntp::NTPState::get_tx_by_id::_$u7b$$u7b$closure$u7d$$u7d$::he2b0f9ad0c6e8faf () at src/ntp/ntp.rs:125
#1  core::iter::iterator::Iterator::find::_$u7b$$u7b$closure$u7d$$u7d$::h1863ab04ee697c63 (x=<optimized out>) at libcore/iter/iterator.rs:1630
#2  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1183
#3  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#4  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#5  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe107ffd0c8
warning: Unexpected size of section `.reg-xstate/84491' in core file.

Thread 49 (LWP 84491):
#0  0x00007fe42f50477b in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe0937fb1c0
warning: Unexpected size of section `.reg-xstate/84475' in core file.

Thread 48 (LWP 84475):
#0  core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::h2e0a252b3a569dfd (count=1, self=<optimized out>) at libcore/ptr.rs:622
#1  _$LT$$BP$const$u20$T$u20$as$u20$core..slice..PointerExt$GT$::slice_offset::ha7b6f2dd6c768736 (i=1, self=<optimized out>) at libcore/slice/mod.rs:241
#2  core::slice::PointerExt::post_inc::h6aa8841e011257c9 (self=<optimized out>) at libcore/slice/mod.rs:1537
#3  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1184
#4  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#5  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#6  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe1ecff70c8
warning: Unexpected size of section `.reg-xstate/84509' in core file.

Thread 47 (LWP 84509):
#0  0x00007fe43002e508 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fdfb97f93b0
warning: Unexpected size of section `.reg-xstate/84508' in core file.

Thread 46 (LWP 84508):
#0  0x00007fe42da2428d in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fdfb9ff9b70
warning: Unexpected size of section `.reg-xstate/84510' in core file.

Thread 45 (LWP 84510):
#0  0x00007fe43002e508 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fdfb8ff83a0
warning: Unexpected size of section `.reg-xstate/84495' in core file.
---Type <return> to continue, or q <return> to quit---

Thread 44 (LWP 84495):
#0  0x00007fe42da4b67d in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe0917f8aa0
warning: Unexpected size of section `.reg-xstate/84507' in core file.

Thread 43 (LWP 84507):
#0  0x00007fe42d9e3752 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fdfba7faa50
warning: Unexpected size of section `.reg-xstate/84504' in core file.

Thread 42 (LWP 84504):
#0  0x00000000005c7287 in PoolReturn (p=0x7fe00336b640, data=0x7fdff6df2e10) at util-pool.c:366
Backtrace stopped: Cannot access memory at address 0x7fdfbbffdb48
warning: Unexpected size of section `.reg-xstate/84506' in core file.

Thread 41 (LWP 84506):
#0  0x00000000005c7287 in PoolReturn (p=0x7fe07736b640, data=0x7fe06abcce10) at util-pool.c:366
Backtrace stopped: Cannot access memory at address 0x7fdfbaffbb48
warning: Unexpected size of section `.reg-xstate/84502' in core file.

Thread 40 (LWP 84502):
#0  0x00000000004ff7ff in FlowTimeoutHash (try_cnt=0, ts=<optimized out>, hash_min=<optimized out>, hash_max=<optimized out>, counters=<optimized out>) at flow-manager.c:436
#1  FlowManager (th_v=<optimized out>, thread_data=<optimized out>) at flow-manager.c:708
Backtrace stopped: Cannot access memory at address 0x7fe01d7f93f8
warning: Unexpected size of section `.reg-xstate/84503' in core file.

Thread 39 (LWP 84503):
#0  FlowTimeoutHash (try_cnt=0, ts=<optimized out>, hash_min=<optimized out>, hash_max=<optimized out>, counters=<optimized out>) at flow-manager.c:442
#1  FlowManager (th_v=<optimized out>, thread_data=<optimized out>) at flow-manager.c:708
Backtrace stopped: Cannot access memory at address 0x7fe01cff83f8
warning: Unexpected size of section `.reg-xstate/84500' in core file.

Thread 38 (LWP 84500):
#0  0x00007fe430030f5c in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe01e7faa28
warning: Unexpected size of section `.reg-xstate/84501' in core file.

Thread 37 (LWP 84501):
#0  FlowTimeoutHash (try_cnt=0, ts=<optimized out>, hash_min=<optimized out>, hash_max=<optimized out>, counters=<optimized out>) at flow-manager.c:442
#1  FlowManager (th_v=<optimized out>, thread_data=<optimized out>) at flow-manager.c:708
Backtrace stopped: Cannot access memory at address 0x7fe01dffa3f8
warning: Unexpected size of section `.reg-xstate/84499' in core file.

Thread 36 (LWP 84499):
#0  core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::h2e0a252b3a569dfd (count=1, self=<optimized out>) at libcore/ptr.rs:622
#1  _$LT$$BP$const$u20$T$u20$as$u20$core..slice..PointerExt$GT$::slice_offset::ha7b6f2dd6c768736 (i=1, self=<optimized out>) at libcore/slice/mod.rs:241
#2  core::slice::PointerExt::post_inc::h6aa8841e011257c9 (self=<optimized out>) at libcore/slice/mod.rs:1537
#3  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1184
#4  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#5  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#6  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe01effb0c8
warning: Unexpected size of section `.reg-xstate/84494' in core file.

Thread 35 (LWP 84494):
#0  0x00007fe42da4b67d in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe091ff9aa0
warning: Unexpected size of section `.reg-xstate/84497' in core file.

Thread 34 (LWP 84497):
#0  0x00007fe42f50804a in ?? ()
---Type <return> to continue, or q <return> to quit---  
Backtrace stopped: Cannot access memory at address 0x7fe01fffc200
warning: Unexpected size of section `.reg-xstate/84498' in core file.

Thread 33 (LWP 84498):
#0  0x00007fe42f5a9a54 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe01f7fb4f0
warning: Unexpected size of section `.reg-xstate/84496' in core file.

Thread 32 (LWP 84496):
#0  0x00007fe42f504796 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe090ff61c0
warning: Unexpected size of section `.reg-xstate/84492' in core file.

Thread 31 (LWP 84492):
#0  0x00007fe42f618b58 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe092ff9fa0
warning: Unexpected size of section `.reg-xstate/84484' in core file.

Thread 30 (LWP 84484):
#0  0x00007fe42f504f65 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe1077fb200
warning: Unexpected size of section `.reg-xstate/84493' in core file.

Thread 29 (LWP 84493):
#0  0x00007fe42f5a9a0d in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe0927f94c0
warning: Unexpected size of section `.reg-xstate/84487' in core file.

Thread 28 (LWP 84487):
#0  core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::h2e0a252b3a569dfd (count=1, self=<optimized out>) at libcore/ptr.rs:622
#1  _$LT$$BP$const$u20$T$u20$as$u20$core..slice..PointerExt$GT$::slice_offset::ha7b6f2dd6c768736 (i=1, self=<optimized out>) at libcore/slice/mod.rs:241
#2  core::slice::PointerExt::post_inc::h6aa8841e011257c9 (self=<optimized out>) at libcore/slice/mod.rs:1537
#3  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1184
#4  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#5  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#6  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe105ff90c8
warning: Unexpected size of section `.reg-xstate/84490' in core file.

Thread 27 (LWP 84490):
#0  0x00000000004611b3 in StatsIncr (tv=0x7fe2a03ed4f0, id=4) at counters.c:172
Backtrace stopped: Cannot access memory at address 0x7fe093ffc9b8
warning: Unexpected size of section `.reg-xstate/84489' in core file.

Thread 26 (LWP 84489):
#0  core::slice::ptrdistance::h7caadbdfcba88f93 (start=<optimized out>, end=<optimized out>) at libcore/slice/mod.rs:1
#1  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1180
#2  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#3  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#4  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe104ff70c8
warning: Unexpected size of section `.reg-xstate/84488' in core file.

Thread 25 (LWP 84488):
#0  core::slice::ptrdistance::h7caadbdfcba88f93 (start=<optimized out>, end=<optimized out>) at libcore/slice/mod.rs:1
#1  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1180
#2  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#3  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#4  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe1057f80c8
warning: Unexpected size of section `.reg-xstate/84486' in core file.

---Type <return> to continue, or q <return> to quit---
Thread 24 (LWP 84486):
#0  0x00007fe42f50508a in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe1067f9200
warning: Unexpected size of section `.reg-xstate/84485' in core file.

Thread 23 (LWP 84485):
#0  core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset_to::h91e165bc8c13805e (self=<optimized out>, other=<optimized out>) at libcore/ptr.rs:699
#1  core::slice::ptrdistance::h7caadbdfcba88f93 (start=<optimized out>, end=<optimized out>) at libcore/slice/mod.rs:1523
#2  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1180
#3  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#4  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#5  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe106ffb0c8
warning: Unexpected size of section `.reg-xstate/84479' in core file.

Thread 22 (LWP 84479):
#0  0x00007fe42da4b67d in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe17a7faaa0
warning: Unexpected size of section `.reg-xstate/84481' in core file.

Thread 21 (LWP 84481):
#0  0x00007fe42f504d61 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe1797f7200
warning: Unexpected size of section `.reg-xstate/84480' in core file.

Thread 20 (LWP 84480):
#0  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1184
#1  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#2  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#3  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe179ff90c8
warning: Unexpected size of section `.reg-xstate/84478' in core file.

Thread 19 (LWP 84478):
#0  0x000000000062b1dc in suricata::ntp::ntp::NTPState::get_tx_by_id::_$u7b$$u7b$closure$u7d$$u7d$::he2b0f9ad0c6e8faf () at src/ntp/ntp.rs:125
#1  core::iter::iterator::Iterator::find::_$u7b$$u7b$closure$u7d$$u7d$::h1863ab04ee697c63 (x=<optimized out>) at libcore/iter/iterator.rs:1630
#2  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1183
#3  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#4  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#5  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe17affb0c8
warning: Unexpected size of section `.reg-xstate/84472' in core file.

Thread 18 (LWP 84472):
#0  0x00007fe42f618a97 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe1ee7f91b8
warning: Unexpected size of section `.reg-xstate/84471' in core file.

Thread 17 (LWP 84471):
#0  0x00007fe42da4b67d in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe1eeffbaa0
warning: Unexpected size of section `.reg-xstate/84476' in core file.

Thread 16 (LWP 84476):
#0  0x00007fe42f618b82 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe17bffbfa0
warning: Unexpected size of section `.reg-xstate/84474' in core file.

Thread 15 (LWP 84474):

#0  FlowGetProtoMapping (proto=17 '\021') at flow-util.c:97
Backtrace stopped: Cannot access memory at address 0x7fe1ed7f8108
warning: Unexpected size of section `.reg-xstate/84466' in core file.
---Type <return> to continue, or q <return> to quit---

Thread 14 (LWP 84466):
#0  0x00007fe42da4b67d in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe261ff9aa0
warning: Unexpected size of section `.reg-xstate/84470' in core file.

Thread 13 (LWP 84470):
#0  0x000000000062b1dc in suricata::ntp::ntp::NTPState::get_tx_by_id::_$u7b$$u7b$closure$u7d$$u7d$::he2b0f9ad0c6e8faf () at src/ntp/ntp.rs:125
#1  core::iter::iterator::Iterator::find::_$u7b$$u7b$closure$u7d$$u7d$::h1863ab04ee697c63 (x=<optimized out>) at libcore/iter/iterator.rs:1630
#2  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1183
#3  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#4  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#5  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe1ef7fc0c8
warning: Unexpected size of section `.reg-xstate/84469' in core file.

Thread 12 (LWP 84469):
#0  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1184
#1  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#2  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#3  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe1efffd0c8
warning: Unexpected size of section `.reg-xstate/84473' in core file.

Thread 11 (LWP 84473):
#0  0x000000000062b1c8 in core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset_to::h91e165bc8c13805e (self=<optimized out>, other=<optimized out>) at libcore/ptr.rs:699
#1  core::slice::ptrdistance::h7caadbdfcba88f93 (start=<optimized out>, end=<optimized out>) at libcore/slice/mod.rs:1523
#2  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1180
#3  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#4  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#5  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe1edff90c8
warning: Unexpected size of section `.reg-xstate/84468' in core file.

Thread 10 (LWP 84468):
#0  0x000000000062b1c0 in core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset_to::h91e165bc8c13805e (self=<optimized out>, other=<optimized out>) at libcore/ptr.rs:699
#1  core::slice::ptrdistance::h7caadbdfcba88f93 (start=<optimized out>, end=<optimized out>) at libcore/slice/mod.rs:1523
#2  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1180
#3  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#4  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#5  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe260ff70c8
warning: Unexpected size of section `.reg-xstate/84467' in core file.

Thread 9 (LWP 84467):
#0  0x00007fe42f504ca7 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe2617f7200
warning: Unexpected size of section `.reg-xstate/84456' in core file.

Thread 8 (LWP 84456):
#0  0x00007fe42da2428d in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fff2118a900
warning: Unexpected size of section `.reg-xstate/84463' in core file.

Thread 7 (LWP 84463):
#0  0x00007fe42da4b67d in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe2637fcaa0
warning: Unexpected size of section `.reg-xstate/84465' in core file.

Thread 6 (LWP 84465):
---Type <return> to continue, or q <return> to quit---
#0  core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::h2e0a252b3a569dfd (count=1, self=<optimized out>) at libcore/ptr.rs:622
#1  _$LT$$BP$const$u20$T$u20$as$u20$core..slice..PointerExt$GT$::slice_offset::ha7b6f2dd6c768736 (i=1, self=<optimized out>) at libcore/slice/mod.rs:241
#2  core::slice::PointerExt::post_inc::h6aa8841e011257c9 (self=<optimized out>) at libcore/slice/mod.rs:1537
#3  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1184
#4  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#5  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#6  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe2627fa0c8
warning: Unexpected size of section `.reg-xstate/84464' in core file.

Thread 5 (LWP 84464):
#0  0x000000000062b1b7 in core::num::_$LT$impl$u20$isize$GT$::wrapping_sub::h807282a23689eb3e (rhs=140562748057680, self=<optimized out>) at libcore/num/mod.rs:668
#1  core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset_to::h91e165bc8c13805e (self=<optimized out>, other=<optimized out>) at libcore/ptr.rs:698
#2  core::slice::ptrdistance::h7caadbdfcba88f93 (start=<optimized out>, end=<optimized out>) at libcore/slice/mod.rs:1523
#3  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1180
#4  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#5  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#6  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe262ffb0c8
warning: Unexpected size of section `.reg-xstate/84462' in core file.

Thread 4 (LWP 84462):
#0  suricata::ntp::ntp::NTPState::get_tx_by_id::_$u7b$$u7b$closure$u7d$$u7d$::he2b0f9ad0c6e8faf () at src/ntp/ntp.rs:125
#1  core::iter::iterator::Iterator::find::_$u7b$$u7b$closure$u7d$$u7d$::h1863ab04ee697c63 (x=<optimized out>) at libcore/iter/iterator.rs:1630
#2  _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::try_fold::h021cbbfc2754cfd9 (self=<optimized out>, init=<optimized out>, f=...) at libcore/slice/mod.rs:1182
#3  core::iter::iterator::Iterator::find::hcff2b1f28283fc2b (self=<optimized out>, predicate=...) at libcore/iter/iterator.rs:1629
#4  suricata::ntp::ntp::NTPState::get_tx_by_id::h493869d05617524a (tx_id=<optimized out>, self=<optimized out>) at src/ntp/ntp.rs:125
#5  rs_ntp_state_get_tx (state=<optimized out>, tx_id=<optimized out>) at src/ntp/ntp.rs:224
Backtrace stopped: Cannot access memory at address 0x7fe263ffd0c8
warning: Unexpected size of section `.reg-xstate/84461' in core file.

Thread 3 (LWP 84461):
#0  0x00007fe42f504d98 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fe280d53200
warning: Unexpected size of section `.reg-xstate/84460' in core file.

Thread 2 (LWP 84460):
#0  0x00000000004680c2 in DecodeTCPPacket (tv=<optimized out>, p=<optimized out>, pkt=<optimized out>, len=<optimized out>) at decode-tcp.c:173
#1  DecodeTCP (tv=<optimized out>, dtv=<optimized out>, p=0x7fe279ee9fd0, pkt=0x7fdf8d8194b8 <error: Cannot access memory at address 0x7fdf8d8194b8>, len=1460, pq=<optimized out>) at decode-tcp.c:204
Backtrace stopped: Cannot access memory at address 0x7fe281554918

Thread 1 (LWP 84505):
#0  0x00007fe42d99efff in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fdfbb7fc5d8
(gdb) 
(gdb) 
(gdb) 
Actions #3

Updated by Andreas Herz almost 5 years ago

  • Assignee set to OISF Dev
  • Target version set to TBD
Actions #4

Updated by Andreas Herz over 4 years ago

Did you see it again somewhere?

Actions #5

Updated by Peter Manev over 4 years ago

No I have not.

Actions #6

Updated by Victor Julien over 4 years ago

  • Status changed from New to Closed
  • Assignee deleted (OISF Dev)
  • Target version deleted (TBD)

Can't reproduce and backtrace holds no clues. Closing.

Actions

Also available in: Atom PDF