Jean-Marc Lasgouttes wrote: >> OK the first (SIGABRT) is: >> http://www.lyx.org/trac/ticket/6001 (fixedintrunk) >> >> The six remaining unique SIGSEGV reports are: > > Lots of interesting stuff here. It may be nice to run LyX with some debug > flag which shows the lfuns that get executed. I am not sure which one it > is, I'll have to check.
my suspection is that the window management stuff is leaking somewhere. its like killing window without updating lyx_view_ and the number of the bug around just because lyx_view_ is pointing to already deleted memory in many different places. maybe we could provide small patch which just monitors new/closed windows and the lyx_view_ variables around. John seems to be very capable of trigerring those things and providing reasonable reports too ;) pavel
