Skip to content

Instantly share code, notes, and snippets.

@PedroHLC
Created February 19, 2019 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PedroHLC/0e8b46a77f6925136842110bab4cdded to your computer and use it in GitHub Desktop.
Save PedroHLC/0e8b46a77f6925136842110bab4cdded to your computer and use it in GitHub Desktop.
STDOUT+STDERR output running wezterm
╭─pedrohlc at someones-linuxpc in /home/pedrohlc
╰─λ export RUST_BACKTRACE=1 0 < 15:09:49
╭─pedrohlc at someones-linuxpc in /home/pedrohlc
╰─λ wezterm 0 < 15:09:50
Using configuration: Config {
font_size: 11.0,
dpi: 96.0,
font: TextStyle {
fontconfig_pattern: "Fira Code",
font: [],
foreground: None
},
font_rules: [
StyleRule {
intensity: None,
underline: None,
italic: Some(
true
),
blink: None,
reverse: None,
strikethrough: None,
invisible: None,
font: TextStyle {
fontconfig_pattern: "Fira Code:style=Italic",
font: [],
foreground: None
}
},
StyleRule {
intensity: Some(
Bold
),
underline: None,
italic: None,
blink: None,
reverse: None,
strikethrough: None,
invisible: None,
font: TextStyle {
fontconfig_pattern: "Fira Code:weight=bold",
font: [],
foreground: None
}
},
StyleRule {
intensity: Some(
Bold
),
underline: None,
italic: Some(
true
),
blink: None,
reverse: None,
strikethrough: None,
invisible: None,
font: TextStyle {
fontconfig_pattern: "Fira Code:weight=bold:style=Italic",
font: [],
foreground: None
}
}
],
colors: None,
scrollback_lines: None,
hyperlink_rules: [
Rule {
regex: \b\w+://(?:[\w.-]+)\.[a-z]{2,15}\S*\b,
format: "$0"
},
Rule {
regex: \b\w+@[\w-]+(\.[\w-]+)+\b,
format: "mailto:$0"
}
],
term: "xterm-256color",
font_system: FontConfigAndFreeType
}
Using EGL 1.5
Ignoring: FT_LcdFilter failed: ErrorMessage { msg: "FreeType error 7" }
stack backtrace:
0: <unknown> (0x56054011473f)
1: <unknown> (0x5605401149cf)
2: <unknown> (0x560540114a09)
3: <unknown> (0x56053feb2d30)
4: <unknown> (0x56053fea2f50)
5: <unknown> (0x56053fea3f3e)
6: <unknown> (0x56053fef9f62)
7: <unknown> (0x56053fef9b5e)
8: <unknown> (0x56053fe73306)
9: <unknown> (0x560540134822)
10: <unknown> (0x560540144959)
11: <unknown> (0x5605401352b3)
12: <unknown> (0x56053fefc774)
13: __libc_start_main (0x7f293f84b222)
14: <unknown> (0x56053fe540dd)
15: <unknown> (0x0)
spawned: Child { stdin: None, stdout: None, stderr: None }
@PedroHLC
Copy link
Author

When I try Super-N, it crashes and outputs this:

spawned: Child { stdin: None, stdout: None, stderr: None }
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Egl(QuerySurface)', src/libcore/result.rs:1009:5
stack backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: <unknown>
  16: <unknown>
  17: <unknown>
  18: __libc_start_main
  19: <unknown>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment