https://bugs.freedesktop.org/show_bug.cgi?id=48928
--- Comment #2 from Rafał Miłecki <[email protected]> 2012-04-19 12:55:34 PDT --- (gdb) frame 0 #0 0xb6b4796c in pa_pdispatch_register_reply (pd=0x806df80, tag=3, timeout=30, cb=0xb75048c0 <context_get_server_info_callback>, userdata= 0x8203b70, free_cb=0xb7510ec0 <pa_operation_unref>) at pulsecore/pdispatch.c:379 379 pa_assert_se(r->time_event = pd->mainloop->time_new(pd->mainloop, (gdb) print r->time_event $1 = (pa_time_event *) 0x81048f0 (gdb) print pd->mainloop $2 = (pa_mainloop_api *) 0x2424548b (gdb) print pd->mainloop->time_new Cannot access memory at address 0x2424549f (gdb) print tv $3 = {tv_sec = 134542509, tv_usec = -1219425075} (gdb) print timeout_callback $4 = {void (pa_mainloop_api *, pa_time_event *, const struct timeval *, void *)} 0xb6b481e0 <timeout_callback> (gdb) print r $5 = (struct reply_info *) 0x8258628 So it seems that the pd->mainloop->time_new pointer is lacking. Is there any other additional info I can provide? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are the assignee for the bug. _______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
