https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255445

--- Comment #18 from yocal...@gmail.com <yocal...@gmail.com> ---
(In reply to Victor Stinner from comment #17)

Thanks for the tips and the links to your notes. However, the panics are still
happening on py3.9.4. Unfortunately, I've analyzed 11 core dumps at this point.
10 from py3.8 and 1 from py3.9.4. All of their tstate has a reference to
lxml.etree._ParserDictionaryContext. I actually just analyzed a multiprocessing
core dump and it is panic'ing during garbage collection (visit_decref) but the
story is the same. _ParserDictionaryContext is in the thread at time of dump.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to