Opened 6 years ago
Last modified 6 years ago
#58437 new defect
pcre, pcre2 jit libraries hang calling functions, resulting in segmentation faults — at Initial Version
Reported by: | essandess (Steve Smith) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | larryv (Lawrence Velázquez) | |
Port: | pcre pcre2 |
Description
The pcre, pcre2 jit libraries hang when called in some situations, causing segmentation faults.
This is observed when they are used as dependencies for https://github.com/rspamd/rspamd.
Here's a core dump using pcre: https://github.com/rspamd/rspamd/issues/2884#issuecomment-489235483
The offending routines in this example are: sljit_free_code
and _pcre_jit_compile
.
Note: See
TracTickets for help on using
tickets.