Bo Peng wrote:
I can't reproduce. I tried what you suggested in the report, but still
didn't get a crash. Can you post or send a minimal file?
OK. I have confirmed that this is our old signals + gcc 3 friend. When
I compile the program with gcc 4, the problem goes away. It should be
a missing disconnect somewhere, something similar to
http://marc.info/?l=lyx-devel&m=118056557300550&w=2
Abdel, you have worked on this boost signals thing a lot. Do you have
any idea what is going on here?
It seems like the same problem indeed. You need to disconnect the
connection created in GraphicsLoader.cpp:
Loader::connect(slot_type const & slot)
But I don't know where this connection is stored and if it is stored
actually.
Abdel.