Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 95643 Details for
Bug 107652
nautilus segfaults when viewing images
Home
New
Search
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
debug session done in failsafe mode as per requirements in comment #14
Failsafe-Nautilus-debug-session.txt (text/plain), 8.78 KB, created by
Elton Woo
on 2003-11-01 07:08:15 UTC
(
hide
)
Description:
debug session done in failsafe mode as per requirements in comment #14
Filename:
MIME Type:
Creator:
Elton Woo
Created:
2003-11-01 07:08:15 UTC
Size:
8.78 KB
patch
obsolete
>e]$ killall -9 nautilus >nautilus: no process killed >[abe@dhcp-133-74 abe]$ gdb nautilus >GNU gdb Red Hat Linux (5.3.90-0.20030710.41rh) >Copyright 2003 Free Software Foundation, Inc. >GDB is free software, covered by the GNU General Public License, and you are >welcome to change it and/or distribute copies of it under certain conditions. >Type "show copying" to see the conditions. >There is absolutely no warranty for GDB. Type "show warranty" for details. >This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". > >(gdb) break g_log >Breakpoint 1 at 0x8063988 >(gdb) run >Starting program: /usr/bin/nautilus >[Thread debugging using libthread_db enabled] >[New Thread -1084512384 (LWP 10172)] >Breakpoint 1 at 0x51ff43: file gmessages.c, line 527. >Bonobo accessibility support initialized >GTK Accessibility Module initialized >Atk Accessibilty bridge initialized >[New Thread -1084515408 (LWP 10173)] >[New Thread -1084781648 (LWP 10174)] > >[New Thread -1085047888 (LWP 10175)] >[Switching to Thread -1084512384 (LWP 10172)] > >Breakpoint 1, g_log (log_domain=0x8133e0 "Gdk", log_level=8467424, > format=0x8133e0 "Gdk") at gmessages.c:527 >527 va_start (args, format); >(gdb) bt >#0 g_log (log_domain=0x8133e0 "Gdk", log_level=8467424, format=0x8133e0 "Gdk") > at gmessages.c:527 >#1 0x0080b079 in gdk_window_set_cursor (window=0x9058bc0, cursor=0x0) > at gdkwindow-x11.c:2399 >#2 0x02faa408 in nautilus_icon_canvas_item_event (item=0x913a830, > event=0xbff43f70) at nautilus-icon-canvas-item.c:1602 >#3 0x0342b112 in eel_marshal_BOOLEAN__BOXED (closure=0x8dfaa40, > return_value=0xbff43ca0, n_param_values=2, param_values=0xbff43dc0, > invocation_hint=0xbff43cc8, marshal_data=0x2faa330) at eel-marshal.c:82 >#4 0x00607007 in g_type_class_meta_marshal (closure=0x8dfaa40, > return_value=0x8133e0, n_param_values=8467424, param_values=0xbff43dc0, > invocation_hint=0x8133e0, marshal_data=0x8133e0) at gclosure.c:514 >#5 0x00606cb0 in g_closure_invoke (closure=0x8dfaa40, return_value=0x8133e0, > n_param_values=8467424, param_values=0x8133e0, invocation_hint=0x8133e0) > at gclosure.c:437 > >#6 0x0061867c in signal_emit_unlocked_R (node=0x8dfaa88, detail=0, > instance=0x913a830, emission_return=0xbff43d60, > instance_and_params=0xbff43dc0) at gsignal.c:2860 >#7 0x00617a0d in g_signal_emit_valist (instance=0x913a830, signal_id=0, > detail=0, var_args=0xbff43f50 "l?ô¿\204?ô¿\214?ô¿A\022b") at gsignal.c:2564 >#8 0x00617e74 in g_signal_emit (instance=0x8133e0, signal_id=8467424, > detail=8467424) at gsignal.c:2612 >#9 0x03409a9e in emit_event (canvas=0x904e2e0, event=0xbff44080) >---Type <return> to continue, or q <return> to quit--- > at eel-canvas.c:2522 >#10 0x03409e17 in pick_current_item (canvas=0x904e2e0, event=0x904e3a8) > at eel-canvas.c:2647 >#11 0x0340a894 in do_update (canvas=0x904e2e0) at eel-canvas.c:2922 >#12 0x0340a90d in idle_handler (data=0x8133e0) at eel-canvas.c:2935 >#13 0x0051ab33 in g_idle_dispatch (source=0x91abdf8, callback=0x8d27358, > user_data=0x8133e0) at gmain.c:3272 >#14 0x00517fdd in g_main_dispatch (context=0x8d28370) at gmain.c:1751 >#15 0x00518fd8 in g_main_context_dispatch (context=0x8d28370) at gmain.c:2299 >#16 0x005192ef in g_main_context_iterate (context=0x8d28370, block=1, > dispatch=1, self=0x8d1a208) at gmain.c:2380 >#17 0x005199cf in g_main_loop_run (loop=0x8dd2430) at gmain.c:2600 >#18 0x0096944f in gtk_main () at gtkmain.c:1093 >#19 0x080705ca in main (argc=148009816, argv=0xbff44494) at nautilus-main.c:282 >(gdb) frame 2 >#2 0x02faa408 in nautilus_icon_canvas_item_event (item=0x913a830, > event=0xbff43f70) at nautilus-icon-canvas-item.c:1602 >1602 gdk_window_set_cursor (((GdkEventAny *)event)->window, NULL); >(gdb) p *(GdkEventCrossing *)event >$1 = {type = GDK_LEAVE_NOTIFY, window = 0x9058bc0, send_event = 0 '\0', > subwindow = 0x0, time = 0, x = 258, y = 107, x_root = 580, y_root = 321, > mode = GDK_CROSSING_NORMAL, detail = GDK_NOTIFY_ANCESTOR, focus = 0, > state = 0} >(gdb) p item >$2 = (EelCanvasItem *) 0x913a830 >(gdb) p*item >$3 = {object = {parent_instance = {g_type_instance = {g_class = 0x909caf0}, > ref_count = 3, qdata = 0x9191de8}, flags = 384}, canvas = 0x904e2e0, > parent = 0x904e400, x1 = 198, y1 = 5, x2 = 270, y2 = 144} >(gdb) p item->canvas >$4 = (EelCanvas *) 0x904e2e0 >(gdb) p *item->canvas >$5 = {layout = {container = {widget = {object = {parent_instance = { > g_type_instance = {g_class = 0x8dfa6f0}, ref_count = 1, > qdata = 0x90ab758}, flags = 2166528}, private_flags = 1040, > state = 0 '\0', saved_state = 0 '\0', name = 0x0, style = 0x8dd5b28, > requisition = {width = 1, height = 1}, allocation = {x = 0, y = 0, > width = 640, height = 379}, window = 0x0, parent = 0x904b958}, > focus_child = 0x0, border_width = 0, need_resize = 0, resize_mode = 0, > reallocate_redraws = 0, has_focus_chain = 0}, children = 0x0, width = 4, > height = 4, hadjustment = 0x904e8d8, vadjustment = 0x904b528, > bin_window = 0x0, visibility = GDK_VISIBILITY_PARTIAL, scroll_x = 0, > scroll_y = 0, freeze_count = 0}, root = 0x904e400, > current_item = 0x913a830, new_current_item = 0x0, grabbed_item = 0x0, > focused_item = 0x0, pixmap_gc = 0x0, pick_event = {type = GDK_ENTER_NOTIFY, > any = {type = GDK_ENTER_NOTIFY, window = 0x9058bc0, send_event = 0 '\0'}, > expose = {type = GDK_ENTER_NOTIFY, window = 0x9058bc0, > send_event = 0 '\0', area = {x = 0, y = 0, width = 0, > height = 1081090048}, region = 0x0, count = 1079689216}, no_expose = { > type = GDK_ENTER_NOTIFY, window = 0x9058bc0, send_event = 0 '\0'}, > visibility = {type = GDK_ENTER_NOTIFY, window = 0x9058bc0, > send_event = 0 '\0', state = GDK_VISIBILITY_UNOBSCURED}, motion = { > type = GDK_ENTER_NOTIFY, window = 0x9058bc0, send_event = 0 '\0', > time = 0, x = 0, y = 5.3412945277766423e-315, axes = 0x405ac000, > state = 0, is_hint = 8192, device = 0x0, >---Type <return> to continue, or q <return> to quit--- > x_root = 5.3425694542944227e-315, y_root = 1.4821969375237396e-323}, > button = {type = GDK_ENTER_NOTIFY, window = 0x9058bc0, > send_event = 0 '\0', time = 0, x = 0, y = 5.3412945277766423e-315, > axes = 0x405ac000, state = 0, button = 1082269696, device = 0x0, > x_root = 5.3425694542944227e-315, y_root = 1.4821969375237396e-323}, > scroll = {type = GDK_ENTER_NOTIFY, window = 0x9058bc0, > send_event = 0 '\0', time = 0, x = 0, y = 5.3412945277766423e-315, > state = 1079689216, direction = GDK_SCROLL_UP, device = 0x40822000, > x_root = 321, y_root = 6.3659873728958169e-314}, key = { > type = GDK_ENTER_NOTIFY, window = 0x9058bc0, send_event = 0 '\0', > time = 0, state = 0, keyval = 0, length = 1081090048, string = 0x0, > hardware_keycode = 49152, group = 90 'Z'}, crossing = { > type = GDK_ENTER_NOTIFY, window = 0x9058bc0, send_event = 0 '\0', > subwindow = 0x0, time = 0, x = 258, y = 107, x_root = 580, y_root = 321, > mode = GDK_CROSSING_NORMAL, detail = GDK_NOTIFY_NONLINEAR, focus = 0, > state = 0}, focus_change = {type = GDK_ENTER_NOTIFY, window = 0x9058bc0, > send_event = 0 '\0', in = 0}, configure = {type = GDK_ENTER_NOTIFY, > window = 0x9058bc0, send_event = 0 '\0', x = 0, y = 0, width = 0, > height = 1081090048}, property = {type = GDK_ENTER_NOTIFY, > window = 0x9058bc0, send_event = 0 '\0', atom = 0x0, time = 0, > state = 0}, selection = {type = GDK_ENTER_NOTIFY, window = 0x9058bc0, > send_event = 0 '\0', selection = 0x0, target = 0x0, property = 0x0, > time = 1081090048, requestor = 0}, proximity = {type = GDK_ENTER_NOTIFY, >---Type <return> to continue, or q <return> to quit--- > window = 0x9058bc0, send_event = 0 '\0', time = 0, device = 0x0}, > client = {type = GDK_ENTER_NOTIFY, window = 0x9058bc0, > send_event = 0 '\0', message_type = 0x0, data_format = 0, data = { > b = "\000\000\000\000\000 p@\000\000\000\000\000ÃZ@\000\000\000", s = { > 0, 0, 8192, 16496, 0, 0, -16384, 16474, 0, 0}, l = {0, 1081090048, > 0, 1079689216, 0}}}, dnd = {type = GDK_ENTER_NOTIFY, > window = 0x9058bc0, send_event = 0 '\0', context = 0x0, time = 0, > x_root = 0, y_root = 0}, window_state = {type = GDK_ENTER_NOTIFY, > window = 0x9058bc0, send_event = 0 '\0', changed_mask = 0, > new_window_state = 0}, setting = {type = GDK_ENTER_NOTIFY, > window = 0x9058bc0, send_event = 0 '\0', > action = GDK_SETTING_ACTION_NEW, name = 0x0}}, scroll_x1 = 0, > scroll_y1 = 0, scroll_x2 = 4, scroll_y2 = 4, pixels_per_unit = 1, > idle_id = 1190, root_destroy_id = 2047, zoom_xofs = 0, zoom_yofs = 0, > state = 0, grabbed_event_mask = 0, close_enough = 0, > center_scroll_region = 0, need_update = 1, doing_update = 0, > need_redraw = 0, need_repick = 0, left_grabbed_item = 0, in_repick = 1} >(gdb) q >
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 107652
:
95355
|
95389
|
95435
|
95436
|
95465
|
95466
|
95472
|
95482
|
95483
|
95484
|
95530
|
95531
|
95557
|
95613
| 95643