[root@premta ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 36G 36G 0 100% /
tmpfs 1.5G 0 1.5G 0% /dev/shm
/dev/sda1 243M 27M 204M 12% /boot
[root@premta bin]# gdb httpserver /tmp/core.8739
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-64.el6_5.2)
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 "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /data/nebula/bin/httpserver...
Linux磁盘使用与GDB调试详解
本文详细展示了Linux环境下磁盘使用情况的检查方法,通过df命令深入理解文件系统的大小、已用空间、可用空间及挂载点。同时,介绍了如何利用GNU GDB进行httpserver核心转储文件的调试,涵盖了GDB的版本信息、配置细节及符号读取过程。
747

被折叠的 条评论
为什么被折叠?



