(gdb) run
Starting program: /root/gtk-rs-fehler-tests/target/window
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
[New Thread 0xb571e230 (LWP 11967)]
(window:11964): GLib-GIO-CRITICAL **: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [2886626,742] -> [email protected]_registry(new id wl_registry@[2886626,742] -> [email protected]_registry(new id wl_registry@2) | |
| [2886626,934] -> [email protected](new id wl_callback@3) | |
| 2) | |
| [2886626,934] -> [email protected](new id wl_callback@3) | |
| [2886627,523] [email protected]_id(3) | |
| [2886627,523] [email protected]_id(3) | |
| [2886627,659] [email protected](1, [2886627,659] [email protected](1, "wl_compositor", 4) | |
| "wl_compositor", 4) | |
| [2886627,776] -> [email protected](1, "wl_compositor"[2886627,776] -> [email protected](1, "wl_compositor", 3, new id [unknown]@4) | |
| , 3, new id [unknown]@4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [15:28:07.418] weston 1.11.93 | |
| http://wayland.freedesktop.org | |
| Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.11.93 | |
| Build: 1.11.93-4-ge30b5fb Revert terminal: Fix crash due to race condition in init (2016-09-09 19:53:38 +0200) | |
| [15:28:07.424] Command line: /usr/bin/weston --tty=1 --log=/var/log/weston.log | |
| [15:28:07.425] OS: Linux, 4.6.0-rc6-dirty, #7 SMP Thu Aug 25 11:23:45 CEST 2016, armv7l | |
| [15:28:07.427] Using config file '/root/.config/weston.ini' | |
| [15:28:07.465] Output repaint window is 7 ms maximum. | |
| [15:28:07.473] Loading module '/usr/lib/libweston-1/fbdev-backend.so' | |
| [15:28:07.491] initializing fbdev backend |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=Weston launcher | |
| RequiresMountsFor=/run | |
| [email protected] | |
| [Service] | |
| Restart=alway | |
| RestartSec=10 | |
| User=root | |
| EnvironmentFile=-/etc/default/weston |
Date: 2016-09-07 CEST
[17:45:21.316] weston 1.11.92
http://wayland.freedesktop.org
Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.11.92
Build: 1.11.92 configure.ac: (Re-)bump to version 1.11.92 for the beta release (2016-08-30 12:11:43 -0700)
[17:45:21.317] Command line: /usr/bin/weston --tty=1 --log=/var/log/weston.log
[17:45:21.317] OS: Linux, 4.6.0-rc6-dirty, #7 SMP Thu Aug 25 11:23:45 CEST 2016, armv7l
[17:45:21.318] Using config file '/root/.config/weston.ini'
[17:45:21.319] Output repaint window is 7 ms maximum.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [13:15:55.832] weston 1.11.0 | |
| http://wayland.freedesktop.org | |
| Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.11.0 | |
| Build: 1.11.0 configure.ac: bump to version 1.11.0 for the official release (2016-05-31 17:10:40 -0700) | |
| [13:15:55.833] OS: Linux, 4.6.0-rc6-dirty, #7 SMP Thu Aug 25 11:23:45 CEST 2016, armv7l | |
| [13:15:55.833] Using config file '/root/.config/weston.ini' | |
| [13:15:55.834] Output repaint window is 7 ms maximum. | |
| [13:15:55.834] Loading module '/usr/lib/weston/fbdev-backend.so' | |
| [13:15:55.859] initializing fbdev backend | |
| [13:15:55.860] Creating fbdev output. |
libxcommon
cd
git clone http://github.com/xkbcommon/libxkbcommon
cd libxkbcommon
./autogen.sh --prefix=$WLD --enable-docs=no --disable-x11
make && make installWeston config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gdb --args rustc /root/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs --crate-name build --crate-type lib -g -C metadata=00070c9b9a99d27d -C extra-filename=-00070c9b9a99d27d --out-dir /root/buggy/target/debug/deps --emit=dep-info,link -L dependency=/root/buggy/target/debug/deps --cap-lints allow | |
| GNU gdb (Debian 7.11.1-2) 7.11.1 | |
| Copyright (C) 2016 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 "arm-linux-gnueabihf". | |
| Type "show configuration" for configuration details. | |
| For bug reporting instructions, please see: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG:cargo::build: executing; cmd=cargo-build; args=["/root/.multirust/toolchains/nightly-armv7-unknown-linux-gnueabihf/bin/cargo", "build", "--verbose"] | |
| DEBUG:cargo::core::workspace: find_root - trying /root/Cargo.toml | |
| DEBUG:cargo::core::workspace: find_root - trying /Cargo.toml | |
| DEBUG:cargo::core::workspace: find_members - only me as a member | |
| DEBUG:cargo::core::registry: load/missing file:///root/buggy | |
| DEBUG:cargo::sources::config: loading: file:///root/buggy | |
| DEBUG:cargo::core::resolver: initial activation: buggy v0.1.0 (file:///root/buggy) | |
| DEBUG:cargo::core::registry: load/missing registry https://github.com/rust-lang/crates.io-index | |
| DEBUG:cargo::sources::config: loading: registry https://github.com/rust-lang/crates.io-index |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pre-trans | |
| Ty interner total ty region both | |
| TyEnum : 104 2.1%, 0.0% 0.0% 0.0% | |
| TyBox : 13 0.3%, 0.0% 0.0% 0.0% | |
| TyArray : 131 2.6%, 0.0% 0.0% 0.0% | |
| TySlice : 12 0.2%, 0.0% 0.0% 0.0% | |
| TyRawPtr : 32 0.6%, 0.0% 0.0% 0.0% | |
| TyRef : 1176 23.3%, 0.0% 0.0% 0.0% | |
| TyFnDef : 2716 53.9%, 0.0% 0.0% 0.0% | |
| TyFnPtr : 86 1.7%, 0.0% 0.0% 0.0% |