Ticket #65: stacktrace.txt

File stacktrace.txt, 2.4 KB (added by hughsient, 5 years ago)

gdb stacktrace

Line 
1Starting program: /usr/bin/padevchooser
2[Thread debugging using libthread_db enabled]
3[New Thread -1208572224 (LWP 17165)]
4
5Program received signal SIGSEGV, Segmentation fault.
6[Switching to Thread -1208572224 (LWP 17165)]
7IA__g_type_check_instance_cast (type_instance=0x80fbd80, iface_type=134687368) at gtype.c:3148
83148              node = lookup_type_node_I (type_instance->g_class->g_type);
9(gdb) bt
10#0  IA__g_type_check_instance_cast (type_instance=0x80fbd80, iface_type=134687368) at gtype.c:3148
11#1  0x0804b272 in look_for_current_menu_item (h=<value optimized out>, device=0x0, look_for_device=0, current_menu_item_info=0x805064c, default_menu_item=0x80ad4f0,
12    other_menu_item=0x80ad558) at padevchooser.c:106
13#2  0x0804b4b7 in look_for_current_menu_items () at padevchooser.c:130
14#3  0x008ac712 in resolve_callback (r=0x80bb210, interface=3, protocol=0, event=AVAHI_RESOLVER_FOUND, name=0x80bcd24 "jukebox", type=0x80bcd30 "_pulse-server._tcp",
15    domain=0x80bcd48 "local", host_name=0x80bcd54 "jukebox.local", aa=0xbfba5534, port=4713, txt=0x0, flags=5, userdata=0x80ba4b8) at pulse/browser.c:195
16#4  0x0636d10c in avahi_service_resolver_event (client=0x80ba4e8, event=AVAHI_RESOLVER_FOUND, message=0x80f91e8) at resolver.c:149
17#5  0x0636783e in filter_func (bus=0x80bb040, message=0x80f91e8, userdata=0x80ba4e8) at client.c:256
18#6  0x070c0a92 in dbus_connection_dispatch (connection=0x80bb040) at dbus-connection.c:4267
19#7  0x0636eacc in dispatch_timeout_callback (t=0x80bacd0, userdata=0x80ba598) at ../avahi-common/dbus-watch-glue.c:103
20#8  0x008acce4 in timeout_callback (a=0x80a8384, e=0x80badd0, tv=0x80baddc, userdata=0x80fbd80) at pulsecore/avahi-wrap.c:125
21#9  0x008a6d43 in dispatch_func (source=0x80a8350, callback=0, userdata=0x0) at pulse/glib-mainloop.c:580
22#10 0x00252442 in IA__g_main_context_dispatch (context=0x806fd88) at gmain.c:2045
23#11 0x0025541f in g_main_context_iterate (context=0x806fd88, block=1, dispatch=1, self=0x808e068) at gmain.c:2677
24#12 0x002557c9 in IA__g_main_loop_run (loop=0x80c4ad8) at gmain.c:2881
25#13 0x0212d4b4 in IA__gtk_main () at gtkmain.c:1148
26#14 0x0804c8d5 in main (argc=1, argv=0xbfba5a74) at padevchooser.c:810
27#15 0x00a54f2c in __libc_start_main (main=0x804bc70 <main>, argc=1, ubp_av=0xbfba5a74, init=0x804df18 <__libc_csu_init>, fini=0x804df10 <__libc_csu_fini>,
28    rtld_fini=0xa30390 <_dl_fini>, stack_end=0xbfba5a6c) at libc-start.c:231
29#16 0x0804a9e1 in _start ()
30(gdb)