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 155492 Details for
Bug 240675
DISPLAY environment variable not set
[?]
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.
debug session on gnome-terminal
run.out (text/plain), 5.30 KB, created by
Bill Bishop
on 2007-05-25 23:15:16 UTC
(
hide
)
Description:
debug session on gnome-terminal
Filename:
MIME Type:
Creator:
Bill Bishop
Created:
2007-05-25 23:15:16 UTC
Size:
5.30 KB
patch
obsolete
>me->gdb --args gnome-terminal --disable-factory --sync >GNU gdb Red Hat Linux (6.6-8.fc7rh) >Copyright (C) 2006 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/libthread_db.so.1". >(gdb) break main >Breakpoint 1 at 0x80619a9: file terminal.c, line 1570. >(gdb) run >Starting program: /usr/bin/gnome-terminal --disable-factory --sync >[Thread debugging using libthread_db enabled] >[New Thread -1208526608 (LWP 4767)] >[Switching to Thread -1208526608 (LWP 4767)] > >Breakpoint 1, main (argc=3, argv=0xbffc10b4) at terminal.c:1570 >1570 { >(gdb) break gdk_x_error >Function "gdk_x_error" not defined. >Make breakpoint pending on future shared library load? (y or [n]) y > >Breakpoint 2 (gdk_x_error) pending. >(gdb) break exit >Breakpoint 3 at 0x902b76 >(gdb) cont >Continuing. >The program 'gnome-terminal' received an X Window System error. >This probably reflects a bug in the program. >The error was 'BadValue (integer parameter out of range for operation)'. > (Details: serial 132 error_code 2 request_code 78 minor_code 0) > (Note to programmers: normally, X errors are reported asynchronously; > that is, you will receive the error a while after causing it. > To debug your program, run it with the --sync command line > option to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() function.) > >Breakpoint 3, 0x00902b76 in exit () from /lib/libc.so.6 >(gdb) t a a bt full > >Thread 1 (Thread -1208526608 (LWP 4767)): >#0 0x00902b76 in exit () from /lib/libc.so.6 >No symbol table info available. >#1 0x00623e87 in ?? () from /usr/lib/libgdk-x11-2.0.so.0 >No symbol table info available. >#2 0x0695e2e5 in ?? () from /usr/lib/libbonoboui-2.so.0 >No symbol table info available. >#3 0x00aa5e3a in _XError () from /usr/lib/libX11.so.6 >No symbol table info available. >#4 0x00aa7904 in _XReply () from /usr/lib/libX11.so.6 >No symbol table info available. >#5 0x00a9e6fa in XSync () from /usr/lib/libX11.so.6 >No symbol table info available. >#6 0x00a9e875 in ?? () from /usr/lib/libX11.so.6 >No symbol table info available. >#7 0x00a7ffc2 in XCreateColormap () from /usr/lib/libX11.so.6 >No symbol table info available. >#8 0x0060c1c5 in gdk_colormap_new () from /usr/lib/libgdk-x11-2.0.so.0 >No symbol table info available. >#9 0x0062712b in gdk_screen_get_rgba_colormap () > from /usr/lib/libgdk-x11-2.0.so.0 >No symbol table info available. >#10 0x08074f24 in terminal_window_init (window=0x8157000) > at terminal-window.c:766 > mi = <value optimized out> > menu = <value optimized out> > accel_group = <value optimized out> > error = <value optimized out> > menus_have_icons = <value optimized out> >#11 0x00c7a6fc in g_type_create_instance () from /lib/libgobject-2.0.so.0 >No symbol table info available. >#12 0x00c61f42 in ?? () from /lib/libgobject-2.0.so.0 >No symbol table info available. >#13 0x00c5fb9b in g_object_newv () from /lib/libgobject-2.0.so.0 >No symbol table info available. >#14 0x00c606fe in g_object_new_valist () from /lib/libgobject-2.0.so.0 >No symbol table info available. >#15 0x00c608b0 in g_object_new () from /lib/libgobject-2.0.so.0 >No symbol table info available. >#16 0x080748c4 in terminal_window_new (conf=0x8130b58) > at terminal-window.c:1281 > window = <value optimized out> > err = (GError *) 0x814d8d8 > use_mnemonics = 589 >#17 0x080609a2 in terminal_app_new_terminal (app=0x8135910, profile=0x8142440, > window=0x0, screen=0x0, force_menubar_state=0, forced_menubar_state=0, > start_fullscreen=0, override_command=0x0, geometry=0x0, title=0x0, > working_dir=0x0, role=0x0, zoom=1, startup_id=0x8124450 "_TIME3313499015", > display_name=0x81249a8 ":0.0", screen_number=-1) at terminal.c:1915 > gdk_screen = <value optimized out> > window_created = 0 > screen_created = <value optimized out> > __PRETTY_FUNCTION__ = "terminal_app_new_terminal" >#18 0x080613fc in new_terminal_with_options (results=0x8105d70) > at terminal.c:1433 > it = (InitialTab *) 0x812bba0 > profile = (TerminalProfile *) 0xa280bc > current_window = (TerminalWindow *) 0x0 > active_screen = (TerminalScreen *) 0x0 > iw = (InitialWindow *) 0x812bb80 > tmp2 = (GList *) 0x812b0b0 > tmp = (GList *) 0x812b0c0 > __PRETTY_FUNCTION__ = "new_terminal_with_options" >#19 0x0806209b in main (argc=2, argv=0xbffc10b4) at terminal.c:1761 > cwd = <value optimized out> > err = (GError *) 0x0 > ctx = (poptContext) 0x812c608 > i = <value optimized out> > argc_copy = 3 > argv_copy = <value optimized out> > args = <value optimized out> > startup_id = <value optimized out> > display_name = <value optimized out> > display = <value optimized out> > reqs = {{required_version = 0x8082f2e "2.0.0", > module_info = 0x693ad80}, {required_version = 0x0, module_info = 0x0}} > sm_client = (GnomeClient *) 0x8121a70 > results = (OptionParsingResults *) 0x8105d70 > program = <value optimized out> > __PRETTY_FUNCTION__ = "main" >(gdb) >
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 240675
:
155052
| 155492