Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 683257 Details for
Bug 901898
rhythmbox segfaults when started with audio CD in CDROM
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
transcript of running rhythmbox under gdb, awaiting segfault, running "bt full; thread apply all bt full"
gdb.txt (text/plain), 20.25 KB, created by
Tom London
on 2013-01-19 21:00:02 UTC
(
hide
)
Description:
transcript of running rhythmbox under gdb, awaiting segfault, running "bt full; thread apply all bt full"
Filename:
MIME Type:
Creator:
Tom London
Created:
2013-01-19 21:00:02 UTC
Size:
20.25 KB
patch
obsolete
>[tbl@tlondon ~]$ gdb rhythmbox >GNU gdb (GDB) Fedora (7.5.1-32.fc18) >Copyright (C) 2012 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu". >For bug reporting instructions, please see: ><http://www.gnu.org/software/gdb/bugs/>... >Reading symbols from /usr/bin/rhythmbox...Reading symbols from /usr/lib/debug/usr/bin/rhythmbox.debug...done. >done. >(gdb) set pagination off >(gdb) run >Starting program: /usr/bin/rhythmbox >warning: the debug information found in "/usr/lib/debug/usr/lib64/libgudev-1.0.so.0.1.3.debug" does not match "/lib64/libgudev-1.0.so.0" (CRC mismatch). > >warning: the debug information found in "/usr/lib/debug//usr/lib64/libgudev-1.0.so.0.1.3.debug" does not match "/lib64/libgudev-1.0.so.0" (CRC mismatch). > >warning: the debug information found in "/usr/lib/debug/usr/lib64//libgudev-1.0.so.0.1.3.debug" does not match "/lib64/libgudev-1.0.so.0" (CRC mismatch). > >warning: "/usr/lib/debug/usr/lib64/libcairo-gobject.so.2.11200.10.debug": separate debug info file has no debug info >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >warning: the debug information found in "/usr/lib/debug/usr/lib64/libudev.so.1.2.1.debug" does not match "/lib64/libudev.so.1" (CRC mismatch). > >warning: the debug information found in "/usr/lib/debug//usr/lib64/libudev.so.1.2.1.debug" does not match "/lib64/libudev.so.1" (CRC mismatch). > >warning: the debug information found in "/usr/lib/debug/usr/lib64//libudev.so.1.2.1.debug" does not match "/lib64/libudev.so.1" (CRC mismatch). > >warning: "/usr/lib/debug/usr/lib64/libicudata.so.49.1.1.debug": separate debug info file has no debug info >[New Thread 0x7ffff1506700 (LWP 22487)] >[New Thread 0x7fffebfff700 (LWP 22488)] >[New Thread 0x7fffe9223700 (LWP 22489)] >[New Thread 0x7fffd7fff700 (LWP 22491)] > >(rhythmbox:22475): Gtk-WARNING **: GtkTreeView 0xa0a1e0 is mapped but visible child GtkButton 0xa100c0 is not mapped > >(rhythmbox:22475): Gtk-WARNING **: GtkTreeView 0xa0a1e0 is mapped but visible child GtkButton 0xa100c0 is not mapped >[Thread 0x7fffd7fff700 (LWP 22491) exited] > >(rhythmbox:22475): Gtk-WARNING **: GtkTreeView 0xa0a1e0 is mapped but visible child GtkButton 0xa100c0 is not mapped > >(rhythmbox:22475): Gtk-WARNING **: GtkTreeView 0xa0a1e0 is mapped but visible child GtkButton 0xa100c0 is not mapped >[New Thread 0x7fffd6fb6700 (LWP 22495)] >[New Thread 0x7fffd5cf0700 (LWP 22496)] >[New Thread 0x7fffd54ef700 (LWP 22497)] >[New Thread 0x7fffd4cee700 (LWP 22498)] >[New Thread 0x7fffc7fff700 (LWP 22499)] > >(rhythmbox:22475): Gtk-WARNING **: GtkTreeView 0xa0a1e0 is mapped but visible child GtkButton 0xa100c0 is not mapped >[Thread 0x7fffd54ef700 (LWP 22497) exited] >[Thread 0x7fffc7fff700 (LWP 22499) exited] >[Thread 0x7fffd5cf0700 (LWP 22496) exited] >[Thread 0x7fffe9223700 (LWP 22489) exited] >warning: cannot close "/lib64/libmodman.so.1": Invalid operation > >(rhythmbox:22475): Gtk-WARNING **: GtkTreeView 0xa0a1e0 is mapped but visible child GtkButton 0xa100c0 is not mapped >Detaching after fork from child process 22500. > >Program received signal SIGSEGV, Segmentation fault. >g_str_hash (v=0x3) at ghash.c:1694 >1694 for (p = v; *p != '\0'; p++) >Missing separate debuginfos, use: debuginfo-install libgudev1-197-2.fc19.x86_64 libmodman-2.0.1-5.fc18.x86_64 systemd-libs-197-2.fc19.x86_64 >(gdb) bt full >#0 g_str_hash (v=0x3) at ghash.c:1694 > p = 0x3 <Address 0x3 out of bounds> > h = 5381 >#1 0x0000003beb638499 in g_hash_table_lookup_node (hash_return=<synthetic pointer>, key=0x3, hash_table=0x7fffec028920) at ghash.c:365 > node_hash = <optimized out> > hash_value = <optimized out> > have_tombstone = 0 > step = 0 > node_index = <optimized out> > first_tombstone = 0 >#2 g_hash_table_lookup (hash_table=0x7fffec028920, key=key@entry=0x3) at ghash.c:1038 > node_hash = <optimized out> > __PRETTY_FUNCTION__ = "g_hash_table_lookup" >#3 0x00007fffdf0a3559 in add_attr (attr=0x3 <Address 0x3 out of bounds>, value=0x1c01aa0 "231203", data=<optimized out>) at rb-musicbrainz-lookup.c:238 > d = <optimized out> >#4 0x00007fffdf0a35cd in end_element (pctx=<optimized out>, element_name=<optimized out>, user_data=0x7fffffffdb50, error=<optimized out>) at rb-musicbrainz-lookup.c:316 > ctx = 0x7fffffffdb50 >#5 0x0000003beb64c698 in g_markup_parse_context_parse (context=context@entry=0x1e40e70, text=text@entry=0x1e6bf00 "<?xml version=\"1.0\" encoding=\"UTF-8\"?><metadata xmlns=\"http://musicbrainz.org/ns/mmd-2.0#\"><disc id=\"4nXBPHPUd6Wwd5Emz45SRs8m3qg-\"><sectors>231203</sectors><release-list count=\"1\"><release id=\"c606872"..., text_len=<optimized out>, text_len@entry=75529, error=error@entry=0x7fffffffdbd8) at gmarkup.c:1602 > tmp_error = 0x0 > close_name = 0x7fffc02d23a0 > __PRETTY_FUNCTION__ = "g_markup_parse_context_parse" >#6 0x00007fffdf0a3a3b in rb_musicbrainz_data_parse (data=0x1e6bf00 "<?xml version=\"1.0\" encoding=\"UTF-8\"?><metadata xmlns=\"http://musicbrainz.org/ns/mmd-2.0#\"><disc id=\"4nXBPHPUd6Wwd5Emz45SRs8m3qg-\"><sectors>231203</sectors><release-list count=\"1\"><release id=\"c606872"..., len=75529, error=error@entry=0x7fffffffdbd8) at rb-musicbrainz-lookup.c:367 > ctx = {current = 0x1e3f1f0, root = 0x1e3f1f0, path = {head = 0x9a8060 = {0x1bcd500, 0x19c1680, 0x1bb25e0}, tail = 0x9a8180 = {0x1bb25e0}, length = 3}, item = 0x3 <Address 0x3 out of bounds>, text = {str = 0x1c01aa0 "231203", len = 6, allocated_len = 8}, map = 0x7ce7e0} > parser = {start_element = 0x7fffdf0a3640 <start_element>, end_element = 0x7fffdf0a35b0 <end_element>, text = 0x7fffdf0a3300 <text>, passthrough = 0x0, error = 0x0} > pctx = 0x1e40e70 >#7 0x00007fffdf0a3b1c in lookup_cb (session=0x7ce7c0 [SoupSessionAsync], msg=0x15f1080 [SoupMessage], result=0x15a4d70 [GSimpleAsyncResult]) at rb-musicbrainz-lookup.c:418 > data = <optimized out> > code = 200 > error = 0x0 >#8 0x0000003bf486db17 in soup_session_process_queue_item (session=<optimized out>, item=0x166a070, should_cleanup=0x7fffffffdd3c, loop=1) at soup-session.c:1854 > __PRETTY_FUNCTION__ = "soup_session_process_queue_item" >#9 0x0000003bf486dd15 in async_run_queue (session=0x7ce7c0 [SoupSessionAsync]) at soup-session.c:1892 > priv = 0x7ce7e0 > item = 0x166a070 > msg = <optimized out> > try_cleanup = 1 > should_cleanup = 0 >#10 0x0000003bf486de7b in idle_run_queue (user_data=0x7ce7e0) at soup-session.c:1926 > priv = 0x7ce7e0 > source = 0x1e69e50 >#11 0x0000003beb648345 in g_main_dispatch (context=0x61d410) at gmain.c:2784 > dispatch = 0x3beb645640 <g_idle_dispatch> > was_in_call = 0 > user_data = 0x7ce7e0 > callback = 0x3bf486de10 <idle_run_queue> > cb_funcs = 0x3beb9249c0 <g_source_callback_funcs> > cb_data = 0x15060f0 > current_source_link = {data = 0x1e69e50, next = 0x0} > need_destroy = <optimized out> > source = 0x1e69e50 > current = 0x7d8020 > i = 0 >#12 g_main_context_dispatch (context=context@entry=0x61d410) at gmain.c:3288 >No locals. >#13 0x0000003beb648688 in g_main_context_iterate (context=context@entry=0x61d410, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3359 > max_priority = 0 > timeout = 0 > some_ready = 1 > nfds = <optimized out> > allocated_nfds = <optimized out> > fds = 0x1b52dc0 >#14 0x0000003beb648744 in g_main_context_iteration (context=0x61d410, context@entry=0x0, may_block=may_block@entry=1) at gmain.c:3420 > retval = <optimized out> >#15 0x0000003bec6a34bc in g_application_run (application=0x95e130 [RBShell], argc=argc@entry=1, argv=argv@entry=0x7fffffffe008) at gapplication.c:1620 > arguments = 0x8823e0 > status = -552979024 > i = <optimized out> > __PRETTY_FUNCTION__ = "g_application_run" >#16 0x00000000004011c7 in main (argc=1, argv=0x7fffffffe008) at main.c:110 > shell = 0x95e130 [RBShell] > autostarted = 0 > desktop_file_path = <optimized out> > new_argc = 1 > new_argv = 0x7fffffffe008 >(gdb) thread apply all bt full > >Thread 9 (Thread 0x7fffd4cee700 (LWP 22498)): >#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 >No locals. >#1 0x0000003beb687d2f in g_cond_wait (cond=cond@entry=0x963308, mutex=mutex@entry=0x963300) at gthread-posix.c:750 > _g_boolean_var_ = <optimized out> > status = <optimized out> >#2 0x0000003beb61e96b in g_async_queue_pop_intern_unlocked (queue=queue@entry=0x963300, wait=wait@entry=1, end_time=end_time@entry=-1) at gasyncqueue.c:421 > retval = <optimized out> > __PRETTY_FUNCTION__ = "g_async_queue_pop_intern_unlocked" >#3 0x0000003beb61ee16 in g_async_queue_pop (queue=0x963300) at gasyncqueue.c:455 > retval = <optimized out> > __PRETTY_FUNCTION__ = "g_async_queue_pop" >#4 0x00000032a14b7d35 in action_thread_main (db=0x9ec0d0 [RhythmDBTree]) at rhythmdb.c:2829 > action = <optimized out> > result = <optimized out> > __FUNCTION__ = "action_thread_main" > __PRETTY_FUNCTION__ = "action_thread_main" >#5 0x0000003beb66c385 in g_thread_proxy (data=0x15b2c50) at gthread.c:798 > thread = 0x15b2c50 >#6 0x000000394f607d15 in start_thread (arg=0x7fffd4cee700) at pthread_create.c:308 > __res = <optimized out> > pd = 0x7fffd4cee700 > now = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736763717376, -4546869596020665268, 1, 246138667008, 140736763717376, 10404048, 4546928824826860620, -4569789189582482356}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} > not_first_call = 0 > pagesize_m1 = <optimized out> > sp = <optimized out> > freesize = <optimized out> >#7 0x000000394f2f4c4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 >No locals. > >Thread 6 (Thread 0x7fffd6fb6700 (LWP 22495)): >#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 >No locals. >#1 0x0000003beb687e25 in g_cond_wait_until (cond=cond@entry=0x6160e8, mutex=mutex@entry=0x6160e0, end_time=end_time@entry=19552317546) at gthread-posix.c:859 > ts = {tv_sec = 19552, tv_nsec = 317546000} > status = <optimized out> >#2 0x0000003beb61e951 in g_async_queue_pop_intern_unlocked (queue=queue@entry=0x6160e0, wait=wait@entry=1, end_time=end_time@entry=19552317546) at gasyncqueue.c:424 > retval = <optimized out> > __PRETTY_FUNCTION__ = "g_async_queue_pop_intern_unlocked" >#3 0x0000003beb61ef9a in g_async_queue_timeout_pop (queue=0x6160e0, timeout=timeout@entry=15000000) at gasyncqueue.c:545 > end_time = 19552317546 > retval = <optimized out> >#4 0x0000003beb66cb82 in g_thread_pool_wait_for_new_pool () at gthreadpool.c:169 > pool = <optimized out> > local_max_idle_time = 15000 > local_wakeup_thread_serial = <optimized out> > local_max_unused_threads = 2 > last_wakeup_thread_serial = 0 > have_relayed_thread_marker = <optimized out> >#5 g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:366 > free_pool = <optimized out> > task = 0x2 > pool = <optimized out> >#6 0x0000003beb66c385 in g_thread_proxy (data=0x1515d40) at gthread.c:798 > thread = 0x1515d40 >#7 0x000000394f607d15 in start_thread (arg=0x7fffd6fb6700) at pthread_create.c:308 > __res = <optimized out> > pd = 0x7fffd6fb6700 > now = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736800188160, -4546869596020665268, 1, 246138667008, 140736800188160, 9600768, 4546924542744466508, -4569789189582482356}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} > not_first_call = 0 > pagesize_m1 = <optimized out> > sp = <optimized out> > freesize = <optimized out> >#8 0x000000394f2f4c4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 >No locals. > >Thread 3 (Thread 0x7fffebfff700 (LWP 22488)): >#0 0x000000394f2eb3ed in poll () at ../sysdeps/unix/syscall-template.S:81 >No locals. >#1 0x0000003beb64861c in g_main_context_poll (priority=2147483647, n_fds=1, fds=0x7fffe40010c0, timeout=-1, context=0x817960) at gmain.c:3653 > poll_func = 0x3beb656920 <g_poll> >#2 g_main_context_iterate (context=context@entry=0x817960, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3354 > max_priority = 2147483647 > timeout = -1 > some_ready = <optimized out> > nfds = 1 > allocated_nfds = <optimized out> > fds = 0x7fffe40010c0 >#3 0x0000003beb648744 in g_main_context_iteration (context=context@entry=0x817960, may_block=may_block@entry=1) at gmain.c:3420 > retval = <optimized out> >#4 0x00007ffff047d52d in dconf_gdbus_worker_thread (user_data=0x817960) at dconf-gdbus-thread.c:81 > context = 0x817960 >#5 0x0000003beb66c385 in g_thread_proxy (data=0x9a3d40) at gthread.c:798 > thread = 0x9a3d40 >#6 0x000000394f607d15 in start_thread (arg=0x7fffebfff700) at pthread_create.c:308 > __res = <optimized out> > pd = 0x7fffebfff700 > now = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737152808704, -4546869596020665268, 1, 246138667008, 140737152808704, 8485216, 4546825615152125004, -4569789189582482356}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} > not_first_call = 0 > pagesize_m1 = <optimized out> > sp = <optimized out> > freesize = <optimized out> >#7 0x000000394f2f4c4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 >No locals. > >Thread 2 (Thread 0x7ffff1506700 (LWP 22487)): >#0 0x000000394f2eb3ed in poll () at ../sysdeps/unix/syscall-template.S:81 >No locals. >#1 0x0000003beb64861c in g_main_context_poll (priority=2147483647, n_fds=5, fds=0x7fffec002bd0, timeout=-1, context=0x7d56a0) at gmain.c:3653 > poll_func = 0x3beb656920 <g_poll> >#2 g_main_context_iterate (context=0x7d56a0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3354 > max_priority = 2147483647 > timeout = -1 > some_ready = <optimized out> > nfds = 5 > allocated_nfds = <optimized out> > fds = 0x7fffec002bd0 >#3 0x0000003beb648ae2 in g_main_loop_run (loop=0x7d2430) at gmain.c:3553 > __PRETTY_FUNCTION__ = "g_main_loop_run" >#4 0x0000003bec6d7616 in gdbus_shared_thread_func (user_data=0x7d5670) at gdbusprivate.c:277 > data = 0x7d5670 >#5 0x0000003beb66c385 in g_thread_proxy (data=0x7cfa30) at gthread.c:798 > thread = 0x7cfa30 >#6 0x000000394f607d15 in start_thread (arg=0x7ffff1506700) at pthread_create.c:308 > __res = <optimized out> > pd = 0x7ffff1506700 > now = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737241966336, -4546869596020665268, 1, 246138667008, 140737241966336, 8214128, 4546846245490660428, -4569789189582482356}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} > not_first_call = 0 > pagesize_m1 = <optimized out> > sp = <optimized out> > freesize = <optimized out> >#7 0x000000394f2f4c4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 >No locals. > >Thread 1 (Thread 0x7ffff7f9ea00 (LWP 22475)): >#0 g_str_hash (v=0x3) at ghash.c:1694 > p = 0x3 <Address 0x3 out of bounds> > h = 5381 >#1 0x0000003beb638499 in g_hash_table_lookup_node (hash_return=<synthetic pointer>, key=0x3, hash_table=0x7fffec028920) at ghash.c:365 > node_hash = <optimized out> > hash_value = <optimized out> > have_tombstone = 0 > step = 0 > node_index = <optimized out> > first_tombstone = 0 >#2 g_hash_table_lookup (hash_table=0x7fffec028920, key=key@entry=0x3) at ghash.c:1038 > node_hash = <optimized out> > __PRETTY_FUNCTION__ = "g_hash_table_lookup" >#3 0x00007fffdf0a3559 in add_attr (attr=0x3 <Address 0x3 out of bounds>, value=0x1c01aa0 "231203", data=<optimized out>) at rb-musicbrainz-lookup.c:238 > d = <optimized out> >#4 0x00007fffdf0a35cd in end_element (pctx=<optimized out>, element_name=<optimized out>, user_data=0x7fffffffdb50, error=<optimized out>) at rb-musicbrainz-lookup.c:316 > ctx = 0x7fffffffdb50 >#5 0x0000003beb64c698 in g_markup_parse_context_parse (context=context@entry=0x1e40e70, text=text@entry=0x1e6bf00 "<?xml version=\"1.0\" encoding=\"UTF-8\"?><metadata xmlns=\"http://musicbrainz.org/ns/mmd-2.0#\"><disc id=\"4nXBPHPUd6Wwd5Emz45SRs8m3qg-\"><sectors>231203</sectors><release-list count=\"1\"><release id=\"c606872"..., text_len=<optimized out>, text_len@entry=75529, error=error@entry=0x7fffffffdbd8) at gmarkup.c:1602 > tmp_error = 0x0 > close_name = 0x7fffc02d23a0 > __PRETTY_FUNCTION__ = "g_markup_parse_context_parse" >#6 0x00007fffdf0a3a3b in rb_musicbrainz_data_parse (data=0x1e6bf00 "<?xml version=\"1.0\" encoding=\"UTF-8\"?><metadata xmlns=\"http://musicbrainz.org/ns/mmd-2.0#\"><disc id=\"4nXBPHPUd6Wwd5Emz45SRs8m3qg-\"><sectors>231203</sectors><release-list count=\"1\"><release id=\"c606872"..., len=75529, error=error@entry=0x7fffffffdbd8) at rb-musicbrainz-lookup.c:367 > ctx = {current = 0x1e3f1f0, root = 0x1e3f1f0, path = {head = 0x9a8060 = {0x1bcd500, 0x19c1680, 0x1bb25e0}, tail = 0x9a8180 = {0x1bb25e0}, length = 3}, item = 0x3 <Address 0x3 out of bounds>, text = {str = 0x1c01aa0 "231203", len = 6, allocated_len = 8}, map = 0x7ce7e0} > parser = {start_element = 0x7fffdf0a3640 <start_element>, end_element = 0x7fffdf0a35b0 <end_element>, text = 0x7fffdf0a3300 <text>, passthrough = 0x0, error = 0x0} > pctx = 0x1e40e70 >#7 0x00007fffdf0a3b1c in lookup_cb (session=0x7ce7c0 [SoupSessionAsync], msg=0x15f1080 [SoupMessage], result=0x15a4d70 [GSimpleAsyncResult]) at rb-musicbrainz-lookup.c:418 > data = <optimized out> > code = 200 > error = 0x0 >#8 0x0000003bf486db17 in soup_session_process_queue_item (session=<optimized out>, item=0x166a070, should_cleanup=0x7fffffffdd3c, loop=1) at soup-session.c:1854 > __PRETTY_FUNCTION__ = "soup_session_process_queue_item" >#9 0x0000003bf486dd15 in async_run_queue (session=0x7ce7c0 [SoupSessionAsync]) at soup-session.c:1892 > priv = 0x7ce7e0 > item = 0x166a070 > msg = <optimized out> > try_cleanup = 1 > should_cleanup = 0 >#10 0x0000003bf486de7b in idle_run_queue (user_data=0x7ce7e0) at soup-session.c:1926 > priv = 0x7ce7e0 > source = 0x1e69e50 >#11 0x0000003beb648345 in g_main_dispatch (context=0x61d410) at gmain.c:2784 > dispatch = 0x3beb645640 <g_idle_dispatch> > was_in_call = 0 > user_data = 0x7ce7e0 > callback = 0x3bf486de10 <idle_run_queue> > cb_funcs = 0x3beb9249c0 <g_source_callback_funcs> > cb_data = 0x15060f0 > current_source_link = {data = 0x1e69e50, next = 0x0} > need_destroy = <optimized out> > source = 0x1e69e50 > current = 0x7d8020 > i = 0 >#12 g_main_context_dispatch (context=context@entry=0x61d410) at gmain.c:3288 >No locals. >#13 0x0000003beb648688 in g_main_context_iterate (context=context@entry=0x61d410, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3359 > max_priority = 0 > timeout = 0 > some_ready = 1 > nfds = <optimized out> > allocated_nfds = <optimized out> > fds = 0x1b52dc0 >#14 0x0000003beb648744 in g_main_context_iteration (context=0x61d410, context@entry=0x0, may_block=may_block@entry=1) at gmain.c:3420 > retval = <optimized out> >#15 0x0000003bec6a34bc in g_application_run (application=0x95e130 [RBShell], argc=argc@entry=1, argv=argv@entry=0x7fffffffe008) at gapplication.c:1620 > arguments = 0x8823e0 > status = -552979024 > i = <optimized out> > __PRETTY_FUNCTION__ = "g_application_run" >#16 0x00000000004011c7 in main (argc=1, argv=0x7fffffffe008) at main.c:110 > shell = 0x95e130 [RBShell] > autostarted = 0 > desktop_file_path = <optimized out> > new_argc = 1 > new_argv = 0x7fffffffe008 >(gdb) quit >A debugging session is active. > > Inferior 1 [process 22475] will be killed. > >Quit anyway? (y or n) y >[tbl@tlondon ~]$ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 901898
: 683257