[Bug 196041] [patch] unbreak x11/gnome-shell stage-qa on FreeBSD 8

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 11 01:23:10 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196041

--- Comment #5 from Don Lewis <truckman at FreeBSD.org> ---
Even with this patch the resulting binary dies with SIGSEGV on startup.

This was run under a MATE session, hence the warning about the existing window
manager.  It also dies when run by gnome-session, so attempting to start GNOME
using either gdm or slim fails.

GNU gdb (GDB) 7.8.2 [GDB v7.8.2 for FreeBSD]
Copyright (C) 2014 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 "i386-portbld-freebsd8.4".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from gnome-shell...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/local/bin/gnome-shell 
[New Thread 36701140 (LWP 100685 initial thread)]
[New Thread 36742140 (LWP 100226)]
[New Thread 3673fd00 (LWP 100245)]
[New Thread 3673fa80 (LWP 100838)]
[New Thread 3673fbc0 (LWP 100852)]
[New Thread 3673e900 (LWP 100991)]
[New Thread 3673e7c0 (LWP 101004)]
Window manager warning: Screen 0 on display ":0.0" already has a window
manager; try using the --replace option to replace the current window manager.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 36701140 (LWP 100685 initial thread)]
0x3415f927 in meta_screen_free () from /usr/local/lib/libmutter.so.0
(gdb) bt
#0  0x3415f927 in meta_screen_free () from /usr/local/lib/libmutter.so.0
#1  0x3414b17d in meta_display_close () from /usr/local/lib/libmutter.so.0
#2  0x3414d32c in meta_display_open () from /usr/local/lib/libmutter.so.0
#3  0x34158b55 in meta_run () from /usr/local/lib/libmutter.so.0
#4  0x08049fb0 in ?? ()
#5  0x08049987 in ?? ()
#6  0x080498f8 in ?? ()
#7  0x00000000 in ?? ()

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list