Skip to content

Instantly share code, notes, and snippets.

@earldouglas
Created December 12, 2019 19:13
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 earldouglas/9060c4358f175545bf56ca4858104caa to your computer and use it in GitHub Desktop.
Save earldouglas/9060c4358f175545bf56ca4858104caa to your computer and use it in GitHub Desktop.
$ strace -f -e execve android-studio
execve("/home/james/.nix-profile/bin/android-studio", ["android-studio"], 0x7fff996f9cf8 /* 61 vars */) = 0
strace: Process 24386 attached
[pid 24386] execve("/nix/store/dk32p7v5n5h3ra8s4vylnq0iygf4fclw-android-studio-stable-3.5.0.21-fhs-env/bin/android-studio-stable-3.5.0.21-fhs-env", ["/nix/store/dk32p7v5n5h3ra8s4vyln"..., "/nix/store/11agds1fwb77aqim5dvf0"...], 0xe47008 /* 61 vars */) = 0
strace: Process 24387 attached
[pid 24387] +++ exited with 0 +++
[pid 24386] --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=24387, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
[pid 24386] execve("/nix/store/nzw7vyca37gsn2h227i7ks8iqjzldxfa-chrootenv/bin/chrootenv", ["/nix/store/nzw7vyca37gsn2h227i7k"..., "/nix/store/17akyzxn3dic6sf2gdizi"..., "/home/james", "/nix/store/11agds1fwb77aqim5dvf0"...], 0x105b008 /* 61 vars */) = 0
strace: Process 24388 attached
[pid 24388] execve("/nix/store/17akyzxn3dic6sf2gdizigsq3y8lm44a-android-studio-stable-3.5.0.21-fhs-env-init", ["/nix/store/17akyzxn3dic6sf2gdizi"..., "/home/james", "/nix/store/11agds1fwb77aqim5dvf0"...], 0x7fffe03edd90 /* 61 vars */) = -1 ENOENT (No such file or directory)
** (process:24388): ERROR **: 19:13:12.291: main: execvp(*argv, argv): No such file or directory
[pid 24388] --- SIGTRAP {si_signo=SIGTRAP, si_code=SI_KERNEL} ---
[pid 24388] +++ killed by SIGTRAP (core dumped) +++
[pid 24386] --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_DUMPED, si_pid=24388, si_uid=1000, si_status=SIGTRAP, si_utime=0, si_stime=0} ---
[pid 24386] --- SIGTRAP {si_signo=SIGTRAP, si_code=SI_USER, si_pid=24386, si_uid=1000} ---
[pid 24386] +++ killed by SIGTRAP (core dumped) +++
/home/james/.nix-profile/bin/android-studio: line 2: 24386 Trace/breakpoint trap (core dumped) /nix/store/dk32p7v5n5h3ra8s4vylnq0iygf4fclw-android-studio-stable-3.5.0.21-fhs-env/bin/android-studio-stable-3.5.0.21-fhs-env /nix/store/11agds1fwb77aqim5dvf02mvrs9m1r5q-android-studio-stable-3.5.0.21-unwrapped/bin/studio.sh
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_DUMPED, si_pid=24386, si_uid=1000, si_status=SIGTRAP, si_utime=0, si_stime=0} ---
+++ exited with 133 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment