Here's an excerpt from the gdb output:
- Code: Select all
Program received signal
signal-name
SIGSEGV
Segmentation fault
frame-function-name
wxFrameManager::UpdateButtonOnScreen(wxDockUIPat*, wxMouseEvent const&)
frame-args{
arg-begin
this
arg-name-end
=
arg-value *
0x1d10ea4
arg-end
frame-source-line
3639
frame-source-end
source C:/.../src/manager.cpp:3639:116567:beg0x514f58
frame-end
stopped
...
There is no member named SetDeviceOrigin.
Disabling display 1 to avoid infinite recursion.
The only way I can prevent this crash is by either commenting out the contents of UpdateButtonOnScreen or preventing it being called on rollover (i.e. it gets called at left button down/up, but not when the mouse hovers over the button).
I'm using 0.92 as published on this site. Should I be using the source from the wxW CVS?