9 Jun
2008
9 Jun
'08
6:16 p.m.
Hi, all.
I am geting a segfault at line 413 in select-context.cpp during startup:
switch (event->type) {
where "event" is null.
This is in sp_select_context_root_handler(), which is called by, in the stack, sp_event_context_root_handler() sp_desktop_root_handler(), which is called by sp_marshal_BOOLEAN__POINTER() which is a Glib thing.
"event" appears to be null all the way up.
Has there been a change to any of the knot code to cause this, or am I seeing a typical verb alignment problem from verbs.h being edited and a clean build being required? I did a clean build twice, just in case, but no effect.
bob