Vitalie Spinu writes: > I have bisected it to: > > yes: 5d8b0fadee * | Add terminal hook query_frame_background_color > err: 41e20ee4bc * | Add terminal hook defined_color_hook > err: a411517faf * | Rename generic x_* identifiers > err: da9541dd10 * | Add prefixes to some window system-dependent procedures > no: ff4e31fa32 * | Rename generic x_* procedures in xdisp.c > > The commits marked with err: don't build. So should be one of the top 4 commits. > > > Vitalie > >>> On Fri, May 31 2019 10:30, Vitalie Spinu wrote: > >> Hi, > >> One of my packages started segfaulting in tests after emacs 27 update. I cannot >> reproduce it in an X session, nor make a simple reproducible example. Hopefully >> the backtraces will be enough. > >> The issue appeared in the last 4-5 months. I can bisect if needed. I can't reproduce this, but looking at the likely culprit (41e20ee4bc) it's likely due to the frame being the initial frame. Just to make sure, could you test with this simple primitive check for this?