11 lines
280 B
Markdown
11 lines
280 B
Markdown
|
---
|
||
|
title: "利用 gdb 根据 dump 文件进行调试"
|
||
|
date: 2021-08-13T16:06:23+08:00
|
||
|
tags: []
|
||
|
categories: []
|
||
|
weight: 50
|
||
|
show_comments: true
|
||
|
draft: false
|
||
|
---
|
||
|
|
||
|
原文: [Debugging Segmentation Faults and Pointer Problems](https://www.cprogramming.com/debugging/segfaults.html)#read
|