由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - Linux is a bastard
相关主题
读fork.c的时候发现一句脏话Linux 3.0 生了
Linux基金会重新发布Linux网站Linus Torvalds likes the Google Chrome OS Linux desktop
Linus Calls Microsoft Hatred "a Disease"The basic failure of the free Linux desktop is that it's, perversely, not free enough.
Linux: Linux TTY维护者Alan Cox退出,称“我已经受够了” [ZZ]论linux的体验与普及
Linux之父:Linux内核体积臃肿要瘦身今天是 Linux 的 24 岁生日
According to Linus, Linux Is "Bloated"其实以前几大UNIX用的CDE的桌面挺好的
Twenty Years of Linux according to Linus Torvaldshow to step over a line in code with gdb?
[转载]Mac OS X 背后的故事(二)——Linus Torvalds的短视Linux Kernel 2.6.29 Released
相关话题的讨论汇总
话题: debugger话题: kernel话题: linux话题: bastard话题: linus
进入Linux版参与讨论
1 (共1页)
v*****r
发帖数: 1119
1
组里请的一个 consultant, 非要给大家做 how to use debugger 的 presentation,
不禁想起了 Linux 的 I am a bastard 的宣言.
http://lists.insecure.org/linux-kernel/2000/Sep/1177.html
Subject: Re: Availability of kdb
From: Linus Torvalds (t******[email protected])
Date: Sep 06 2000
On Wed, 6 Sep 2000, Tigran Aivazian wrote:
> very nice monologue, thanks. It would be great to know Linus' opinion.
> I mean, I knew Linus' opinion of some years' ago but perhaps it
> changed? He is a living being and not some set of rules written in
> stone so perhaps current stability/highquality of kdb suggests to
> Linus that it may be (just maybe) acceptable into official tree?
I don't like debuggers. Never have, probably never will. I use gdb all the
time, but I tend to use it not as a debugger, but as a disassembler on
steroids that you can program.
None of the arguments for a kernel debugger has touched me in the least. And
trust me, over the years I've heard quite a lot of them. In the end, they
tend to boil down to basically:
It would be so much easier to do development, and we'd be able to add
new things faster.
And quite frankly, I don't care. I don't think kernel development should be
"easy". I do not condone single-stepping through code to find the bug. I do
not think that extra visibility into the system is
necessarily a good thing.
Apparently, if you follow the arguments, not having a kernel debugger leads
to various maladies:
* you crash when something goes wrong, and you fsck, and it takes
forever, and you get frustrated.
* people have given up on Linux kernel programming, because it's too
hard and too time-consuming.
* it takes longer to create new features.
And nobody has explained to me why these are bad things.
To me, it's not a bug, it's a feature. Not only is it documented, but it's
good, so it obviously cannot be a bug.
"Takes longer to create new features" - this one in particular is not a very
strong argument for having a debugger. It's not as if lack of features or
new code would be a problem for Linux, or, in fact, for the software
industry as a whole. Quite the reverse. My biggest job is to say "no" to new
features, not trying to find them.
Oh. And sure, when things crash and you fsck, and you didn't even get a clue
about what went wrong, you get frustrated. Tough. There are two kinds of
reactions to that: you start being careful, or you start whining about a
kernel debugger.
Quite frankly, I'd rather weed out the people who don't start being careful
early, rather than late. That sounds callous, and by God, it is callous. But
it's not the kind of "if you can't stand the heat, get out the the kitchen"
kind of remark that some people take it for. No, it's something much more
deeper: I'd rather not work with people who aren't careful. It's Darwinism
in software development.
It's a cold, callous argument that says that there are two kinds of people,
and I'd rather not work with the second kind. Live with it.
I'm a bastard. I have absolutely no clue why people can ever think otherwise
. Yet they do. People think I'm a nice guy, and the fact is that I'm a
scheming, conniving bastard who doesn't care for any hurt feelings or lost
hours of work, if it just results in what I consider to be a better system.
And I'm not just saying that. I'm really not a very nice person. I can say "
I don't care" with a straight face, and really mean it.
I happen to believe that not having a kernel debugger forces people to think
about their problem on a different level than with a debugger. I think that
without a debugger, you don't get into that mindset where you know how it
behaves, and then you fix it from there. Without a debugger, you tend to
think about problems another way. You want to understand things on a
different level.
It's partly "source vs binary", but it's more than that. It's not that you
have to look at the sources (of course you have to - and any good debugger
will make that easy). It's that you have to look at the level above sources.
At the meaning of things. Without a debugger, you basically have to go the
next step: understand what the program does. Not just that particular line.
And quite frankly, for most of the real problems (as opposed to the stupid
bugs - of which there are many, as the latest crap with "truncate()" has
shown us) a debugger doesn't much help. And the real problems are what I
worry about. The rest is just details. It will get fixed eventually.
I do realize that others disagree. And I'm not your Mom. You can use a
kernel debugger if you want to, and I won't give you the cold shoulder
because you have "sullied" yourself. But I'm not going to help you use one,
and I would frankly prefer people not to use kernel debuggers that much. So
I don't make it part of the standard distribution, and if the existing
debuggers aren't very well known, I won't shed a tear over it.
Because I'm a bastard, and proud of it!
Linus
G*****h
发帖数: 33134
2
Using debugger helps a lot to understand the problem.
A call stack saves lots of time reading code.
do not do too many single step though.
1 (共1页)
进入Linux版参与讨论
相关主题
Linux Kernel 2.6.29 ReleasedLinux之父:Linux内核体积臃肿要瘦身
firefox 3.5b4 is goodAccording to Linus, Linux Is "Bloated"
Data Display DebuggerTwenty Years of Linux according to Linus Torvalds
对了,关于debugger[转载]Mac OS X 背后的故事(二)——Linus Torvalds的短视
读fork.c的时候发现一句脏话Linux 3.0 生了
Linux基金会重新发布Linux网站Linus Torvalds likes the Google Chrome OS Linux desktop
Linus Calls Microsoft Hatred "a Disease"The basic failure of the free Linux desktop is that it's, perversely, not free enough.
Linux: Linux TTY维护者Alan Cox退出,称“我已经受够了” [ZZ]论linux的体验与普及
相关话题的讨论汇总
话题: debugger话题: kernel话题: linux话题: bastard话题: linus