Skip to content

Instantly share code, notes, and snippets.

@flack
Created March 7, 2011 18:01
Show Gist options
  • Save flack/858892 to your computer and use it in GitHub Desktop.
Save flack/858892 to your computer and use it in GitHub Desktop.
gdb /usr/sbin/apache2
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 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 "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/sbin/apache2...done.
(gdb) run -X
Starting program: /usr/sbin/apache2 -X
[Thread debugging using libthread_db enabled]
[Mon Mar 07 19:01:00 2011] [warn] NameVirtualHost *:80 has no VirtualHosts
Program exited with code 01.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment