After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 501635 - crash in Terminal: running gnome-session-sa...
crash in Terminal: running gnome-session-sa...
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
2.18.x
Other All
: High critical
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
: 161843 450064 485186 500560 506972 521900 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-12-05 01:03 UTC by Behdad Esfahbod
Modified: 2008-05-29 21:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Behdad Esfahbod 2007-12-05 01:03:54 UTC
Version: 2.18.2

What were you doing when the application crashed?
running gnome-session-save


Distribution: Fedora release 8 (Werewolf)
Gnome Release: 2.20.1 2007-11-13 (Red Hat, Inc)
BugBuddy Version: 2.20.1

System: Linux 2.6.23.8-63.fc8 #1 SMP Wed Nov 21 18:51:08 EST 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: Permissive
Accessibility: Disabled
GTK+ Theme: Nodoka
Icon Theme: Fedora

Memory status: size: 86683648 vsize: 86683648 resident: 22274048 share: 12849152 rss: 22274048 rss_rlim: 4294967295
CPU usage: start_time: 1196816545 rtime: 31 utime: 25 stime: 6 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/home/behdad/.local/bin/gnome-terminal'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208342240 (LWP 3543)]
[New Thread -1255195760 (LWP 3547)]
0x00110402 in __kernel_vsyscall ()

Thread 1 (Thread -1208342240 (LWP 3543))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 g_spawn_sync
    at gspawn.c line 374
  • #3 g_spawn_command_line_sync
    at gspawn.c line 682
  • #4 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #5 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #6 google_breakpad::ExceptionHandler::InternalWriteMinidump
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #7 google_breakpad::ExceptionHandler::HandleException
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #8 <signal handler called>
  • #9 strlen
    from /lib/libc.so.6
  • #10 vfprintf
    from /lib/libc.so.6
  • #11 vasprintf
    from /lib/libc.so.6
  • #12 g_vasprintf
    at gprintf.c line 313
  • #13 g_strdup_vprintf
    at gstrfuncs.c line 218
  • #14 g_print
    at gmessages.c line 957
  • #15 save_yourself_callback
    at terminal.c line 3427
  • #16 ??
    from /usr/lib/libgnomeui-2.so.0
  • #17 g_closure_invoke
    at gclosure.c line 490
  • #18 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #19 g_signal_emit_valist
    at gsignal.c line 2209
  • #20 g_signal_emit
    at gsignal.c line 2243
  • #21 ??
    from /usr/lib/libgnomeui-2.so.0
  • #22 _SmcProcessMessage
    from /usr/lib/libSM.so.6
  • #23 IceProcessMessages
    from /usr/lib/libICE.so.6
  • #24 ??
    from /usr/lib/libgnomeui-2.so.0
  • #25 g_io_unix_dispatch
    at giounix.c line 162
  • #26 g_main_context_dispatch
    at gmain.c line 2064
  • #27 g_main_context_iterate
    at gmain.c line 2697
  • #28 g_main_loop_run
    at gmain.c line 2905
  • #29 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #30 main
    at terminal.c line 1772
  • #0 __kernel_vsyscall


----------- .xsession-errors ---------------------
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/6d/05192553338012472910a8cd37fd913ce15623.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/91/9f3a483bca0eeb05e1cdf40345c05a8bec461b.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/a4/06ddf55e311aebe157ac1a1d51de8c39e06621.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/88/27308433e33aeefb560f42fb133577c8936f20.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/db/8cb95645d5df469d4aece301cdb5e60087be21.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/17/b7c6a0e2448b0af3c236c6d152d4efaa5ff2f9.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/b4/8fdd084f9abacb1e4369c7e2cba189e3507926.debug
Cannot access memory at address 0x0
Cannot access memory at address 0x0
--------------------------------------------------
Comment 1 Behdad Esfahbod 2007-12-05 07:11:01 UTC
2007-12-05  Behdad Esfahbod  <behdad@gnome.org>

        Bug 501635 – crash in Terminal: running gnome-session-sa...

        * src/terminal.c (terminal_app_get_clone_command): NULL-terminate the
        array.

Comment 2 Behdad Esfahbod 2007-12-05 07:16:51 UTC
*** Bug 500560 has been marked as a duplicate of this bug. ***
Comment 3 Behdad Esfahbod 2007-12-05 09:17:04 UTC
*** Bug 485186 has been marked as a duplicate of this bug. ***
Comment 4 Christian Persch 2007-12-31 00:33:48 UTC
*** Bug 450064 has been marked as a duplicate of this bug. ***
Comment 5 Christian Persch 2008-01-04 12:59:13 UTC
*** Bug 506972 has been marked as a duplicate of this bug. ***
Comment 6 Christian Persch 2008-05-29 19:55:44 UTC
*** Bug 161843 has been marked as a duplicate of this bug. ***
Comment 7 Christian Persch 2008-05-29 21:34:13 UTC
*** Bug 521900 has been marked as a duplicate of this bug. ***