Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index_worker core dump #72

Closed
arete opened this issue Oct 9, 2024 · 2 comments
Closed

Index_worker core dump #72

arete opened this issue Oct 9, 2024 · 2 comments

Comments

@arete
Copy link

arete commented Oct 9, 2024

Hi have this core dump in the log

ct 09 17:06:23 indexer-worker(l*******************)<1130><iIJsHw64BmdrBAAA5zHA8w:yGfgMA64BmdqBAAA5zHA8w>: Panic: file hash.c: line 266 (hash_table_insert_node): assertion failed: (opcode == HASH_TABLE_OP_UPDATE)
Oct 09 17:06:23 indexer-worker(*******************)<1130><iIJsHw64BmdrBAAA5zHA8w:yGfgMA64BmdqBAAA5zHA8w>: Fatal: master: service(indexer-worker): child 1130 killed with signal 6 (core dumped)
Oct 09 17:34:32 indexer-worker(*******************)<1171><OCwVJ1y+BmeSBAAA5zHA8w:ENJJOFy+BmeTBAAA5zHA8w>: Fatal: master: service(indexer-worker): child 1171 killed with signal 11 (core dumped)
Oct 09 18:14:35 indexer-worker(*******************)<1201><mCULHgrIBmeyBAAA5zHA8w:MCuNMArIBmexBAAA5zHA8w>: Fatal: master: service(indexer-worker): child 1201 killed with signal 11 (core dumped)

the config is this:

plugiin {
  fts = flatcurve
  fts_autoindex = yes
  fts_enforced = yes
  fts_languages = en de es it 
  fts_tokenizers = generic email-address
  fts_tokenizer_email_address = maxlen=60
  fts_tokenizer_generic = algorithm=simple maxlen=30
  
  fts_filters = normalizer-icu lowercase snowball stopwords 
  fts_filters_en = normalizer-icu lowercase snowball english-possessive stopwords
  fts_header_excludes = Received DKIM-* ARC-* X-* x-* Comments Delivered-To Return-Path Authentication-Results Message-ID References In-Reply-To Thread-* Accept-La
nguage Content-* MIME-Version
  # Used by both the Sieve plugin and the ManageSieve protocol
`
@slusarz
Copy link
Owner

slusarz commented Oct 16, 2024

The crash is occurring in Dovecot core code, not flatcurve.

You would need to do debugging steps listed at https://www.dovecot.org/bugreport-mail/ to gather sufficient information to confirm this is an issue with flatcurve, and to be able to determine what that issue is. Alternatively, you can provide a reproducible testcase that triggers the crash.

@slusarz
Copy link
Owner

slusarz commented Jan 4, 2025

No feedback.

@slusarz slusarz closed this as completed Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants