gxcooo 发表于 2005-10-28 14:28:03

遇到Gtk-CRITICAL错误的朋友请进

错误现象:
(bitstormlite:19939): Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed

错误原因现在已经查明:
bitstorm0.1/0.1a/0.1b使用了hash_map,而hash_map的实现在libstdc++6(对应g++4.x)和libstdc++5(对应g++3.x)是有区别的
所以造成使用g++3.x编译出的bitstorm无法正常使用,这个问题已经在0.1c版本中修正

http://www.socks5cn.com/bitstorm/BitStormLite-0.1c.tar.gz

谢谢 涩兔子、w2w2k2k2和xdrag报告此问题

涩兔子 发表于 2005-10-28 18:27:07

好迪,我今晚升级后尝试一下哈 :mrgreen:

gxcooo 发表于 2005-10-28 20:24:45

谢谢兔兔,我正在下载ML2准备找bug

w2w2k2k2 发表于 2005-10-28 21:35:24

貌似我的不能下载问题也和这个有关,明天试一下!

xdrag 发表于 2005-10-29 09:35:15

Re: 遇到Gtk-CRITICAL错误的朋友请进

7.14.0也有此问题

错误现象:
(bitstormlite:19939): Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed

目前认定出现此问题的原因是libcurl版本小于7.10,请升级libcurl到7.10+

xdrag 发表于 2005-10-29 12:41:13

今天将curl升级到最新版本,发现还是同样问题。
我想,问题也许不在于libcurl?

gxcooo 发表于 2005-10-29 13:16:14

to xdrag:
能把你用的发行版名称和版本告诉我吗?谢谢

xdrag 发表于 2005-10-29 13:37:18

to xdrag:
能把你用的发行版名称和版本告诉我吗?谢谢

gentoo
早上起来emerge sync了 :)
(gtk+-2.8.6)

也许是我自己方面别的没有发现的问题吧,虽然console显示的提示是一样的。
不知道其他用户是什么情况。

gxcooo 发表于 2005-10-29 16:55:04

错误原因现在已经查明:
bitstorm0.1/0.1a/0.1b使用了hash_map,而hash_map的实现在libstdc++6(对应g++4.x)和libstdc++5(对应g++3.x)是有区别的
所以造成使用g++3.x编译出的bitstorm无法正常使用,这个问题已经在0.1c版本中修正

http://www.socks5cn.com/bitstorm/BitStormLite-0.1c.tar.gz

iamfool 发表于 2005-11-1 23:15:43

老大! 没有流量的问题还没解决阿!

gxcooo 发表于 2005-11-2 10:13:05

这是我写的一个epoll的测试程序,看看在你机器上运行有没有问题

iamfool 发表于 2005-11-2 17:11:09

我刚准备在google一下epoll test你就发了一个出来,真是太感谢了

iamfool 发表于 2005-11-2 17:22:49

root@fool: /srv/bt/tmp# ./server
udp_fd = 3
epoll_fd = 4
pid=9466
thrid=3083680688
pid=9466
thrid=3075292080
pid=9466
thrid=3066903472
pid=9466
thrid=3058514864
pid=9466
thrid=3050126256

thr 3058514864 exit, event_count=193 pkg_count=1881
thr 3050126256 exit, event_count=234 pkg_count=2197
thr 3075292080 exit, event_count=209 pkg_count=2048
thr 3083680688 exit, event_count=213 pkg_count=1964
thr 3066903472 exit, event_count=194 pkg_count=1910


这样的结果正常吗?(在另外一个console运行client)

gxcooo 发表于 2005-11-2 21:03:31

正常 :shock:

iamfool 发表于 2005-11-2 21:31:27

so the problem is........
RPWT?
页: [1] 2
查看完整版本: 遇到Gtk-CRITICAL错误的朋友请进