Comment 10 for bug 298426

Revision history for this message
Imperial Line (quangtonthat) wrote :

Hi Petro,

Here is a full stack trace with the debugging symbols.

Starting program: /usr/bin/gnome-terminal
[Thread debugging using libthread_db enabled]
[New Thread 0x7f22ba964770 (LWP 21305)]

**
ERROR:terminal-app.c:1525:terminal_app_init: assertion failed: (app->default_profile_id != NULL)
[Switching to Thread 0x7f22ba964770 (LWP 21305)]

Breakpoint 1, 0x00007f22b70df9c0 in abort () from /lib/libc.so.6
(gdb)
(gdb) bt
#0 0x00007f22b70df9c0 in abort () from /lib/libc.so.6
#1 0x00007f22b7698d43 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
#2 0x00007f22b76991e2 in g_assertion_message_expr () from /usr/lib/libglib-2.0.so.0
#3 0x0000000000418be4 in terminal_app_init (app=0x23948f0) at terminal-app.c:1525
#4 0x00007f22b792c01a in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0
#5 0x00007f22b79105cb in ?? () from /usr/lib/libgobject-2.0.so.0
#6 0x00007f22b7910c13 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#7 0x00007f22b7911767 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
#8 0x00007f22b79118ac in g_object_new () from /usr/lib/libgobject-2.0.so.0
#9 0x00000000004183b1 in terminal_app_initialize (use_factory=1) at terminal-app.c:1708
#10 0x00000000004168da in main (argc=1, argv=0x7fffc299c0e8) at terminal.c:1242
(gdb)

BTW, without looking at the report (http://bugzilla.gnome.org/show_bug.cgi?id=559465) that you mentioned earlier, it is clear to me that they are not the same since it involves a crash whereas the problem that we are talking about now is that the gnome-terminal just does an abort i.e. they are two distinct bugs.