Re: gconfd process eating CPU




Mark:

On Fri, 2004-12-17 at 17:31 -0600, Brian Cameron wrote:


Such sick gconfd-2 processes have the following stack trace:

  core 'core.64457' of 64457:     /usr/lib/gconfd-2 13
   ff19d9c8 _poll    (39660, d, 7055, 56240, 0, 3) + 8
   ff22a28c g_main_context_poll (35e20, 7055, 7fffffff, 39660, d, ff280410) + d4
   ff2294cc g_main_context_iterate (35e20, 1, 1, 0, 35e28, 39660) + 37c
   ff229e00 g_main_loop_run (3dfd8, 1, 0, ff282c54, 2c3f0, 400) + 300
   000167c4 gconf_main (3dfd8, 17400, 2a000, 2ad58, 0, 2ac2c) + 90
   00016508 main     (0, fbc9, 2abd4, 0, 18fe8, 33b88) + 4d8
   000130d0 _start   (0, 0, 0, 0, 0, 0) + 108

Unfortunately, that doesn't really give me much of a hint of what is going
wrong with gconfd-2.

	One possibility is that one of the file descriptors we are polling has
a pending condition which we aren't processing or that the file
descriptor was closed but never removed from the poll. An strace of
gconfd-2 would help you figure out if that is the case.

Sorry for the slow response.  gconfd-2 only falls into this CPU-eating state
about 1/1000 of the time, which happens frequently enough to be a bother for
our multi-user servers.  But I can only get information when someone who has
hit the problem is available to help run commands, which was a bit hard over
the holidays.

Running "truss -fald -u <pid>" shows the following output where the poll loops
with the last argument starting at 14696 then looping down to 1, then starting
at 1000 and looping down to 0, then starting at 120000 and looping down, etc.
By default truss just shows system calls.  In other words, it looks like this:

---

24777/1:     0.0026 poll(0x0004A780, 15, 14696)         = 14
[...]
24777/1:    14.6991 poll(0x0004A780, 15, 1)             = 14
24777/1:    14.6992 time()                      = 1104856269
24777/1:    14.6992 time()                      = 1104856269
24777/1:    14.6993 time()                      = 1104856269
24777/1:    14.6994 poll(0x0004A780, 15, 1000)          = 14
[...]
24777/1:    15.6992 poll(0x0004A780, 15, 0)             = 14
24777/1:    15.6993 time()                      = 1104856270
24777/1:    15.6994 time()                      = 1104856270
24777/1:    15.6995 poll(0x0004A780, 15, 120000)            = 14

---

To get more information, I then ran "truss -fald -u a.out -u ld -u '*::'".
The "-u a.out" tells truss to report on functions within the binary
executable, the "-u ld" tells it to report on the dynamic linker, and the
"-u '*::' tells it to report on library functions.  I've attached the
output from this command for a single poll loop.  The code seems to
be spending much of its time in libglib-2.0, libgobject-2.0, liblinc,
and libORBit-2.

Does this information highlight anything that might be going wrong,
or any further tests we could run to track down what might be causing
gconfd-2 to enter this sick state?

--

Brian
4335/1:		 0.9828	poll(0x002DCC48, 28, 69448)			= 13
4335/1 1:	 0.9829	            <- libc:_poll() = 13
4335/1 1:	 0.9831	          <- libthread:poll() = 13
4335/1 1:	 0.9834	        <- libglib-2.0:g_main_context_poll() = 0x35e20
4335/1 1:	 0.9836	        -> libglib-2.0:g_main_context_check(0x35e20, 0x7fffffff, 0x2dcc48, 0x1c)
4335/1 1:	 0.9842	          -> liblinc:linc_source_check(0x35dd0, 0xffbfed2f, 0x1, 0x0)
4335/1 1:	 0.9846	          <- liblinc:linc_source_check() = 0
4335/1 1:	 0.9849	          -> libglib-2.0:g_timeout_check(0x38900, 0x3, 0x2, 0x0)
4335/1 1:	 0.9851	            -> libglib-2.0:g_source_get_current_time(0x38900, 0xffbfecc0, 0x0, 0x0)
4335/1 1:	 0.9854	              -> libglib-2.0:g_get_current_time(0x35e9c, 0x0, 0x0, 0x0)
4335/1 1:	 0.9856	                -> libc:gettimeofday(0xffbfebf8, 0x0, 0x0, 0x0)
4335/1 1:	 0.9859	                <- libc:gettimeofday() = 0
4335/1 1:	 0.9861	              <- libglib-2.0:g_get_current_time() = 0x35e9c
4335/1 1:	 0.9863	            <- libglib-2.0:g_source_get_current_time() = 0
4335/1 1:	 0.9866	          <- libglib-2.0:g_timeout_check() = 0
4335/1 1:	 0.9868	          -> libglib-2.0:g_timeout_check(0x38a90, 0x2, 0x1, 0x0)
4335/1 1:	 0.9870	            -> libglib-2.0:g_source_get_current_time(0x38a90, 0xffbfecc0, 0x0, 0x0)
4335/1 1:	 0.9873	            <- libglib-2.0:g_source_get_current_time() = 0
4335/1 1:	 0.9875	          <- libglib-2.0:g_timeout_check() = 0
4335/1 1:	 0.9877	          -> libglib-2.0:g_timeout_check(0x38b78, 0x2, 0x1, 0x0)
4335/1 1:	 0.9880	            -> libglib-2.0:g_source_get_current_time(0x38b78, 0xffbfecc0, 0x0, 0x0)
4335/1 1:	 0.9882	            <- libglib-2.0:g_source_get_current_time() = 0
4335/1 1:	 0.9885	          <- libglib-2.0:g_timeout_check() = 0
4335/1 1:	 0.9887	          -> liblinc:linc_source_check(0x99708, 0x2, 0x1, 0x0)
4335/1 1:	 0.9890	          <- liblinc:linc_source_check() = 1
4335/1 1:	 0.9892	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0x99708, 0x3b, 0x0)
4335/1 1:	 0.9894	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 0.9897	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 0.9899	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 0.9901	          -> liblinc:linc_source_check(0x97d60, 0x4, 0x3, 0x0)
4335/1 1:	 0.9904	          <- liblinc:linc_source_check() = 1
4335/1 1:	 0.9906	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0x97d60, 0x3b, 0x0)
4335/1 1:	 0.9908	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 0.9911	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 0.9913	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 0.9915	          -> liblinc:linc_source_check(0x97f28, 0x4, 0x3, 0x0)
4335/1 1:	 0.9917	          <- liblinc:linc_source_check() = 1
4335/1 1:	 0.9920	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0x97f28, 0x3b, 0x0)
4335/1 1:	 0.9922	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 0.9924	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 0.9927	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 0.9929	          -> liblinc:linc_source_check(0x99268, 0x4, 0x3, 0x0)
4335/1 1:	 0.9931	          <- liblinc:linc_source_check() = 1
4335/1 1:	 0.9933	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0x99268, 0x3b, 0x0)
4335/1 1:	 0.9936	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 0.9938	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 0.9940	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 0.9943	          -> liblinc:linc_source_check(0x99468, 0x4, 0x3, 0x0)
4335/1 1:	 0.9945	          <- liblinc:linc_source_check() = 1
4335/1 1:	 0.9947	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0x99468, 0x3b, 0x0)
4335/1 1:	 0.9950	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 0.9952	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 0.9954	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 0.9956	          -> liblinc:linc_source_check(0xad8a8, 0x4, 0x3, 0x0)
4335/1 1:	 0.9959	          <- liblinc:linc_source_check() = 1
4335/1 1:	 0.9961	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0xad8a8, 0x3b, 0x0)
4335/1 1:	 0.9965	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 0.9967	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 0.9970	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 0.9972	          -> liblinc:linc_source_check(0xb0498, 0x4, 0x3, 0x0)
4335/1 1:	 0.9974	          <- liblinc:linc_source_check() = 1
4335/1 1:	 0.9976	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0xb0498, 0x3b, 0x0)
4335/1 1:	 0.9981	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 0.9987	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 0.9989	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 0.9991	          -> liblinc:linc_source_check(0xb0ab0, 0x4, 0x3, 0x0)
4335/1 1:	 0.9995	          <- liblinc:linc_source_check() = 1
4335/1 1:	 0.9998	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0xb0ab0, 0x3b, 0x0)
4335/1 1:	 1.0001	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 1.0003	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 1.0006	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 1.0008	          -> liblinc:linc_source_check(0xb1480, 0x4, 0x3, 0x0)
4335/1 1:	 1.0010	          <- liblinc:linc_source_check() = 1
4335/1 1:	 1.0012	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0xb1480, 0x3b, 0x0)
4335/1 1:	 1.0015	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 1.0017	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 1.0019	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 1.0022	          -> liblinc:linc_source_check(0xb16a0, 0x4, 0x3, 0x0)
4335/1 1:	 1.0024	          <- liblinc:linc_source_check() = 1
4335/1 1:	 1.0028	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0xb16a0, 0x3b, 0x0)
4335/1 1:	 1.0032	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 1.0035	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 1.0037	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 1.0039	          -> liblinc:linc_source_check(0xb1890, 0x4, 0x3, 0x0)
4335/1 1:	 1.0042	          <- liblinc:linc_source_check() = 1
4335/1 1:	 1.0044	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0xb1890, 0x3b, 0x0)
4335/1 1:	 1.0047	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 1.0049	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 1.0051	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 1.0054	          -> liblinc:linc_source_check(0xb1a88, 0x4, 0x3, 0x0)
4335/1 1:	 1.0056	          <- liblinc:linc_source_check() = 1
4335/1 1:	 1.0058	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0xb1a88, 0x3b, 0x0)
4335/1 1:	 1.0061	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 1.0063	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 1.0065	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 1.0068	          -> liblinc:linc_source_check(0xb1b98, 0x4, 0x3, 0x0)
4335/1 1:	 1.0070	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0072	          -> liblinc:linc_source_check(0xb1d68, 0x3, 0x2, 0x0)
4335/1 1:	 1.0075	          <- liblinc:linc_source_check() = 1
4335/1 1:	 1.0077	          -> libglib-2.0:g_ptr_array_add(0x32f20, 0xb1d68, 0x3b, 0x0)
4335/1 1:	 1.0082	            -> libglib-2.0:g_ptr_array_maybe_expand(0x32f20, 0x1, 0x0, 0x0)
4335/1 1:	 1.0086	            <- libglib-2.0:g_ptr_array_maybe_expand() = 0x32f20
4335/1 1:	 1.0089	          <- libglib-2.0:g_ptr_array_add() = 0x32f20
4335/1 1:	 1.0091	          -> liblinc:linc_source_check(0xb21f8, 0x4, 0x3, 0x0)
4335/1 1:	 1.0093	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0096	          -> libglib-2.0:g_timeout_check(0xb4648, 0x3, 0x2, 0x0)
4335/1 1:	 1.0098	            -> libglib-2.0:g_source_get_current_time(0xb4648, 0xffbfecc0, 0x0, 0x0)
4335/1 1:	 1.0101	            <- libglib-2.0:g_source_get_current_time() = 0
4335/1 1:	 1.0103	          <- libglib-2.0:g_timeout_check() = 0
4335/1 1:	 1.0105	          -> liblinc:linc_source_check(0xb5090, 0x2, 0x1, 0x0)
4335/1 1:	 1.0107	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0110	          -> liblinc:linc_source_check(0xc7108, 0x3, 0x2, 0x0)
4335/1 1:	 1.0112	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0114	          -> liblinc:linc_source_check(0xfd000, 0x3, 0x2, 0x0)
4335/1 1:	 1.0117	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0119	          -> liblinc:linc_source_check(0x1050e0, 0x3, 0x2, 0x0)
4335/1 1:	 1.0121	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0123	          -> liblinc:linc_source_check(0x107028, 0x3, 0x2, 0x0)
4335/1 1:	 1.0126	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0128	          -> liblinc:linc_source_check(0x1de008, 0x3, 0x2, 0x0)
4335/1 1:	 1.0130	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0133	          -> liblinc:linc_source_check(0x1ddd68, 0x3, 0x2, 0x0)
4335/1 1:	 1.0135	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0137	          -> liblinc:linc_source_check(0x1deb48, 0x3, 0x2, 0x0)
4335/1 1:	 1.0140	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0142	          -> liblinc:linc_source_check(0x1de0a8, 0x3, 0x2, 0x0)
4335/1 1:	 1.0145	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0147	          -> liblinc:linc_source_check(0x24f8e8, 0x3, 0x2, 0x0)
4335/1 1:	 1.0149	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0151	          -> liblinc:linc_source_check(0x2d5518, 0x3, 0x2, 0x0)
4335/1 1:	 1.0154	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0156	          -> liblinc:linc_source_check(0x2cde10, 0x3, 0x2, 0x0)
4335/1 1:	 1.0158	          <- liblinc:linc_source_check() = 0
4335/1 1:	 1.0161	        <- libglib-2.0:g_main_context_check() = 1
4335/1 1:	 1.0163	        -> libglib-2.0:g_main_context_dispatch(0x35e20, 0x0, 0x1, 0x0)
4335/1 1:	 1.0166	          -> libglib-2.0:g_main_dispatch(0x35e20, 0x0, 0x0, 0x0)
4335/1 1:	 1.0169	            -> libglib-2.0:g_source_callback_ref(0x986e0, 0x31, 0x0, 0x0)
4335/1 1:	 1.0171	            <- libglib-2.0:g_source_callback_ref() = 0x986e0
4335/1 1:	 1.0173	            -> libglib-2.0:g_source_callback_get(0x986e0, 0x99708, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.0176	            <- libglib-2.0:g_source_callback_get() = 0x986e0
4335/1 1:	 1.0178	            -> liblinc:linc_source_dispatch(0x99708, 0xff1e3768, 0x34900, 0x1000)
4335/1 1:	 1.0185	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0x34900, 0x3b)
4335/1 1:	 1.0189	              -> libgobject-2.0:g_type_check_instance_cast(0x34900, 0x50, 0x0, 0x0)
4335/1 1:	 1.0191	              <- libgobject-2.0:g_type_check_instance_cast() = 0x34900
4335/1 1:	 1.0194	              -> libgobject-2.0:g_object_ref(0x34900, 0x50, 0x0, 0x2)
4335/1 1:	 1.0196	                -> libgobject-2.0:g_type_check_instance_is_a(0x34900, 0x50, 0x0, 0x0)
4335/1 1:	 1.0199	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0201	              <- libgobject-2.0:g_object_ref() = 0x34900
4335/1 1:	 1.0203	              -> liblinc:d_printf(0xff1e5d04, 0xa, 0x3985c, 0x2)
4335/1 1:	 1.0206	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.0208	              -> libORBit-2:giop_connection_handle_input(0x34900, 0xa, 0x3985c, 0x2)
4335/1 1:	 1.0210	                -> libgobject-2.0:g_object_ref(0x34900, 0x0, 0x0, 0x0)
4335/1 1:	 1.0213	                  -> libgobject-2.0:g_type_check_instance_is_a(0x34900, 0x50, 0x0, 0x0)
4335/1 1:	 1.0215	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0217	                <- libgobject-2.0:g_object_ref() = 0x34900
4335/1 1:	 1.0220	                -> liblinc:linc_connection_read(0x34900, 0x14418c, 0x0, 0x0)
4335/1 1:	 1.0222	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0xa, 0x0)
4335/1 1:	 1.0224	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.0228	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.0230	                -> libgobject-2.0:g_object_unref(0x34900, 0x14418c, 0x0, 0x0)
4335/1 1:	 1.0233	                  -> libgobject-2.0:g_type_check_instance_is_a(0x34900, 0x50, 0x0, 0x0)
4335/1 1:	 1.0235	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0238	                <- libgobject-2.0:g_object_unref() = 0x34900
4335/1 1:	 1.0240	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.0242	              -> libgobject-2.0:g_type_check_instance_cast(0x34900, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.0245	              <- libgobject-2.0:g_type_check_instance_cast() = 0x34900
4335/1 1:	 1.0247	              -> libgobject-2.0:g_object_unref(0x34900, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.0250	                -> libgobject-2.0:g_type_check_instance_is_a(0x34900, 0x50, 0x0, 0x0)
4335/1 1:	 1.0252	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0254	              <- libgobject-2.0:g_object_unref() = 0x34900
4335/1 1:	 1.0256	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.0259	            -> libglib-2.0:g_source_callback_unref(0x986e0, 0x1, 0x34900, 0x12c58)
4335/1 1:	 1.0261	            <- libglib-2.0:g_source_callback_unref() = 0x986e0
4335/1 1:	 1.0263	            -> libglib-2.0:g_source_callback_ref(0x98758, 0x31, 0x34900, 0x12c58)
4335/1 1:	 1.0266	            <- libglib-2.0:g_source_callback_ref() = 0x98758
4335/1 1:	 1.0268	            -> libglib-2.0:g_source_callback_get(0x98758, 0x97d60, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.0270	            <- libglib-2.0:g_source_callback_get() = 0x98758
4335/1 1:	 1.0272	            -> liblinc:linc_source_dispatch(0x97d60, 0xff1e3768, 0x97cc8, 0x1000)
4335/1 1:	 1.0275	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0x97cc8, 0x3b)
4335/1 1:	 1.0277	              -> libgobject-2.0:g_type_check_instance_cast(0x97cc8, 0x50, 0x0, 0x0)
4335/1 1:	 1.0289	              <- libgobject-2.0:g_type_check_instance_cast() = 0x97cc8
4335/1 1:	 1.0293	              -> libgobject-2.0:g_object_ref(0x97cc8, 0x50, 0x0, 0x2)
4335/1 1:	 1.0298	                -> libgobject-2.0:g_type_check_instance_is_a(0x97cc8, 0x50, 0x0, 0x0)
4335/1 1:	 1.0301	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0303	              <- libgobject-2.0:g_object_ref() = 0x97cc8
4335/1 1:	 1.0305	              -> liblinc:d_printf(0xff1e5d04, 0xd, 0x3985c, 0x2)
4335/1 1:	 1.0308	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.0310	              -> libORBit-2:giop_connection_handle_input(0x97cc8, 0xd, 0x3985c, 0x2)
4335/1 1:	 1.0313	                -> libgobject-2.0:g_object_ref(0x97cc8, 0x0, 0x0, 0x0)
4335/1 1:	 1.0315	                  -> libgobject-2.0:g_type_check_instance_is_a(0x97cc8, 0x50, 0x0, 0x0)
4335/1 1:	 1.0318	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0320	                <- libgobject-2.0:g_object_ref() = 0x97cc8
4335/1 1:	 1.0322	                -> liblinc:linc_connection_read(0x97cc8, 0xd45f4, 0x0, 0x0)
4335/1 1:	 1.0325	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0xd, 0x0)
4335/1 1:	 1.0327	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.0329	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.0331	                -> libgobject-2.0:g_object_unref(0x97cc8, 0xd45f4, 0x0, 0x0)
4335/1 1:	 1.0334	                  -> libgobject-2.0:g_type_check_instance_is_a(0x97cc8, 0x50, 0x0, 0x0)
4335/1 1:	 1.0336	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0338	                <- libgobject-2.0:g_object_unref() = 0x97cc8
4335/1 1:	 1.0341	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.0343	              -> libgobject-2.0:g_type_check_instance_cast(0x97cc8, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.0345	              <- libgobject-2.0:g_type_check_instance_cast() = 0x97cc8
4335/1 1:	 1.0347	              -> libgobject-2.0:g_object_unref(0x97cc8, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.0350	                -> libgobject-2.0:g_type_check_instance_is_a(0x97cc8, 0x50, 0x0, 0x0)
4335/1 1:	 1.0352	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0355	              <- libgobject-2.0:g_object_unref() = 0x97cc8
4335/1 1:	 1.0357	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.0359	            -> libglib-2.0:g_source_callback_unref(0x98758, 0x1, 0x97cc8, 0x12c58)
4335/1 1:	 1.0361	            <- libglib-2.0:g_source_callback_unref() = 0x98758
4335/1 1:	 1.0364	            -> libglib-2.0:g_source_callback_ref(0x98788, 0x31, 0x97cc8, 0x12c58)
4335/1 1:	 1.0366	            <- libglib-2.0:g_source_callback_ref() = 0x98788
4335/1 1:	 1.0368	            -> libglib-2.0:g_source_callback_get(0x98788, 0x97f28, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.0371	            <- libglib-2.0:g_source_callback_get() = 0x98788
4335/1 1:	 1.0373	            -> liblinc:linc_source_dispatch(0x97f28, 0xff1e3768, 0x97e90, 0x1000)
4335/1 1:	 1.0376	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0x97e90, 0x3b)
4335/1 1:	 1.0378	              -> libgobject-2.0:g_type_check_instance_cast(0x97e90, 0x50, 0x0, 0x0)
4335/1 1:	 1.0386	              <- libgobject-2.0:g_type_check_instance_cast() = 0x97e90
4335/1 1:	 1.0389	              -> libgobject-2.0:g_object_ref(0x97e90, 0x50, 0x0, 0x2)
4335/1 1:	 1.0392	                -> libgobject-2.0:g_type_check_instance_is_a(0x97e90, 0x50, 0x0, 0x0)
4335/1 1:	 1.0395	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0398	              <- libgobject-2.0:g_object_ref() = 0x97e90
4335/1 1:	 1.0400	              -> liblinc:d_printf(0xff1e5d04, 0xe, 0x3985c, 0x2)
4335/1 1:	 1.0403	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.0405	              -> libORBit-2:giop_connection_handle_input(0x97e90, 0xe, 0x3985c, 0x2)
4335/1 1:	 1.0408	                -> libgobject-2.0:g_object_ref(0x97e90, 0x0, 0x0, 0x0)
4335/1 1:	 1.0411	                  -> libgobject-2.0:g_type_check_instance_is_a(0x97e90, 0x50, 0x0, 0x0)
4335/1 1:	 1.0414	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0416	                <- libgobject-2.0:g_object_ref() = 0x97e90
4335/1 1:	 1.0418	                -> liblinc:linc_connection_read(0x97e90, 0xe577c, 0x0, 0x0)
4335/1 1:	 1.0421	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0xe, 0x0)
4335/1 1:	 1.0424	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.0426	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.0428	                -> libgobject-2.0:g_object_unref(0x97e90, 0xe577c, 0x0, 0x0)
4335/1 1:	 1.0431	                  -> libgobject-2.0:g_type_check_instance_is_a(0x97e90, 0x50, 0x0, 0x0)
4335/1 1:	 1.0434	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0436	                <- libgobject-2.0:g_object_unref() = 0x97e90
4335/1 1:	 1.0439	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.0441	              -> libgobject-2.0:g_type_check_instance_cast(0x97e90, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.0444	              <- libgobject-2.0:g_type_check_instance_cast() = 0x97e90
4335/1 1:	 1.0446	              -> libgobject-2.0:g_object_unref(0x97e90, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.0449	                -> libgobject-2.0:g_type_check_instance_is_a(0x97e90, 0x50, 0x0, 0x0)
4335/1 1:	 1.0451	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0454	              <- libgobject-2.0:g_object_unref() = 0x97e90
4335/1 1:	 1.0457	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.0459	            -> libglib-2.0:g_source_callback_unref(0x98788, 0x1, 0x97e90, 0x12c58)
4335/1 1:	 1.0462	            <- libglib-2.0:g_source_callback_unref() = 0x98788
4335/1 1:	 1.0464	            -> libglib-2.0:g_source_callback_ref(0x987d0, 0x31, 0x97e90, 0x12c58)
4335/1 1:	 1.0467	            <- libglib-2.0:g_source_callback_ref() = 0x987d0
4335/1 1:	 1.0469	            -> libglib-2.0:g_source_callback_get(0x987d0, 0x99268, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.0473	            <- libglib-2.0:g_source_callback_get() = 0x987d0
4335/1 1:	 1.0476	            -> liblinc:linc_source_dispatch(0x99268, 0xff1e3768, 0x991d0, 0x1000)
4335/1 1:	 1.0478	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0x991d0, 0x3b)
4335/1 1:	 1.0486	              -> libgobject-2.0:g_type_check_instance_cast(0x991d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0489	              <- libgobject-2.0:g_type_check_instance_cast() = 0x991d0
4335/1 1:	 1.0492	              -> libgobject-2.0:g_object_ref(0x991d0, 0x50, 0x0, 0x2)
4335/1 1:	 1.0494	                -> libgobject-2.0:g_type_check_instance_is_a(0x991d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0496	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0499	              <- libgobject-2.0:g_object_ref() = 0x991d0
4335/1 1:	 1.0501	              -> liblinc:d_printf(0xff1e5d04, 0xf, 0x3985c, 0x2)
4335/1 1:	 1.0503	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.0506	              -> libORBit-2:giop_connection_handle_input(0x991d0, 0xf, 0x3985c, 0x2)
4335/1 1:	 1.0508	                -> libgobject-2.0:g_object_ref(0x991d0, 0x0, 0x0, 0x0)
4335/1 1:	 1.0511	                  -> libgobject-2.0:g_type_check_instance_is_a(0x991d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0513	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0515	                <- libgobject-2.0:g_object_ref() = 0x991d0
4335/1 1:	 1.0518	                -> liblinc:linc_connection_read(0x991d0, 0xddee4, 0x0, 0x0)
4335/1 1:	 1.0520	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0xf, 0x0)
4335/1 1:	 1.0523	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.0525	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.0527	                -> libgobject-2.0:g_object_unref(0x991d0, 0xddee4, 0x0, 0x0)
4335/1 1:	 1.0530	                  -> libgobject-2.0:g_type_check_instance_is_a(0x991d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0532	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0534	                <- libgobject-2.0:g_object_unref() = 0x991d0
4335/1 1:	 1.0536	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.0539	              -> libgobject-2.0:g_type_check_instance_cast(0x991d0, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.0541	              <- libgobject-2.0:g_type_check_instance_cast() = 0x991d0
4335/1 1:	 1.0543	              -> libgobject-2.0:g_object_unref(0x991d0, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.0546	                -> libgobject-2.0:g_type_check_instance_is_a(0x991d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0548	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0550	              <- libgobject-2.0:g_object_unref() = 0x991d0
4335/1 1:	 1.0553	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.0555	            -> libglib-2.0:g_source_callback_unref(0x987d0, 0x1, 0x991d0, 0x12c58)
4335/1 1:	 1.0557	            <- libglib-2.0:g_source_callback_unref() = 0x987d0
4335/1 1:	 1.0560	            -> libglib-2.0:g_source_callback_ref(0x98818, 0x31, 0x991d0, 0x12c58)
4335/1 1:	 1.0562	            <- libglib-2.0:g_source_callback_ref() = 0x98818
4335/1 1:	 1.0564	            -> libglib-2.0:g_source_callback_get(0x98818, 0x99468, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.0567	            <- libglib-2.0:g_source_callback_get() = 0x98818
4335/1 1:	 1.0569	            -> liblinc:linc_source_dispatch(0x99468, 0xff1e3768, 0x993d0, 0x1000)
4335/1 1:	 1.0571	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0x993d0, 0x3b)
4335/1 1:	 1.0574	              -> libgobject-2.0:g_type_check_instance_cast(0x993d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0576	              <- libgobject-2.0:g_type_check_instance_cast() = 0x993d0
4335/1 1:	 1.0579	              -> libgobject-2.0:g_object_ref(0x993d0, 0x50, 0x0, 0x2)
4335/1 1:	 1.0592	                -> libgobject-2.0:g_type_check_instance_is_a(0x993d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0595	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0598	              <- libgobject-2.0:g_object_ref() = 0x993d0
4335/1 1:	 1.0600	              -> liblinc:d_printf(0xff1e5d04, 0x10, 0x3985c, 0x2)
4335/1 1:	 1.0603	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.0605	              -> libORBit-2:giop_connection_handle_input(0x993d0, 0x10, 0x3985c, 0x2)
4335/1 1:	 1.0608	                -> libgobject-2.0:g_object_ref(0x993d0, 0x0, 0x0, 0x0)
4335/1 1:	 1.0610	                  -> libgobject-2.0:g_type_check_instance_is_a(0x993d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0613	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0615	                <- libgobject-2.0:g_object_ref() = 0x993d0
4335/1 1:	 1.0617	                -> liblinc:linc_connection_read(0x993d0, 0xfea8c, 0x0, 0x0)
4335/1 1:	 1.0620	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0x10, 0x0)
4335/1 1:	 1.0622	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.0625	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.0627	                -> libgobject-2.0:g_object_unref(0x993d0, 0xfea8c, 0x0, 0x0)
4335/1 1:	 1.0629	                  -> libgobject-2.0:g_type_check_instance_is_a(0x993d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0632	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0634	                <- libgobject-2.0:g_object_unref() = 0x993d0
4335/1 1:	 1.0636	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.0639	              -> libgobject-2.0:g_type_check_instance_cast(0x993d0, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.0641	              <- libgobject-2.0:g_type_check_instance_cast() = 0x993d0
4335/1 1:	 1.0643	              -> libgobject-2.0:g_object_unref(0x993d0, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.0646	                -> libgobject-2.0:g_type_check_instance_is_a(0x993d0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0648	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0651	              <- libgobject-2.0:g_object_unref() = 0x993d0
4335/1 1:	 1.0653	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.0655	            -> libglib-2.0:g_source_callback_unref(0x98818, 0x1, 0x993d0, 0x12c58)
4335/1 1:	 1.0658	            <- libglib-2.0:g_source_callback_unref() = 0x98818
4335/1 1:	 1.0660	            -> libglib-2.0:g_source_callback_ref(0xafdd0, 0x31, 0x993d0, 0x12c58)
4335/1 1:	 1.0663	            <- libglib-2.0:g_source_callback_ref() = 0xafdd0
4335/1 1:	 1.0665	            -> libglib-2.0:g_source_callback_get(0xafdd0, 0xad8a8, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.0668	            <- libglib-2.0:g_source_callback_get() = 0xafdd0
4335/1 1:	 1.0670	            -> liblinc:linc_source_dispatch(0xad8a8, 0xff1e3768, 0xad7b0, 0x1000)
4335/1 1:	 1.0673	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0xad7b0, 0x3b)
4335/1 1:	 1.0675	              -> libgobject-2.0:g_type_check_instance_cast(0xad7b0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0678	              <- libgobject-2.0:g_type_check_instance_cast() = 0xad7b0
4335/1 1:	 1.0684	              -> libgobject-2.0:g_object_ref(0xad7b0, 0x50, 0x0, 0x2)
4335/1 1:	 1.0688	                -> libgobject-2.0:g_type_check_instance_is_a(0xad7b0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0691	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0693	              <- libgobject-2.0:g_object_ref() = 0xad7b0
4335/1 1:	 1.0695	              -> liblinc:d_printf(0xff1e5d04, 0x11, 0x3985c, 0x2)
4335/1 1:	 1.0698	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.0700	              -> libORBit-2:giop_connection_handle_input(0xad7b0, 0x11, 0x3985c, 0x2)
4335/1 1:	 1.0703	                -> libgobject-2.0:g_object_ref(0xad7b0, 0x0, 0x0, 0x0)
4335/1 1:	 1.0705	                  -> libgobject-2.0:g_type_check_instance_is_a(0xad7b0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0707	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0710	                <- libgobject-2.0:g_object_ref() = 0xad7b0
4335/1 1:	 1.0712	                -> liblinc:linc_connection_read(0xad7b0, 0xe5bb4, 0x0, 0x0)
4335/1 1:	 1.0714	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0x11, 0x0)
4335/1 1:	 1.0718	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.0720	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.0722	                -> libgobject-2.0:g_object_unref(0xad7b0, 0xe5bb4, 0x0, 0x0)
4335/1 1:	 1.0725	                  -> libgobject-2.0:g_type_check_instance_is_a(0xad7b0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0727	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0729	                <- libgobject-2.0:g_object_unref() = 0xad7b0
4335/1 1:	 1.0732	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.0734	              -> libgobject-2.0:g_type_check_instance_cast(0xad7b0, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.0737	              <- libgobject-2.0:g_type_check_instance_cast() = 0xad7b0
4335/1 1:	 1.0739	              -> libgobject-2.0:g_object_unref(0xad7b0, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.0742	                -> libgobject-2.0:g_type_check_instance_is_a(0xad7b0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0744	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0747	              <- libgobject-2.0:g_object_unref() = 0xad7b0
4335/1 1:	 1.0749	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.0751	            -> libglib-2.0:g_source_callback_unref(0xafdd0, 0x1, 0xad7b0, 0x12c58)
4335/1 1:	 1.0754	            <- libglib-2.0:g_source_callback_unref() = 0xafdd0
4335/1 1:	 1.0756	            -> libglib-2.0:g_source_callback_ref(0xafe18, 0x31, 0xad7b0, 0x12c58)
4335/1 1:	 1.0758	            <- libglib-2.0:g_source_callback_ref() = 0xafe18
4335/1 1:	 1.0761	            -> libglib-2.0:g_source_callback_get(0xafe18, 0xb0498, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.0763	            <- libglib-2.0:g_source_callback_get() = 0xafe18
4335/1 1:	 1.0765	            -> liblinc:linc_source_dispatch(0xb0498, 0xff1e3768, 0xb03a0, 0x1000)
4335/1 1:	 1.0768	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0xb03a0, 0x3b)
4335/1 1:	 1.0770	              -> libgobject-2.0:g_type_check_instance_cast(0xb03a0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0773	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb03a0
4335/1 1:	 1.0775	              -> libgobject-2.0:g_object_ref(0xb03a0, 0x50, 0x0, 0x2)
4335/1 1:	 1.0777	                -> libgobject-2.0:g_type_check_instance_is_a(0xb03a0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0782	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0784	              <- libgobject-2.0:g_object_ref() = 0xb03a0
4335/1 1:	 1.0787	              -> liblinc:d_printf(0xff1e5d04, 0x12, 0x3985c, 0x2)
4335/1 1:	 1.0789	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.0791	              -> libORBit-2:giop_connection_handle_input(0xb03a0, 0x12, 0x3985c, 0x2)
4335/1 1:	 1.0794	                -> libgobject-2.0:g_object_ref(0xb03a0, 0x0, 0x0, 0x0)
4335/1 1:	 1.0796	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb03a0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0799	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0801	                <- libgobject-2.0:g_object_ref() = 0xb03a0
4335/1 1:	 1.0803	                -> liblinc:linc_connection_read(0xb03a0, 0xfeb64, 0x0, 0x0)
4335/1 1:	 1.0806	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0x12, 0x0)
4335/1 1:	 1.0808	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.0810	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.0813	                -> libgobject-2.0:g_object_unref(0xb03a0, 0xfeb64, 0x0, 0x0)
4335/1 1:	 1.0815	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb03a0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0817	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0820	                <- libgobject-2.0:g_object_unref() = 0xb03a0
4335/1 1:	 1.0822	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.0824	              -> libgobject-2.0:g_type_check_instance_cast(0xb03a0, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.0827	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb03a0
4335/1 1:	 1.0830	              -> libgobject-2.0:g_object_unref(0xb03a0, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.0832	                -> libgobject-2.0:g_type_check_instance_is_a(0xb03a0, 0x50, 0x0, 0x0)
4335/1 1:	 1.0834	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0837	              <- libgobject-2.0:g_object_unref() = 0xb03a0
4335/1 1:	 1.0839	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.0841	            -> libglib-2.0:g_source_callback_unref(0xafe18, 0x1, 0xb03a0, 0x12c58)
4335/1 1:	 1.0843	            <- libglib-2.0:g_source_callback_unref() = 0xafe18
4335/1 1:	 1.0846	            -> libglib-2.0:g_source_callback_ref(0xafe60, 0x31, 0xb03a0, 0x12c58)
4335/1 1:	 1.0849	            <- libglib-2.0:g_source_callback_ref() = 0xafe60
4335/1 1:	 1.0851	            -> libglib-2.0:g_source_callback_get(0xafe60, 0xb0ab0, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.0854	            <- libglib-2.0:g_source_callback_get() = 0xafe60
4335/1 1:	 1.0856	            -> liblinc:linc_source_dispatch(0xb0ab0, 0xff1e3768, 0xb0a18, 0x1000)
4335/1 1:	 1.0859	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0xb0a18, 0x3b)
4335/1 1:	 1.0861	              -> libgobject-2.0:g_type_check_instance_cast(0xb0a18, 0x50, 0x0, 0x0)
4335/1 1:	 1.0864	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb0a18
4335/1 1:	 1.0866	              -> libgobject-2.0:g_object_ref(0xb0a18, 0x50, 0x0, 0x2)
4335/1 1:	 1.0869	                -> libgobject-2.0:g_type_check_instance_is_a(0xb0a18, 0x50, 0x0, 0x0)
4335/1 1:	 1.0871	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0873	              <- libgobject-2.0:g_object_ref() = 0xb0a18
4335/1 1:	 1.0876	              -> liblinc:d_printf(0xff1e5d04, 0x13, 0x3985c, 0x2)
4335/1 1:	 1.0878	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.0882	              -> libORBit-2:giop_connection_handle_input(0xb0a18, 0x13, 0x3985c, 0x2)
4335/1 1:	 1.0887	                -> libgobject-2.0:g_object_ref(0xb0a18, 0x0, 0x0, 0x0)
4335/1 1:	 1.0894	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb0a18, 0x50, 0x0, 0x0)
4335/1 1:	 1.0896	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0899	                <- libgobject-2.0:g_object_ref() = 0xb0a18
4335/1 1:	 1.0901	                -> liblinc:linc_connection_read(0xb0a18, 0xe5be4, 0x0, 0x0)
4335/1 1:	 1.0903	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0x13, 0x0)
4335/1 1:	 1.0906	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.0908	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.0910	                -> libgobject-2.0:g_object_unref(0xb0a18, 0xe5be4, 0x0, 0x0)
4335/1 1:	 1.0913	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb0a18, 0x50, 0x0, 0x0)
4335/1 1:	 1.0915	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0917	                <- libgobject-2.0:g_object_unref() = 0xb0a18
4335/1 1:	 1.0920	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.0922	              -> libgobject-2.0:g_type_check_instance_cast(0xb0a18, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.0924	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb0a18
4335/1 1:	 1.0927	              -> libgobject-2.0:g_object_unref(0xb0a18, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.0929	                -> libgobject-2.0:g_type_check_instance_is_a(0xb0a18, 0x50, 0x0, 0x0)
4335/1 1:	 1.0931	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0934	              <- libgobject-2.0:g_object_unref() = 0xb0a18
4335/1 1:	 1.0936	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.0939	            -> libglib-2.0:g_source_callback_unref(0xafe60, 0x1, 0xb0a18, 0x12c58)
4335/1 1:	 1.0941	            <- libglib-2.0:g_source_callback_unref() = 0xafe60
4335/1 1:	 1.0944	            -> libglib-2.0:g_source_callback_ref(0xafea8, 0x31, 0xb0a18, 0x12c58)
4335/1 1:	 1.0946	            <- libglib-2.0:g_source_callback_ref() = 0xafea8
4335/1 1:	 1.0950	            -> libglib-2.0:g_source_callback_get(0xafea8, 0xb1480, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.0952	            <- libglib-2.0:g_source_callback_get() = 0xafea8
4335/1 1:	 1.0955	            -> liblinc:linc_source_dispatch(0xb1480, 0xff1e3768, 0xb1388, 0x1000)
4335/1 1:	 1.0957	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0xb1388, 0x3b)
4335/1 1:	 1.0960	              -> libgobject-2.0:g_type_check_instance_cast(0xb1388, 0x50, 0x0, 0x0)
4335/1 1:	 1.0962	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb1388
4335/1 1:	 1.0965	              -> libgobject-2.0:g_object_ref(0xb1388, 0x50, 0x0, 0x2)
4335/1 1:	 1.0967	                -> libgobject-2.0:g_type_check_instance_is_a(0xb1388, 0x50, 0x0, 0x0)
4335/1 1:	 1.0970	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0972	              <- libgobject-2.0:g_object_ref() = 0xb1388
4335/1 1:	 1.0974	              -> liblinc:d_printf(0xff1e5d04, 0x14, 0x3985c, 0x2)
4335/1 1:	 1.0977	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.0979	              -> libORBit-2:giop_connection_handle_input(0xb1388, 0x14, 0x3985c, 0x2)
4335/1 1:	 1.0983	                -> libgobject-2.0:g_object_ref(0xb1388, 0x0, 0x0, 0x0)
4335/1 1:	 1.0986	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb1388, 0x50, 0x0, 0x0)
4335/1 1:	 1.0988	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.0990	                <- libgobject-2.0:g_object_ref() = 0xb1388
4335/1 1:	 1.0992	                -> liblinc:linc_connection_read(0xb1388, 0xd4564, 0x0, 0x0)
4335/1 1:	 1.0995	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0x14, 0x0)
4335/1 1:	 1.0997	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.0999	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.1002	                -> libgobject-2.0:g_object_unref(0xb1388, 0xd4564, 0x0, 0x0)
4335/1 1:	 1.1004	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb1388, 0x50, 0x0, 0x0)
4335/1 1:	 1.1006	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1009	                <- libgobject-2.0:g_object_unref() = 0xb1388
4335/1 1:	 1.1011	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.1014	              -> libgobject-2.0:g_type_check_instance_cast(0xb1388, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.1016	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb1388
4335/1 1:	 1.1018	              -> libgobject-2.0:g_object_unref(0xb1388, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.1021	                -> libgobject-2.0:g_type_check_instance_is_a(0xb1388, 0x50, 0x0, 0x0)
4335/1 1:	 1.1024	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1026	              <- libgobject-2.0:g_object_unref() = 0xb1388
4335/1 1:	 1.1028	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.1030	            -> libglib-2.0:g_source_callback_unref(0xafea8, 0x1, 0xb1388, 0x12c58)
4335/1 1:	 1.1033	            <- libglib-2.0:g_source_callback_unref() = 0xafea8
4335/1 1:	 1.1035	            -> libglib-2.0:g_source_callback_ref(0xafef0, 0x31, 0xb1388, 0x12c58)
4335/1 1:	 1.1037	            <- libglib-2.0:g_source_callback_ref() = 0xafef0
4335/1 1:	 1.1040	            -> libglib-2.0:g_source_callback_get(0xafef0, 0xb16a0, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.1042	            <- libglib-2.0:g_source_callback_get() = 0xafef0
4335/1 1:	 1.1044	            -> liblinc:linc_source_dispatch(0xb16a0, 0xff1e3768, 0xb1608, 0x1000)
4335/1 1:	 1.1047	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0xb1608, 0x3b)
4335/1 1:	 1.1049	              -> libgobject-2.0:g_type_check_instance_cast(0xb1608, 0x50, 0x0, 0x0)
4335/1 1:	 1.1052	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb1608
4335/1 1:	 1.1054	              -> libgobject-2.0:g_object_ref(0xb1608, 0x50, 0x0, 0x2)
4335/1 1:	 1.1056	                -> libgobject-2.0:g_type_check_instance_is_a(0xb1608, 0x50, 0x0, 0x0)
4335/1 1:	 1.1059	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1061	              <- libgobject-2.0:g_object_ref() = 0xb1608
4335/1 1:	 1.1063	              -> liblinc:d_printf(0xff1e5d04, 0x15, 0x3985c, 0x2)
4335/1 1:	 1.1066	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.1068	              -> libORBit-2:giop_connection_handle_input(0xb1608, 0x15, 0x3985c, 0x2)
4335/1 1:	 1.1070	                -> libgobject-2.0:g_object_ref(0xb1608, 0x0, 0x0, 0x0)
4335/1 1:	 1.1073	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb1608, 0x50, 0x0, 0x0)
4335/1 1:	 1.1075	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1078	                <- libgobject-2.0:g_object_ref() = 0xb1608
4335/1 1:	 1.1084	                -> liblinc:linc_connection_read(0xb1608, 0xe5a64, 0x0, 0x0)
4335/1 1:	 1.1088	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0x15, 0x0)
4335/1 1:	 1.1091	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.1093	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.1095	                -> libgobject-2.0:g_object_unref(0xb1608, 0xe5a64, 0x0, 0x0)
4335/1 1:	 1.1098	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb1608, 0x50, 0x0, 0x0)
4335/1 1:	 1.1100	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1103	                <- libgobject-2.0:g_object_unref() = 0xb1608
4335/1 1:	 1.1105	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.1109	              -> libgobject-2.0:g_type_check_instance_cast(0xb1608, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.1113	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb1608
4335/1 1:	 1.1115	              -> libgobject-2.0:g_object_unref(0xb1608, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.1118	                -> libgobject-2.0:g_type_check_instance_is_a(0xb1608, 0x50, 0x0, 0x0)
4335/1 1:	 1.1120	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1123	              <- libgobject-2.0:g_object_unref() = 0xb1608
4335/1 1:	 1.1125	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.1127	            -> libglib-2.0:g_source_callback_unref(0xafef0, 0x1, 0xb1608, 0x12c58)
4335/1 1:	 1.1130	            <- libglib-2.0:g_source_callback_unref() = 0xafef0
4335/1 1:	 1.1132	            -> libglib-2.0:g_source_callback_ref(0xaff38, 0x31, 0xb1608, 0x12c58)
4335/1 1:	 1.1134	            <- libglib-2.0:g_source_callback_ref() = 0xaff38
4335/1 1:	 1.1137	            -> libglib-2.0:g_source_callback_get(0xaff38, 0xb1890, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.1139	            <- libglib-2.0:g_source_callback_get() = 0xaff38
4335/1 1:	 1.1141	            -> liblinc:linc_source_dispatch(0xb1890, 0xff1e3768, 0xb17f8, 0x1000)
4335/1 1:	 1.1144	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0xb17f8, 0x3b)
4335/1 1:	 1.1146	              -> libgobject-2.0:g_type_check_instance_cast(0xb17f8, 0x50, 0x0, 0x0)
4335/1 1:	 1.1149	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb17f8
4335/1 1:	 1.1151	              -> libgobject-2.0:g_object_ref(0xb17f8, 0x50, 0x0, 0x2)
4335/1 1:	 1.1153	                -> libgobject-2.0:g_type_check_instance_is_a(0xb17f8, 0x50, 0x0, 0x0)
4335/1 1:	 1.1156	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1158	              <- libgobject-2.0:g_object_ref() = 0xb17f8
4335/1 1:	 1.1160	              -> liblinc:d_printf(0xff1e5d04, 0x16, 0x3985c, 0x2)
4335/1 1:	 1.1162	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.1165	              -> libORBit-2:giop_connection_handle_input(0xb17f8, 0x16, 0x3985c, 0x2)
4335/1 1:	 1.1167	                -> libgobject-2.0:g_object_ref(0xb17f8, 0x0, 0x0, 0x0)
4335/1 1:	 1.1170	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb17f8, 0x50, 0x0, 0x0)
4335/1 1:	 1.1172	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1174	                <- libgobject-2.0:g_object_ref() = 0xb17f8
4335/1 1:	 1.1177	                -> liblinc:linc_connection_read(0xb17f8, 0xe5a7c, 0x0, 0x0)
4335/1 1:	 1.1188	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0x16, 0x0)
4335/1 1:	 1.1193	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.1197	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.1201	                -> libgobject-2.0:g_object_unref(0xb17f8, 0xe5a7c, 0x0, 0x0)
4335/1 1:	 1.1203	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb17f8, 0x50, 0x0, 0x0)
4335/1 1:	 1.1206	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1208	                <- libgobject-2.0:g_object_unref() = 0xb17f8
4335/1 1:	 1.1210	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.1213	              -> libgobject-2.0:g_type_check_instance_cast(0xb17f8, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.1215	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb17f8
4335/1 1:	 1.1218	              -> libgobject-2.0:g_object_unref(0xb17f8, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.1220	                -> libgobject-2.0:g_type_check_instance_is_a(0xb17f8, 0x50, 0x0, 0x0)
4335/1 1:	 1.1223	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1225	              <- libgobject-2.0:g_object_unref() = 0xb17f8
4335/1 1:	 1.1227	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.1230	            -> libglib-2.0:g_source_callback_unref(0xaff38, 0x1, 0xb17f8, 0x12c58)
4335/1 1:	 1.1232	            <- libglib-2.0:g_source_callback_unref() = 0xaff38
4335/1 1:	 1.1235	            -> libglib-2.0:g_source_callback_ref(0xaff80, 0x31, 0xb17f8, 0x12c58)
4335/1 1:	 1.1237	            <- libglib-2.0:g_source_callback_ref() = 0xaff80
4335/1 1:	 1.1240	            -> libglib-2.0:g_source_callback_get(0xaff80, 0xb1a88, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.1242	            <- libglib-2.0:g_source_callback_get() = 0xaff80
4335/1 1:	 1.1245	            -> liblinc:linc_source_dispatch(0xb1a88, 0xff1e3768, 0xb19f0, 0x1000)
4335/1 1:	 1.1247	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0xb19f0, 0x3b)
4335/1 1:	 1.1250	              -> libgobject-2.0:g_type_check_instance_cast(0xb19f0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1252	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb19f0
4335/1 1:	 1.1254	              -> libgobject-2.0:g_object_ref(0xb19f0, 0x50, 0x0, 0x2)
4335/1 1:	 1.1257	                -> libgobject-2.0:g_type_check_instance_is_a(0xb19f0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1259	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1262	              <- libgobject-2.0:g_object_ref() = 0xb19f0
4335/1 1:	 1.1264	              -> liblinc:d_printf(0xff1e5d04, 0x17, 0x3985c, 0x2)
4335/1 1:	 1.1267	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.1269	              -> libORBit-2:giop_connection_handle_input(0xb19f0, 0x17, 0x3985c, 0x2)
4335/1 1:	 1.1272	                -> libgobject-2.0:g_object_ref(0xb19f0, 0x0, 0x0, 0x0)
4335/1 1:	 1.1274	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb19f0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1277	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1280	                <- libgobject-2.0:g_object_ref() = 0xb19f0
4335/1 1:	 1.1287	                -> liblinc:linc_connection_read(0xb19f0, 0xd460c, 0x0, 0x0)
4335/1 1:	 1.1290	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0x17, 0x0)
4335/1 1:	 1.1292	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.1294	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.1297	                -> libgobject-2.0:g_object_unref(0xb19f0, 0xd460c, 0x0, 0x0)
4335/1 1:	 1.1299	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb19f0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1302	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1304	                <- libgobject-2.0:g_object_unref() = 0xb19f0
4335/1 1:	 1.1306	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.1308	              -> libgobject-2.0:g_type_check_instance_cast(0xb19f0, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.1311	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb19f0
4335/1 1:	 1.1313	              -> libgobject-2.0:g_object_unref(0xb19f0, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.1316	                -> libgobject-2.0:g_type_check_instance_is_a(0xb19f0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1318	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1320	              <- libgobject-2.0:g_object_unref() = 0xb19f0
4335/1 1:	 1.1322	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.1325	            -> libglib-2.0:g_source_callback_unref(0xaff80, 0x1, 0xb19f0, 0x12c58)
4335/1 1:	 1.1327	            <- libglib-2.0:g_source_callback_unref() = 0xaff80
4335/1 1:	 1.1330	            -> libglib-2.0:g_source_callback_ref(0xafff8, 0x31, 0xb19f0, 0x12c58)
4335/1 1:	 1.1333	            <- libglib-2.0:g_source_callback_ref() = 0xafff8
4335/1 1:	 1.1335	            -> libglib-2.0:g_source_callback_get(0xafff8, 0xb1d68, 0xffbfecc8, 0xffbfeccc)
4335/1 1:	 1.1338	            <- libglib-2.0:g_source_callback_get() = 0xafff8
4335/1 1:	 1.1340	            -> liblinc:linc_source_dispatch(0xb1d68, 0xff1e3768, 0xb1cd0, 0x1000)
4335/1 1:	 1.1342	            -> liblinc:linc_connection_io_handler(0x0, 0x1, 0xb1cd0, 0x3b)
4335/1 1:	 1.1345	              -> libgobject-2.0:g_type_check_instance_cast(0xb1cd0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1347	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb1cd0
4335/1 1:	 1.1349	              -> libgobject-2.0:g_object_ref(0xb1cd0, 0x50, 0x0, 0x2)
4335/1 1:	 1.1352	                -> libgobject-2.0:g_type_check_instance_is_a(0xb1cd0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1355	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1357	              <- libgobject-2.0:g_object_ref() = 0xb1cd0
4335/1 1:	 1.1359	              -> liblinc:d_printf(0xff1e5d04, 0x19, 0x3985c, 0x2)
4335/1 1:	 1.1362	              <- liblinc:d_printf() = 0xff1e5d04
4335/1 1:	 1.1364	              -> libORBit-2:giop_connection_handle_input(0xb1cd0, 0x19, 0x3985c, 0x2)
4335/1 1:	 1.1366	                -> libgobject-2.0:g_object_ref(0xb1cd0, 0x0, 0x0, 0x0)
4335/1 1:	 1.1369	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb1cd0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1371	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1373	                <- libgobject-2.0:g_object_ref() = 0xb1cd0
4335/1 1:	 1.1376	                -> liblinc:linc_connection_read(0xb1cd0, 0x144174, 0x0, 0x0)
4335/1 1:	 1.1378	                  -> liblinc:d_printf(0xff1e5bb0, 0x0, 0x19, 0x0)
4335/1 1:	 1.1388	                  <- liblinc:d_printf() = 0xff1e5bb0
4335/1 1:	 1.1392	                <- liblinc:linc_connection_read() = 0
4335/1 1:	 1.1395	                -> libgobject-2.0:g_object_unref(0xb1cd0, 0x144174, 0x0, 0x0)
4335/1 1:	 1.1397	                  -> libgobject-2.0:g_type_check_instance_is_a(0xb1cd0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1400	                  <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1403	                <- libgobject-2.0:g_object_unref() = 0xb1cd0
4335/1 1:	 1.1408	              <- libORBit-2:giop_connection_handle_input() = 1
4335/1 1:	 1.1410	              -> libgobject-2.0:g_type_check_instance_cast(0xb1cd0, 0x50, 0x3985c, 0xff282c58)
4335/1 1:	 1.1413	              <- libgobject-2.0:g_type_check_instance_cast() = 0xb1cd0
4335/1 1:	 1.1416	              -> libgobject-2.0:g_object_unref(0xb1cd0, 0x50, 0x3985c, 0x2)
4335/1 1:	 1.1419	                -> libgobject-2.0:g_type_check_instance_is_a(0xb1cd0, 0x50, 0x0, 0x0)
4335/1 1:	 1.1421	                <- libgobject-2.0:g_type_check_instance_is_a() = 1
4335/1 1:	 1.1424	              <- libgobject-2.0:g_object_unref() = 0xb1cd0
4335/1 1:	 1.1426	            <- liblinc:linc_source_dispatch() = 1
4335/1 1:	 1.1429	            -> libglib-2.0:g_source_callback_unref(0xafff8, 0x1, 0xb1cd0, 0x12c58)
4335/1 1:	 1.1431	            <- libglib-2.0:g_source_callback_unref() = 0xafff8
4335/1 1:	 1.1434	            -> libglib-2.0:g_ptr_array_set_size(0x32f20, 0x0, 0xb1cd0, 0x12c58)
4335/1 1:	 1.1438	            <- libglib-2.0:g_ptr_array_set_size() = 0x32f20
4335/1 1:	 1.1440	          <- libglib-2.0:g_main_dispatch() = 0x35e20
4335/1 1:	 1.1443	        <- libglib-2.0:g_main_context_dispatch() = 0x35e20
4335/1 1:	 1.1445	        -> libglib-2.0:g_main_context_release(0x35e20, 0x1000, 0xff282c54, 0x0)
4335/1 1:	 1.1448	        <- libglib-2.0:g_main_context_release() = 0x35e20
4335/1 1:	 1.1451	      <- libglib-2.0:g_main_context_iterate() = 0
4335/1 1:	 1.1455	      -> libglib-2.0:g_main_context_iterate(0x35e20, 0x1, 0x1, 0x2c3f0)
4335/1 1:	 1.1458	        -> libglib-2.0:g_main_context_acquire(0x35e20, 0x0, 0x0, 0x0)
4335/1 1:	 1.1461	          -> libglib-2.0:g_thread_self(0x0, 0x0, 0x0, 0x0)
4335/1 1:	 1.1463	          <- libglib-2.0:g_thread_self() = 0x2c3f0
4335/1 1:	 1.1466	        <- libglib-2.0:g_main_context_acquire() = 1
4335/1 1:	 1.1468	        -> libglib-2.0:g_main_context_prepare(0x35e20, 0xffbfed94, 0x58530, 0x0)
4335/1 1:	 1.1471	          -> libglib-2.0:g_ptr_array_set_size(0x32f20, 0x0, 0x0, 0x0)
4335/1 1:	 1.1473	          <- libglib-2.0:g_ptr_array_set_size() = 0x32f20
4335/1 1:	 1.1476	          -> liblinc:linc_source_prepare(0x35dd0, 0xffbfed2c, 0xff1f74cc, 0x0)
4335/1 1:	 1.1479	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1484	          -> libglib-2.0:g_timeout_prepare(0x38900, 0xffbfed2c, 0xff282a8c, 0x2)
4335/1 1:	 1.1487	            -> libglib-2.0:g_source_get_current_time(0x38900, 0xffbfecc0, 0x0, 0x0)
4335/1 1:	 1.1489	              -> libglib-2.0:g_get_current_time(0x35e9c, 0x0, 0x0, 0x0)
4335/1 1:	 1.1492	                -> libc:gettimeofday(0xffbfebf8, 0x0, 0x0, 0x0)
4335/1 1:	 1.1495	                <- libc:gettimeofday() = 0
4335/1 1:	 1.1497	              <- libglib-2.0:g_get_current_time() = 0x35e9c
4335/1 1:	 1.1500	            <- libglib-2.0:g_source_get_current_time() = 0
4335/1 1:	 1.1502	          <- libglib-2.0:g_timeout_prepare() = 0
4335/1 1:	 1.1505	          -> libglib-2.0:g_timeout_prepare(0x38a90, 0xffbfed2c, 0xff282a8c, 0x2)
4335/1 1:	 1.1507	            -> libglib-2.0:g_source_get_current_time(0x38a90, 0xffbfecc0, 0x0, 0x0)
4335/1 1:	 1.1510	            <- libglib-2.0:g_source_get_current_time() = 0
4335/1 1:	 1.1513	          <- libglib-2.0:g_timeout_prepare() = 0
4335/1 1:	 1.1516	          -> libglib-2.0:g_timeout_prepare(0x38b78, 0xffbfed2c, 0xff282a8c, 0x2)
4335/1 1:	 1.1518	            -> libglib-2.0:g_source_get_current_time(0x38b78, 0xffbfecc0, 0x0, 0x0)
4335/1 1:	 1.1521	            <- libglib-2.0:g_source_get_current_time() = 0
4335/1 1:	 1.1523	          <- libglib-2.0:g_timeout_prepare() = 0
4335/1 1:	 1.1526	          -> liblinc:linc_source_prepare(0x99708, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1529	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1531	          -> liblinc:linc_source_prepare(0x97d60, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1534	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1536	          -> liblinc:linc_source_prepare(0x97f28, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1539	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1541	          -> liblinc:linc_source_prepare(0x99268, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1544	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1546	          -> liblinc:linc_source_prepare(0x99468, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1549	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1552	          -> liblinc:linc_source_prepare(0xad8a8, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1554	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1557	          -> liblinc:linc_source_prepare(0xb0498, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1559	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1562	          -> liblinc:linc_source_prepare(0xb0ab0, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1564	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1567	          -> liblinc:linc_source_prepare(0xb1480, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1570	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1572	          -> liblinc:linc_source_prepare(0xb16a0, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1575	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1577	          -> liblinc:linc_source_prepare(0xb1890, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1586	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1589	          -> liblinc:linc_source_prepare(0xb1a88, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1592	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1595	          -> liblinc:linc_source_prepare(0xb1b98, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1597	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1600	          -> liblinc:linc_source_prepare(0xb1d68, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1602	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1605	          -> liblinc:linc_source_prepare(0xb21f8, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1608	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1610	          -> libglib-2.0:g_timeout_prepare(0xb4648, 0xffbfed2c, 0xff282a8c, 0x2)
4335/1 1:	 1.1613	            -> libglib-2.0:g_source_get_current_time(0xb4648, 0xffbfecc0, 0x0, 0x0)
4335/1 1:	 1.1615	            <- libglib-2.0:g_source_get_current_time() = 0
4335/1 1:	 1.1618	          <- libglib-2.0:g_timeout_prepare() = 0
4335/1 1:	 1.1620	          -> liblinc:linc_source_prepare(0xb5090, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1623	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1625	          -> liblinc:linc_source_prepare(0xc7108, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1628	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1630	          -> liblinc:linc_source_prepare(0xfd000, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1633	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1635	          -> liblinc:linc_source_prepare(0x1050e0, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1638	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1640	          -> liblinc:linc_source_prepare(0x107028, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1643	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1645	          -> liblinc:linc_source_prepare(0x1de008, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1648	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1650	          -> liblinc:linc_source_prepare(0x1ddd68, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1653	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1656	          -> liblinc:linc_source_prepare(0x1deb48, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1658	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1661	          -> liblinc:linc_source_prepare(0x1de0a8, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1663	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1666	          -> liblinc:linc_source_prepare(0x24f8e8, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1668	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1671	          -> liblinc:linc_source_prepare(0x2d5518, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1673	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1676	          -> liblinc:linc_source_prepare(0x2cde10, 0xffbfed2c, 0xff1f74cc, 0x3)
4335/1 1:	 1.1679	          <- liblinc:linc_source_prepare() = 0
4335/1 1:	 1.1684	        <- libglib-2.0:g_main_context_prepare() = 0
4335/1 1:	 1.1689	        -> libglib-2.0:g_main_context_query(0x35e20, 0x7fffffff, 0xffbfed90, 0x2dcc48)
4335/1 1:	 1.1692	        <- libglib-2.0:g_main_context_query() = 28
4335/1 1:	 1.1696	        -> libglib-2.0:g_main_context_poll(0x35e20, 0x10e8b, 0x7fffffff, 0x2dcc48)
4335/1 1:	 1.1701	          -> libthread:poll(0x2dcc48, 0x1c, 0x10e8b, 0x56240)
4335/1 1:	 1.1703	            -> libthread:_save_nv_regs(0xfef001c0, 0x0, 0x0, 0x0)
4335/1 1:	 1.1706	            <- libthread:_save_nv_regs() = 0xfef001c0
4335/1 1:	 1.1708	            -> libc:_poll(0x2dcc48, 0x1c, 0x10e8b, 0x0)
4335/1:		 1.1711	poll(0x002DCC48, 28, 69259)			= 13


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]