Author Topic: Context menu close segfault  (Read 4833 times)

Ardaen

  • Guest
Context menu close segfault
« on: August 28, 2005, 10:22:31 am »
Well, I built both RC1-1 and the cvs after its been merged with that other branch and doesn't use stc anymore with the patched 2.4.2 wxWidgets as per the tutorial in the wiki...

If I use the context menu close, close all, it crashes with a segfault after the EditorBase::OnContextMenuEntry function returns. I'd fix it but I dont have a clue about gtk. I don't have this problem in windows.

This doesn't happen with the close button or using the file menu to close the file. Only the context menu. I guess the editor manager close call is destroying something gtk wants to use after the context menu event?