From: Eric B. <er...@go...> - 2007-12-24 16:33:26
|
Colin Paul Adams wrote: > When running under the gdb I get: > > Call on Void target! > [Switching to Thread -1208531248 (LWP 755)] > > Breakpoint 1, GE_raise (code=1) at gestalt_test_driver48.c:24535 > 24535 GE_rescue* r = GE_last_rescue; > (gdb) > > (gdb) backtrace > #0 GE_raise (code=1) at gestalt_test_driver48.c:24535 > #1 0x09afbe26 in GE_check_void (obj=0x0) at gestalt_test_driver48.c:24608 > #2 0x08bc2571 in T1480f305 (ac=0xbfc2dfcc, C=0xb817540, a1=0xb447cb0) > at gestalt_test_driver20.c:27100 This does not make sense to me. The C function T1480f305 corresponds to XM_XPATH_IDREF.create_node_iterator, which looks like that: create_node_iterator (a_context: XM_XPATH_CONTEXT) is -- Create an iterator over a node sequence do todo ("create_node_iterator", False) end I don't see how there could be a call-on-void-target in that routine, there is no qualified call! -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |