Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Segmentation fault (core dumped) #22

Closed
tellnes opened this issue Dec 21, 2013 · 3 comments
Closed

Segmentation fault (core dumped) #22

tellnes opened this issue Dec 21, 2013 · 3 comments

Comments

@tellnes
Copy link
Contributor

tellnes commented Dec 21, 2013

$ 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 ()
@indutny
Copy link
Owner

indutny commented Dec 21, 2013

Thanks, fixed in 675fd46

@indutny indutny closed this as completed Dec 21, 2013
@tellnes
Copy link
Contributor Author

tellnes commented Dec 21, 2013

That was fast :)

@indutny
Copy link
Owner

indutny commented Dec 21, 2013

Haha, stupid mistake. Fast to fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants