Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Created July 19, 2022 16:23
Show Gist options
  • Save Manouchehri/b104403454f94e599faf9cbccde1a9d3 to your computer and use it in GitHub Desktop.
Save Manouchehri/b104403454f94e599faf9cbccde1a9d3 to your computer and use it in GitHub Desktop.
[dave@dave-mac cf]$ HOME=$PWD ./bin/launch_cvd
Segmentation fault
[dave@dave-mac cf]$ HOME=$PWD gdb ./bin/launch_cvd
GNU gdb (GDB) 12.1
Copyright (C) 2022 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 "aarch64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://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 ./bin/launch_cvd...
(gdb) starti
Starting program: /home/dave/cf/bin/launch_cvd
During startup program terminated with signal SIGSEGV, Segmentation fault.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment