Fetion for linux,使用飞信2010最新协议[10月24日更新v2.0](更美观更稳定)

仅仅用于软件推荐,不适合发求软件或软件使用问题方面的贴子
回复
lakeskysea
帖子: 2
注册时间: 2010-05-23 4:51

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#211

帖子 lakeskysea » 2010-05-25 13:31

ouclwp 写了:
lakeskysea 写了:很支持你!~

但是刚下了1.5 configure和make都没问题 到make install的时候会出error 不知道是不是bug...


看好你 加油 :em11
不知道make install完之后能不能正常使用,最好贴一下error的内容

搞定了 貌似是创建文件夹的权限不够 改用 sudo make install就好了~

还是谢了 =] 祝越写越好!~~
powerqwe
帖子: 21
注册时间: 2009-04-30 13:23

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#212

帖子 powerqwe » 2010-05-25 16:04

编译安装了1.5版,问题依旧如前几个版本,登录成功的瞬间客户端崩溃,如下:

代码: 全选

le@le-laptop:~$ openfetion 
[16:00:00]  Loading user list store in local data file
[16:00:02]  Set a initialized Config Struct to User
[16:00:02]  Initialize ssi authentication action
[16:00:02]  Start ssi login with v3Temp password , user number 15114660867
[16:00:02]  SSI login success
[16:00:02]  Loading user list store in local data file
[16:00:02]  Set a initialized Sip Struct to User
[16:00:02]  Initialize sipc registeration action
[16:00:02]  Start registering to sip server(221.130.44.194:8080)
[16:00:02]  Register to sip server success
[16:00:02]  nonce:3B8A5FCB2676136A7839C60152029DE9
[16:00:02]  Start encrypting response
[16:00:02]  Encrypting reponse success
[16:00:02]  Initialize sipc authencation action
[16:00:02]  Start sipc authentication , with ak-value
[16:00:02]  contact-version : 0 , personal-version 0
[16:00:02]  Sipc authentication success
[16:00:03]  Start reading contact list 
段错误
GDB如下:

代码: 全选

(gdb) run
Starting program: /usr/local/bin/openfetion 
[Thread debugging using libthread_db enabled]
[New Thread 0xb6de5b70 (LWP 16675)]
[15:38:13]  Set a initialized Config Struct to User
[15:38:13]  Initialize ssi authentication action
[15:38:13]  Start ssi login with v3Temp password , user number 15114660867
[15:38:13]  SSI login success
[15:38:13]  Set a initialized Sip Struct to User
[15:38:13]  Initialize sipc registeration action
[15:38:13]  Start registering to sip server(221.130.44.194:8080)
[15:38:14]  Register to sip server success
[15:38:14]  nonce:3F450AE5151C9EC06E23585B313D2B7C
[15:38:14]  Start encrypting response
[15:38:14]  Encrypting reponse success
[15:38:14]  Initialize sipc authencation action
[15:38:14]  Start sipc authentication , with ak-value
[15:38:14]  contact-version : 0 , personal-version 0
[15:38:14]  Sipc authentication success
[15:38:14]  Start reading contact list 

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6de5b70 (LWP 16675)]
0x0805ccc8 in fetion_group_list_find_by_id (grouplist=0xb6400d38, id=20) at fetion_user.c:320
320			if(pos->groupid == id)
使用的系统是10.04netbook remix.

删除根目录下./openfetion 问题依旧.

问个题外话,编译安装后会不会覆盖原文件?如果不覆盖,莫非我一直还是用的1.3版本?
ouclwp
帖子: 80
注册时间: 2007-12-06 13:49
联系:

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#213

帖子 ouclwp » 2010-05-25 16:13

powerqwe 写了:编译安装了1.5版,问题依旧如前几个版本,登录成功的瞬间客户端崩溃,如下:

代码: 全选

le@le-laptop:~$ openfetion 
[16:00:00]  Loading user list store in local data file
[16:00:02]  Set a initialized Config Struct to User
[16:00:02]  Initialize ssi authentication action
[16:00:02]  Start ssi login with v3Temp password , user number 15114660867
[16:00:02]  SSI login success
[16:00:02]  Loading user list store in local data file
[16:00:02]  Set a initialized Sip Struct to User
[16:00:02]  Initialize sipc registeration action
[16:00:02]  Start registering to sip server(221.130.44.194:8080)
[16:00:02]  Register to sip server success
[16:00:02]  nonce:3B8A5FCB2676136A7839C60152029DE9
[16:00:02]  Start encrypting response
[16:00:02]  Encrypting reponse success
[16:00:02]  Initialize sipc authencation action
[16:00:02]  Start sipc authentication , with ak-value
[16:00:02]  contact-version : 0 , personal-version 0
[16:00:02]  Sipc authentication success
[16:00:03]  Start reading contact list 
段错误
GDB如下:

代码: 全选

(gdb) run
Starting program: /usr/local/bin/openfetion 
[Thread debugging using libthread_db enabled]
[New Thread 0xb6de5b70 (LWP 16675)]
[15:38:13]  Set a initialized Config Struct to User
[15:38:13]  Initialize ssi authentication action
[15:38:13]  Start ssi login with v3Temp password , user number 15114660867
[15:38:13]  SSI login success
[15:38:13]  Set a initialized Sip Struct to User
[15:38:13]  Initialize sipc registeration action
[15:38:13]  Start registering to sip server(221.130.44.194:8080)
[15:38:14]  Register to sip server success
[15:38:14]  nonce:3F450AE5151C9EC06E23585B313D2B7C
[15:38:14]  Start encrypting response
[15:38:14]  Encrypting reponse success
[15:38:14]  Initialize sipc authencation action
[15:38:14]  Start sipc authentication , with ak-value
[15:38:14]  contact-version : 0 , personal-version 0
[15:38:14]  Sipc authentication success
[15:38:14]  Start reading contact list 

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6de5b70 (LWP 16675)]
0x0805ccc8 in fetion_group_list_find_by_id (grouplist=0xb6400d38, id=20) at fetion_user.c:320
320			if(pos->groupid == id)
使用的系统是10.04netbook remix.

删除根目录下./openfetion 问题依旧.

问个题外话,编译安装后会不会覆盖原文件?如果不覆盖,莫非我一直还是用的1.3版本?

你把/usr/local/bin/openfetion删了再重新make install一次试试吧,还有就是GDB在断掉的时候最好能输一下back命令然后把相关信息发给我
powerqwe
帖子: 21
注册时间: 2009-04-30 13:23

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#214

帖子 powerqwe » 2010-05-25 16:37

ouclwp 写了:
你把/usr/local/bin/openfetion删了再重新make install一次试试吧,还有就是GDB在断掉的时候最好能输一下back命令然后把相关信息发给我
删了再安装,还是一样的情况.以下是back后的GDB信息:

代码: 全选

(gdb) run
Starting program: /usr/local/bin/openfetion /usr/local/bin/openfetion
[Thread debugging using libthread_db enabled]
[16:35:41]  Loading user list store in local data file
[New Thread 0xb6de4b70 (LWP 18716)]
[16:35:44]  Set a initialized Config Struct to User
[16:35:44]  Initialize ssi authentication action
[16:35:44]  Start ssi login with v3Temp password , user number 15114660867
[16:35:44]  SSI login success

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6de4b70 (LWP 18716)]
0x00d4d8ce in ?? () from /lib/tls/i686/cmov/libc.so.6
(gdb) back
#0  0x00d4d8ce in ?? () from /lib/tls/i686/cmov/libc.so.6
#1  0x00d4fafd in ?? () from /lib/tls/i686/cmov/libc.so.6
#2  0x00d51f9c in malloc () from /lib/tls/i686/cmov/libc.so.6
#3  0x00d756e9 in ?? () from /lib/tls/i686/cmov/libc.so.6
#4  0x00d7580a in opendir () from /lib/tls/i686/cmov/libc.so.6
#5  0x0805044f in fetion_config_initialize (config=0x831ac00, userid=0x831910b "647158261")
    at fetion_config.c:245
#6  0x0806b297 in fx_login_thread_func (data=0x8208638) at fx_login.c:332
#7  0x00a0bdef in ?? () from /lib/libglib-2.0.so.0
#8  0x00cce96e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9  0x00dafa0e in clone () from /lib/tls/i686/cmov/libc.so.6
ouclwp
帖子: 80
注册时间: 2007-12-06 13:49
联系:

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#215

帖子 ouclwp » 2010-05-25 17:06

powerqwe 写了:
ouclwp 写了:
你把/usr/local/bin/openfetion删了再重新make install一次试试吧,还有就是GDB在断掉的时候最好能输一下back命令然后把相关信息发给我
删了再安装,还是一样的情况.以下是back后的GDB信息:

代码: 全选

(gdb) run
Starting program: /usr/local/bin/openfetion /usr/local/bin/openfetion
[Thread debugging using libthread_db enabled]
[16:35:41]  Loading user list store in local data file
[New Thread 0xb6de4b70 (LWP 18716)]
[16:35:44]  Set a initialized Config Struct to User
[16:35:44]  Initialize ssi authentication action
[16:35:44]  Start ssi login with v3Temp password , user number 15114660867
[16:35:44]  SSI login success

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6de4b70 (LWP 18716)]
0x00d4d8ce in ?? () from /lib/tls/i686/cmov/libc.so.6
(gdb) back
#0  0x00d4d8ce in ?? () from /lib/tls/i686/cmov/libc.so.6
#1  0x00d4fafd in ?? () from /lib/tls/i686/cmov/libc.so.6
#2  0x00d51f9c in malloc () from /lib/tls/i686/cmov/libc.so.6
#3  0x00d756e9 in ?? () from /lib/tls/i686/cmov/libc.so.6
#4  0x00d7580a in opendir () from /lib/tls/i686/cmov/libc.so.6
#5  0x0805044f in fetion_config_initialize (config=0x831ac00, userid=0x831910b "647158261")
    at fetion_config.c:245
#6  0x0806b297 in fx_login_thread_func (data=0x8208638) at fx_login.c:332
#7  0x00a0bdef in ?? () from /lib/libglib-2.0.so.0
#8  0x00cce96e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9  0x00dafa0e in clone () from /lib/tls/i686/cmov/libc.so.6
谢谢你的反馈,刚刚把程序做了一下修改,发一份新的在这里,麻烦你再安装一下试试,期待你的反馈。
openfetion-1.5.tar.gz
(884.21 KiB) 已下载 24 次
xiaobai282
帖子: 33
注册时间: 2009-01-08 23:37

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#216

帖子 xiaobai282 » 2010-05-25 17:19

呼唤deb~~我喜欢这样的,可装好卸!


http://ppa.launchpad.net/happyaron/ppa/ ... 1_i386.deb
10.04用了,超好!
上次由 xiaobai282 在 2010-05-25 17:24,总共编辑 1 次。
电脑不错,技术垃圾。
盗版win7旗舰版+ubuntu10.04LTS
T6600,2GDDIII,GT240M,320G。
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#217

帖子 wangdu2002 » 2010-05-25 17:22

帮忙测试的刚下的最新1.5版本的结果如下:
make[2]: 没有什么可以做的为 `install-data-am'。
make[2]:正在离开目录 `/tmp/openfetion-1.5'
make[1]:正在离开目录 `/tmp/openfetion-1.5'
----------------------------------------------------------
| |
| OpenFetion 1.5 by lwp([email protected]) |
| |
| OpenFetion a fetion client for linux based on GTK+2.0,|
| using Fetion Protocol Version 4. It supports most |
| useful functions of Mobile Fetion,more important. |
| It`s small and fast,and is better in look. |
| More information at http://basiccoder.com/openfetion |
----------------------------------------------------------
wdub1004@wdlp01:/tmp/openfetion-1.5$ cd
wdub1004@wdlp01:~$ openfetion
[17:19:23] Read proxy information
[17:19:23] Loading user list store in local data file
[17:19:36] Set a initialized Config Struct to User
[17:19:36] Initialize ssi authentication action
[17:19:41] Start ssi login with v3Temp password , user number 505769633
[17:19:55] SSI login success
[17:19:55] Loading user list store in local data file
段错误
wdub1004@wdlp01:~$
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
xiaobai282
帖子: 33
注册时间: 2009-01-08 23:37

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#218

帖子 xiaobai282 » 2010-05-25 17:25

电脑不错,技术垃圾。
盗版win7旗舰版+ubuntu10.04LTS
T6600,2GDDIII,GT240M,320G。
ouclwp
帖子: 80
注册时间: 2007-12-06 13:49
联系:

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#219

帖子 ouclwp » 2010-05-25 17:26

wangdu2002 写了:帮忙测试的刚下的最新1.5版本的结果如下:
make[2]: 没有什么可以做的为 `install-data-am'。
make[2]:正在离开目录 `/tmp/openfetion-1.5'
make[1]:正在离开目录 `/tmp/openfetion-1.5'
----------------------------------------------------------
| |
| OpenFetion 1.5 by lwp([email protected]) |
| |
| OpenFetion a fetion client for linux based on GTK+2.0,|
| using Fetion Protocol Version 4. It supports most |
| useful functions of Mobile Fetion,more important. |
| It`s small and fast,and is better in look. |
| More information at http://basiccoder.com/openfetion |
----------------------------------------------------------
wdub1004@wdlp01:/tmp/openfetion-1.5$ cd
wdub1004@wdlp01:~$ openfetion
[17:19:23] Read proxy information
[17:19:23] Loading user list store in local data file
[17:19:36] Set a initialized Config Struct to User
[17:19:36] Initialize ssi authentication action
[17:19:41] Start ssi login with v3Temp password , user number 505769633
[17:19:55] SSI login success
[17:19:55] Loading user list store in local data file
段错误
wdub1004@wdlp01:~$
你用217楼我刚发的那个包安装也出现这个问题吗?
powerqwe
帖子: 21
注册时间: 2009-04-30 13:23

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#220

帖子 powerqwe » 2010-05-25 17:30

ouclwp 写了:
powerqwe 写了:
ouclwp 写了:
你把/usr/local/bin/openfetion删了再重新make install一次试试吧,还有就是GDB在断掉的时候最好能输一下back命令然后把相关信息发给我
删了再安装,还是一样的情况.以下是back后的GDB信息:
谢谢你的反馈,刚刚把程序做了一下修改,发一份新的在这里,麻烦你再安装一下试试,期待你的反馈。
openfetion-1.5.tar.gz
状况没有什么不同,还是客户端闪灭以下是代码:

代码: 全选

le@le-laptop:~$ openfetion
[17:27:02]  Set a initialized Config Struct to User
[17:27:02]  Initialize ssi authentication action
[17:27:02]  Start ssi login with v3Temp password , user number 15114660867
[17:27:02]  SSI login success
[17:27:03]  Set a initialized Sip Struct to User
[17:27:03]  Initialize sipc registeration action
[17:27:03]  Start registering to sip server(221.130.44.194:8080)
[17:27:03]  Register to sip server success
[17:27:03]  nonce:5AE62DCE3AD921E25AE3879157068F46
[17:27:03]  Start encrypting response
[17:27:03]  Encrypting reponse success
[17:27:03]  Initialize sipc authencation action
[17:27:03]  Start sipc authentication , with ak-value
[17:27:03]  contact-version : 0 , personal-version 0
[17:27:03]  Sipc authentication success
[17:27:03]  Start reading contact list 
段错误

代码: 全选

(gdb) run
Starting program: /usr/local/bin/openfetion 
[Thread debugging using libthread_db enabled]
[17:27:25]  Loading user list store in local data file
[New Thread 0xb6de4b70 (LWP 24064)]
[17:27:28]  Set a initialized Config Struct to User
[17:27:28]  Initialize ssi authentication action
[17:27:28]  Start ssi login with v3Temp password , user number 15114660867
[17:27:28]  SSI login success
[17:27:28]  Loading user list store in local data file
[17:27:29]  Set a initialized Sip Struct to User
[17:27:29]  Initialize sipc registeration action
[17:27:29]  Start registering to sip server(221.130.44.194:8080)
[17:27:29]  Register to sip server success
[17:27:29]  nonce:46343EF915EC1E795F0F267315442794
[17:27:29]  Start encrypting response
[17:27:29]  Encrypting reponse success
[17:27:29]  Initialize sipc authencation action
[17:27:29]  Start sipc authentication , with ak-value
[17:27:29]  contact-version : 0 , personal-version 0
[17:27:29]  Sipc authentication success
[17:27:29]  Start reading contact list 

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6de4b70 (LWP 24064)]
0x0805cc08 in fetion_group_list_find_by_id (grouplist=0xb6419248, id=20) at fetion_user.c:320
320			if(pos->groupid == id)

代码: 全选

(gdb) back
#0  0x0805cc08 in fetion_group_list_find_by_id (grouplist=0xb6419248, id=20) at fetion_user.c:320
#1  0x0805648a in parse_contact_list (node=0xb6418d10, user=0x831ae00) at fetion_login.c:530
#2  0x08056dd3 in parse_sipc_auth_response (
    auth_response=0xb6410080 "SIP-C/4.0 200 OK\r\nI: 2\r\nQ: 2 R\r\nX: 600\r\nL: 22033\r\n\r\n<results><client public-ip=\"221.212.116.50\" login-place=\"\" last-login-ip=\"221.212.116.50\" last-login-place=\"\" last-login-time=\"5/25/2010 5:27:02 PM\""..., user=0x831ae00) at fetion_login.c:384
#3  0x0806b47c in fx_login_thread_func (data=0x8208638) at fx_login.c:424
#4  0x00a0bdef in ?? () from /lib/libglib-2.0.so.0
#5  0x00cce96e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#6  0x00dafa0e in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) 

上次由 powerqwe 在 2010-05-25 20:32,总共编辑 2 次。
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#221

帖子 wangdu2002 » 2010-05-25 17:35

你用217楼我刚发的那个包安装也出现这个问题吗?
是的,用的刚发的包编译的结果。。。看来得sudo make uninstall这个版本了,等楼主下一个版本再帮忙测试吧。 :em11
顺便说一下。。。某是飞信邮箱用户。。。某是联通的手机号,所以不是手机号用户。。。再说,某从来不用手机注册网络上的各个玩意滴。 :em06
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
ouclwp
帖子: 80
注册时间: 2007-12-06 13:49
联系:

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#222

帖子 ouclwp » 2010-05-25 18:01

wangdu2002 写了:
你用217楼我刚发的那个包安装也出现这个问题吗?
是的,用的刚发的包编译的结果。。。看来得sudo make uninstall这个版本了,等楼主下一个版本再帮忙测试吧。 :em11
顺便说一下。。。某是飞信邮箱用户。。。某是联通的手机号,所以不是手机号用户。。。再说,某从来不用手机注册网络上的各个玩意滴。 :em06
飞信邮箱用户已经支持了,不过出现段错误我还不清楚是什么原因
头像
shinery
帖子: 1378
注册时间: 2009-07-22 22:23

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#223

帖子 shinery » 2010-05-25 18:33

我用lz昨天发的源码编译什么问题也没遇到。我用的是10.04官方版。32-22的内核。
愿扣上你双手,至繁华浪处到沙丘。
powerqwe
帖子: 21
注册时间: 2009-04-30 13:23

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#224

帖子 powerqwe » 2010-05-25 20:36

shinery 写了:我用lz昨天发的源码编译什么问题也没遇到。我用的是10.04官方版。32-22的内核。
我也是用10.04 32-22 的内核,不过是netbook remix 而已.
从beta一直到现在都是段错误,我也觉得很奇怪... :em06
ouclwp
帖子: 80
注册时间: 2007-12-06 13:49
联系:

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录

#225

帖子 ouclwp » 2010-05-26 9:16

powerqwe 写了:
shinery 写了:我用lz昨天发的源码编译什么问题也没遇到。我用的是10.04官方版。32-22的内核。
我也是用10.04 32-22 的内核,不过是netbook remix 而已.
从beta一直到现在都是段错误,我也觉得很奇怪... :em06
哎,我也觉得奇怪啊,一直找不出问题所在,我再努力努力吧
回复