QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3455|回复: 13

magiclinux 的中文 bugzilla 臭虫跟踪系统

[复制链接]
发表于 2005-6-16 20:18:50 | 显示全部楼层 |阅读模式
这是 xlonestar 在 linuxfire 上为 magic linux 建立的中文 bugzilla 臭虫跟踪系统:
http://linuxfire.dhis.org/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=&content=

查询页:
http://linuxfire.dhis.org/bugzilla/query.cgi
发表于 2005-7-16 13:05:40 | 显示全部楼层
Bug 报告是为了让开发能够尽快修复这个 bug。一份通常的 bug 报告应包含以下部分:

1) Summary
摘要部分只能写一句话,让人一眼就能看出个大概。summary 写得不好,就根本不会有开发人员会点进去看,或者误导了不相关的人员进去,解决不了问题。错误的写法比如:“一个小问题”、“急死我了!”以及“求助!!!”等,一点帮助也没有。

2) Description
详细描述你遇到的 bug。当然是越详细越好,如果模棱两可,开发人员就无从判断“自己目前遇到的情况”是否就是“你报告中描述的那个”。不过也不要加入主观臆断性的描述,比如:“显然这是 Qt 库升级引起的“。那如果开发人员并没有升级过库,他就会认为不是同一个问题,于是又被耽误了。

这段正常情况下是有些篇幅的,或者要加插图片,log等等东西,仅仅一两行不够描述清楚所有的情况。

3) Steps to Reproduce
只有可重复出现的实验结果才被认为是科学;同样只有可重现的 bug 才可能被修复。这段的目的是让开发人员按图索骥操作后,就能重现你所描述的情况,应该是个列表“步骤1、步骤2、步骤3……”以此类推。如果你不认真帮助开发人员重现,开发人员只能简单地标注为“WorksForMe“或者”Invalid“结案。

对于明显不是bug的内容,比如“请教这个怎么使用……”,或者“我有个新的解决方案”,还是发到论坛更适合,能被更多人阅读。
回复

使用道具 举报

发表于 2005-8-2 11:32:17 | 显示全部楼层

请问您是怎么配置bugzilla的中文支持的?

我不是指界面汉化,我的不能输入中文,我的mysql默认字符集是gbk的,我估计bugzilla是使用iso8859-1来操作数据库的,是么,您怎么配置的,请赐教,不胜感激,我的email:
[email protected]
回复

使用道具 举报

发表于 2005-8-3 00:46:00 | 显示全部楼层
仔细观察你就会发现,我们的 bugzilla 是使用 UTF-8 编码的。之前我也曾用过 GB 码。我相信不管是 bugzilla,还是 mysql,都根本不管理字符集,只是把字符串当作字节流处理而已。
回复

使用道具 举报

发表于 2005-8-3 10:50:12 | 显示全部楼层
那您的mysql server是什么编码?因为我用的是iis 所以在web server端没什么可配置的。
输入中文后显示的都是???
回复

使用道具 举报

发表于 2005-9-22 00:09:38 | 显示全部楼层
连接字符串可是对的??mysql要在连接串中指定字符的,
回复

使用道具 举报

发表于 2005-9-22 00:11:37 | 显示全部楼层
就算是两边都是iso8859-1也不会出现??
而只会出现乱码.
出现??,的问题一般是在于程序
回复

使用道具 举报

发表于 2005-9-22 00:13:16 | 显示全部楼层
ISO8859-1是可以存贮汉字的,

不信,你可以看到,有很的ERP软件,
他们的操作系统是E文的,数据库也是E文的,
但你使用的时候,还是放的中文呀
回复

使用道具 举报

发表于 2005-9-22 22:13:02 | 显示全部楼层
我使用MLB3,在用gdb时老是报下面的错,不知为什么?请帮忙看一下,先谢了


root@MagicLinux linux-programming-by-example]# gdb -q p29
BFD: /home/prog-test/linux-programming-by-example/p29(.rel.plt): relocation 0 has invalid symbol index 1
BFD: /home/prog-test/linux-programming-by-example/p29(.rel.plt): relocation 1 has invalid symbol index 3
BFD: /home/prog-test/linux-programming-by-example/p29(.rel.plt): relocation 2 has invalid symbol index 4
BFD: /home/prog-test/linux-programming-by-example/p29(.rel.plt): relocation 3 has invalid symbol index 5
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) break 6
Breakpoint 1 at 0x8048427: file p29.c, line 6.
(gdb) run
Starting program: /home/prog-test/linux-programming-by-example/p29
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xffffe000
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 0 has invalid symbol index 50
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 1 has invalid symbol index 493
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 2 has invalid symbol index 578
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 3 has invalid symbol index 777
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 4 has invalid symbol index 835
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 5 has invalid symbol index 893
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 6 has invalid symbol index 1184
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 7 has invalid symbol index 1537
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 8 has invalid symbol index 1653
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 9 has invalid symbol index 2135
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 0 has invalid symbol index 13
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 1 has invalid symbol index 14
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 2 has invalid symbol index 20
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 3 has invalid symbol index 27
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 4 has invalid symbol index 36

Breakpoint 1, main (argc=1, argv=0xbff2cb64) at p29.c:6
6               if(argc>1 && argv[1][0]=='-' && argv[1][1]=='n')
(gdb) l
1       #include<stdio.h>
2       int main(int argc,char **argv)
3       {
4               register int i,nflg;
5               nflg=0;
6               if(argc>1 && argv[1][0]=='-' && argv[1][1]=='n')
7               {       nflg++;
8                       argc--;
9                       argv++;
10              }
(gdb)
回复

使用道具 举报

发表于 2005-9-22 22:14:28 | 显示全部楼层
对了程序未完,只截了部分代码,就是unix V7的echo代码
回复

使用道具 举报

发表于 2005-9-23 13:00:31 | 显示全部楼层
我想问几个问题~
1,点击这个臭虫跟踪系统之后,网页上显示的BUG是不是我本机的BUG?
2,如果是我自己本机的BUG,应该要如何解决这些BUG呢?
回复

使用道具 举报

发表于 2005-9-24 01:55:18 | 显示全部楼层
[quote:150c72a3fe="secpoint"]我使用MLB3,在用gdb时老是报下面的错,不知为什么?请帮忙看一下,先谢了[/quote]

似乎并不影响使用呀

[quote:150c72a3fe="lvlove007"]我想问几个问题~
1,点击这个臭虫跟踪系统之后,网页上显示的BUG是不是我本机的BUG?[/quote]

是别人曾经遇到过的问题,你也有可能会碰上。大家都在想办法解决,你也该一起想。
回复

使用道具 举报

发表于 2005-9-24 11:45:06 | 显示全部楼层
明白
回复

使用道具 举报

发表于 2005-11-8 20:14:35 | 显示全部楼层
我的程序也出同样的问题,
gdb的时候出现
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 0 has invalid symbol index 50
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 1 has invalid symbol index 493
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 2 has invalid symbol index 578
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 3 has invalid symbol index 777
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 4 has invalid symbol index 835
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 5 has invalid symbol index 893
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 6 has invalid symbol index 1184
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 7 has invalid symbol index 1537
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 8 has invalid symbol index 1653
BFD: /lib/tls/libc.so.6(.rel.plt): relocation 9 has invalid symbol index 2135
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 0 has invalid symbol index 13
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 1 has invalid symbol index 14
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 2 has invalid symbol index 20
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 3 has invalid symbol index 27
BFD: /lib/ld-linux.so.2(.rel.plt): relocation 4 has invalid symbol index 36
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-25 18:17 , Processed in 0.044602 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表