免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4975 | 回复: 14
打印 上一主题 下一主题

黄健翔版批判Solaris, 别迷信, SunOS 一样有许多bug. [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-02-26 00:07 |只看该作者 |倒序浏览
“bugs,Debug,又出错了,字串……啊!bug!!bug!!bugs!!core dump立功啦!gdb立功啦!不要给solaris任何的机会!”\r\n\r\n“伟大的gnu的gdb,他继承了gnu的光荣的传统,minix bsd linux sysv这一刻灵魂附体!gdb一个软件,他代表了gnu 软件悠久的历史和传统!在这一刻!他不是一个软件在战斗!他不是一个软件!!”\r\n\r\n“gdb!gdb面对着点bugs……他面对着全世界gnu迷的目光和期待。snmp在压力测试的当中出过两个bug,gdb肯定深知这一点,他还能够微笑着面对他面前的这bug吗……十秒钟以后,他会是怎样的表现?”\r\n\r\n“bug 出来啦!!!测试结束啦!!!gnu获得了胜利!淘汰了sun!”\r\n\r\n“他们没有再一次倒在SunOS的面前!伟大的gnu!伟大的gdb!!RichardStallman今天生日快乐——!!gnu万岁!!!”\r\n\r\n“伟大的gnu,gnu人的期望,这组bug是一个绝对理论上的决杀。绝对的死角,gnu进入了选择!”\r\n\r\n“这个胜利属于gnu,属于gdb,属于gcc,属于vi,属于所有热爱gnu的人!”\r\n\r\n\r\n简单写几个bugs 在这里. 以证明不是妄言贬低 SunOS \r\n\r\nstrlen() 如果是空串,出错;\r\n\r\npopen() 出错,居然sun 的开发团队建议不要用它;\r\n\r\nmalloc() 和 free() 也会出错,不知道sunOS 怎么写的内存管理;\r\n\r\n _thread_start 也出错,看来sunOS的人不知道如何测多线程的。

论坛徽章:
0
2 [报告]
发表于 2007-02-26 03:38 |只看该作者
Without the context, I don\'t understand the purpose of this post. Is he trying to prove Solaris has a lot of bugs? Of course it does. Microsoft Windows has a lot of bugs. However, it is still the most popular OS for desktops so far. There are too many examples that technical superior products were defeated by less perfect ones. The problem is that technicians are always tend to consider technology in pure technical sense. Unfortunately it is always the case that whatever makes the most business sense wins.

论坛徽章:
2
IT运维版块每日发帖之星
日期:2016-03-19 06:20:00数据库技术版块每日发帖之星
日期:2016-07-05 06:20:00
3 [报告]
发表于 2007-02-26 08:59 |只看该作者
如LZ所言,Solaris有缺陷,但Solaris给许多人提供工作或者谋生的机会,这就足够了,即使有那么几个bug又何妨呢,LZ的用心。。。。。。,虽然如此,但从Solaris版的点击量来说,足见solaris 是很受欢迎的。

论坛徽章:
0
4 [报告]
发表于 2007-02-26 09:42 |只看该作者
原帖由 bencyber 于 2007-2-26 08:59 发表\r\n如LZ所言,Solaris有缺陷,但Solaris给许多人提供工作或者谋生的机会,这就足够了,即使有那么几个bug又何妨呢,LZ的用心。。。。。。,虽然如此,但从Solaris版的点击量来说,足见solaris 是很受欢迎的。
\r\n\r\n\r\n我别有用心,这么快就被发现了。  \r\n\r\n我恨,用一个平台作开发,发现底层有bug. 比如 thread_start,

论坛徽章:
0
5 [报告]
发表于 2007-02-26 09:52 |只看该作者
原帖由 briangao 于 2007-2-26 03:38 发表\r\nWithout the context, I don\'t understand the purpose of this post. Is he trying to prove Solaris has a lot of bugs? Of course it does. Microsoft Windows has a lot of bugs. However, it is still the m ...
\r\n\r\n\r\nbusiness is business, bug is bug. Nothing related to m$ as you mentioned;\r\n\r\nas you concerned that technicians are always tend to consider technology in pure technical sense,  however what\'s a pity to found  such  f*cking  rock-bottom bugs in one project;\n\n[ 本帖最后由 lyxmoo 于 2007-2-26 10:01 编辑 ]

论坛徽章:
0
6 [报告]
发表于 2007-02-26 10:59 |只看该作者
原帖由 lyxmoo 于 2007-2-26 00:07 发表\r\n简单写几个bugs 在这里. 以证明不是妄言贬低 SunOS\r\n\r\nstrlen() 如果是空串,出错;\r\n\r\npopen() 出错,居然sun 的开发团队建议不要用它;\r\n\r\nmalloc() 和 free() 也会出错,不知道sunOS 怎么写的内存管理;\r\n\r\n_thread_start 也出错,看来sunOS的人不知道如何测多线程的。
\r\n\r\n\r\n后面3个不知道你具体是什么问题,但是strlen那个问题不是一个bug,具体讨论可以看OpenSolaris的osol-code邮件列表:\r\n\r\nhttp://www.opensolaris.org/jive/thread.jspa?messageID=62339\r\nhttp://www.opensolaris.org/jive/ ... ID=27979&#27979\r\n\r\n实际上给这类函数一个NULL本身就是一个bug,这也是为什么那些大牛们不愿意像linux那样处理它的原因\r\n\r\n另外,OS有bug是很常见的,我也测试出过linux的bug,但我并没有觉得linux就怎么样了。\r\n搞技术的人就应该脚踏实地,有时候你认为是bug的东西,其实是因为你不理解它。\r\n如果真的是bug,那也可以去研究一下,也许就是你技术提高的切入点。\r\n\r\n总之,你的宣泄改变不了什么,只会让人觉得你的层次太低。\n\n[ 本帖最后由 Solaris12 于 2007-2-26 11:56 编辑 ]

论坛徽章:
0
7 [报告]
发表于 2007-02-26 11:29 |只看该作者
原帖由 lyxmoo 于 2007-2-26 09:52 发表\r\n\r\n\r\nbusiness is business, bug is bug. Nothing related to m$ as you mentioned;\r\n\r\nas you concerned that technicians are always tend to consider technology in pure technical sense,  however what\'s a pity to found  such  f*cking  rock-bottom bugs in one project;\r\n
\r\n\r\n第一个问题我说了,应该不是bug;\r\n如果你可以解释清楚你遇到的其它3个问题,我可以到Opensolaris的code列表帮你问一下,看是不是bug,如果是\r\n我可以帮你看是不是已经有bug,如果是新问题,我们可以提交一个bug.

论坛徽章:
0
8 [报告]
发表于 2007-02-26 17:17 |只看该作者
牛人间的交流,小弟路过

论坛徽章:
0
9 [报告]
发表于 2007-02-26 21:57 |只看该作者
厉害呀,有才!我觉得用英语说得挺好的,向你们学习!

论坛徽章:
0
10 [报告]
发表于 2007-02-26 22:52 |只看该作者
as you concerned that technicians are always tend to consider technology in pure technical sense,  however what\'s a pity to found  such  f*cking  rock-bottom bugs in one project;
\r\nWell, the Solaris is open source now. If you don\'t like the way it is, go ahead and contribute. Post your frustration in the forum doesn\'t make Solaris better or worse.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP