You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
$ gdb --args ./out/Release/bud --config default-config.json
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/christian/bud/out/Release/bud...done.
(gdb) run
Starting program: /home/christian/bud/out/Release/bud --config default-config.json
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x000000000054a048 in uv__loop_alive (loop=0x0) at ../deps/uv/src/unix/core.c:252
252 return uv__has_active_handles(loop) ||
(gdb) backtrace
#0 0x000000000054a048 in uv__loop_alive (loop=0x0) at ../deps/uv/src/unix/core.c:252
#1 0x000000000054a0a0 in uv_run (loop=0x0, mode=UV_RUN_NOWAIT) at ../deps/uv/src/unix/core.c:262
#2 0x000000000040aa22 in bud_config_destroy ()
#3 0x000000000040abdf in bud_config_free ()
#4 0x000000000040968f in bud_config_cli_load ()
#5 0x0000000000405069 in main ()
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: