Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault #23

Open
Manu-sh opened this issue Aug 21, 2016 · 1 comment
Open

Segfault #23

Manu-sh opened this issue Aug 21, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@Manu-sh
Copy link

Manu-sh commented Aug 21, 2016

After using config tool for configure sawfish i have get segfault and X is terminate, so I thought I had done something wrong when i have built, then i have did more tests with the following flags (but with same result) :

sawfish_1.12.0.tar.xz
(those flags are default on my build toolkit)
using -j8
$configure --disable-static --prefix=/usr --sysconfdir=/etc --localstatedir=/var FORCE_UNSAFE_CONFIGURE=1 --docdir=/usr/share/doc/${pkg_basename} --with-pango --with-nls --with-gdk-pixbuf --with-xfcesession

https://arin.ga/vxkdjL (strace log)<<<

using -j8
$configure --disable-static --prefix=/usr --sysconfdir=/etc --localstatedir=/var FORCE_UNSAFE_CONFIGURE=1 --docdir=/usr/share/doc/${pkg_basename} --with-pango

https://arin.ga/jQys69 (strace log)<<<

--separate build dir not support --

using -j1
$configure --prefix=/usr --with-pango

https://arin.ga/7uAyON (strace log)<<<

== == == == == == == == == == == == ==

sawfish: 1.12.0 'The Hidden Village'

== == == == == == == == == == == == ==

prefix: /usr
exec_prefix: ${prefix}
libdir: ${exec_prefix}/lib

== == == == == == == == == == == == ==

compiler: gcc
cflags: -g -O2
preprocessor: gcc -E
cppflags:
ldflags:
makeflags:

== == == == == == == == == == == == ==

rep: 0.92.5
rep-gtk: 0.90.8.2
glib: 2.44.1
cairo: 1.14.2
pango: 1.36.8
gtk+: 2.24.28

== == == == == == == == == == == == ==

xserver: X.Org X11R7

== == == == == == == == == == == == ==

image loader: GDK Pixbuf Xlib

== == == == == == == == == == == == ==

font loader: Pango XFT

== == == == == == == == == == == == ==

Be sure to read README.IMPORTANT!

== == == == == == == == == == == == ==

After I realized this could be caused by the configuration:
my config

;; Sawfish user customization -- do not edit by hand!
;; Use the configurator instead.
;; sawfish version 1.12.0, written Mon Aug 22 01:44:44 2016

(custom-set-typed-variable (quote lockdown-command) (quote "") (quote string))
(custom-set-typed-variable (quote logout-command) (quote "killall xinit") (quote string))
(custom-set-typed-variable (quote suspend-command) (quote "") (quote string))
(custom-set-typed-variable (quote hibernate-command) (quote "") (quote string))
(custom-set-typed-variable (quote halt-command) (quote "shutdown now") (quote string))
(custom-set-typed-variable (quote reboot-command) (quote "reboot") (quote string))
(custom-set-typed-variable (quote mxflat:custom-button-colors) (quote t) (quote boolean))
(custom-set-typed-variable (quote mxflat:scale-buttons) (quote ()) (quote boolean))
(custom-set-typed-variable (quote mxflat:customize-button-size) (quote ()) (quote boolean))
(custom-set-typed-variable (quote mxflat:button-icon-set) (quote default-9) (quote symbol))
(custom-set-typed-variable (quote mxflat:titlebar-gradient-color-mode) (quote rainbow) (quote symbol))
(custom-set-typed-variable (quote mxflat:title-gradient) (quote t) (quote boolean))
(custom-set-typed-variable (quote root-wallpaper) (quote "/root/Immagini/Awn.png") (quote image))
(custom-set-typed-variable (quote init-wallpaper) (quote t) (quote boolean))
(custom-set-typed-variable (quote tooltips-enabled) (quote ()) (quote boolean) (quote sawfish.wm.ext.tooltips))
(custom-set-typed-variable (quote move-outline-mode) (quote opaque) (quote (choice opaque box cross elliptical draft)))
(custom-set-typed-variable (quote default-window-animator) (quote none) (quote (choice none solid wireframe cross elliptical draft)))
(custom-set-typed-variable (quote default-frame-style) (quote mxflat) (quote frame-style))

i have remove this config file and sawfish work correctly

@Nanolx
Copy link
Member

Nanolx commented Aug 24, 2016

I will have a look at it during the next days.

@Nanolx Nanolx self-assigned this Aug 24, 2016
@Nanolx Nanolx added the bug label Aug 24, 2016
@Nanolx Nanolx added this to the 1.12.1 milestone Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants