Skip to content

Instantly share code, notes, and snippets.

@nicovs
Created November 6, 2013 21:57
Show Gist options
  • Save nicovs/7344816 to your computer and use it in GitHub Desktop.
Save nicovs/7344816 to your computer and use it in GitHub Desktop.
gdbvarnish
gdb varnishd
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 /usr/sbin/varnishd...Reading symbols from /usr/lib/debug/usr/sbin/varnishd...done.
done.
(gdb) run -C -f default.vcl.turp
Starting program: /usr/sbin/varnishd -C -f default.vcl.turp
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Running VCC-compiler failed, signal 11, core dumped
[Inferior 1 (process 4594) exited normally]
(gdb) thread apply all bt full
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment