Skip to content

Instantly share code, notes, and snippets.

@kevsmith
Created December 6, 2012 16:24
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 kevsmith/4225773 to your computer and use it in GitHub Desktop.
Save kevsmith/4225773 to your computer and use it in GitHub Desktop.
Running OTP release under gdb
➜ opscode-pushy-server git:(master) ✗ bin/opscode-pushy-server dbg
=====
Starting opscode-pushy-server in debug mode...
=====
Reading symbols for shared libraries .. done
warning: Could not find object file "/Users/ksmith/Downloads/otp_src_R15B01/erts/obj/i386-apple-darwin11.2.0/erlexec.o" - no debug information available for "erlexec.c".
warning: Could not find object file "/Users/ksmith/Downloads/otp_src_R15B01/erts/etc/common/../../lib/internal/i386-apple-darwin11.2.0/liberts_internal.a(erl_printf_format.o)" - no debug information available for "erl_printf_format.c".
warning: Could not find object file "/Users/ksmith/Downloads/otp_src_R15B01/erts/etc/common/../../lib/internal/i386-apple-darwin11.2.0/liberts_internal.a(erl_printf.o)" - no debug information available for "erl_printf.c".
warning: Could not find object file "/Users/ksmith/Downloads/otp_src_R15B01/erts/etc/common/../../lib/internal/i386-apple-darwin11.2.0/liberts_internal.a(erl_misc_utils.o)" - no debug information available for "erl_misc_utils.c".
Reading symbols for shared libraries +........................ done
Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007fff5fc01028 in __dyld__dyld_start ()
Reading symbols for shared libraries .............................................. done
{"could not start kernel pid",application_controller,"error in config file \"/Users/ksmith/repos/work-code/pushy/opscode-pushy-server/rel/opscode-pushy-server/etc/app.config\" (85): syntax error before: '<'"}
Crash dump was written to: erl_crash.dump
could not start kernel pid (application_controller) (error in config file "/Users/ksmith/repos/work-code/pushy/opscode-pushy-server/rel/opscode-pushy-server/etc/app.config" (85): syntax error before
Program exited with code 01.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment