当前位置:网站首页>面试官:说说 log.Fatal 和 panic 的区别
面试官:说说 log.Fatal 和 panic 的区别
2022-07-25 17:32:00 【小锟哥哥】
要熟悉两者区别之前,需要先了解 os.Exit() 函数。
我这里截一张 Go 源码里面的解释:
我们需要注意两点:
1、应用程序会被马上退出
2、defer 函数不会被执行
你可以理解这就是直接 kill -9 程序,不给任何喘气的机会。
现在我们再来看看 log.Fatal 函数的定义:
整体来说,他在 os.Exit() 之前做了一个日志输出。
他的流程可以理解是:
1、打印输出内容
2、退出应用程序
3、defer 函数还是不会执行
最后我们来看下 panic 的定义:
我们需要注意的是:
1、当前函数立刻会停止执行(不是主程序)
2、defer 函数不会执行
3、返回给调用者 caller
4、调用函数假装也收到了 panic 函数,从而他们也会执行以上的操作
5、递归执行,直到最上层函数,如果都没函数处理这个异常,应用程序就会停止
这和其他语言里面的 try catch 很像,但是 Go 语言里面没有类似的语法糖。
你学废了么?
边栏推荐
- 「数字安全」警惕 NFT的七大骗局
- How to install govendor and open a project
- Go语言系列:Go从哪里来,Go将去哪里?
- Add batch delete
- 大型仿人机器人的技术难点和应用情况
- Chapter V: process control
- 2022 latest Beijing Construction welder (construction special operation) simulation question bank and answer analysis
- 第四章:操作符
- 世界各地的标志性建筑物
- EasyUI modification and DataGrid dialog form control use
猜你喜欢

第六章 继承

Beyond convnext, replknet | look 51 × 51 convolution kernel how to break ten thousand volumes!

Technical difficulties and applications of large humanoid robots

Briefly describe the implementation principle of redis cluster

stm32F407------SPI

How to prevent the unburned gas when the city gas safety is alarmed again?

Replicate swin on Huawei ascend910_ transformer

I2C communication - sequence diagram

吴恩达机器学习编程作业无法暂停pause问题解决

哈夫曼树的构建
随机推荐
[solution] the Microsoft edge browser has the problem of "unable to access this page"
我想理财,不懂,有没有保本金的理财产品?
【Cadence Allegro PCB设计】永久修改快捷键(自定义)~亲测有效~
Multi tenant software development architecture
[Hardware Engineer] about signal level driving capability
Redis源码与设计剖析 -- 15.RDB持久化机制
After consulting about how to deal with DDL in Flink SQL client, how to add fields and jobs to the mapping table in Fink SQL?
How to prevent the unburned gas when the city gas safety is alarmed again?
window10系统下nvm的安装步骤以及使用方法
一篇文章了解超声波加湿器
[PHP pseudo protocol] source code reading, file reading and writing, and arbitrary PHP command execution
[knowledge atlas] practice -- Practice of question and answer system based on medical knowledge atlas (Part5 end): information retrieval and result assembly
Function name pointer and function pointer
Don't believe these "rumors" in the process of preparing for the exam!
Google Earth engine - download the globalmlbuildingfootprints vector collection of global buildings
Chapter V: process control
电子产品“使用”和“放置”哪个寿命更长??
Excel表格 / WPS表格中怎么在下拉滚动时让第一行标题固定住?
new与malloc
世界各地的标志性建筑物