分页: 15 / 30
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 13:31
由 lakeskysea
ouclwp 写了:lakeskysea 写了:很支持你!~
但是刚下了1.5 configure和make都没问题 到make install的时候会出error 不知道是不是bug...
看好你 加油

不知道make install完之后能不能正常使用,最好贴一下error的内容
搞定了 貌似是创建文件夹的权限不够 改用 sudo make install就好了~
还是谢了 =] 祝越写越好!~~
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 16:04
由 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版本?
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 16:13
由 ouclwp
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命令然后把相关信息发给我
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 16:37
由 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
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 17:06
由 ouclwp
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
谢谢你的反馈,刚刚把程序做了一下修改,发一份新的在这里,麻烦你再安装一下试试,期待你的反馈。
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 17:19
由 xiaobai282
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 17:22
由 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:~$
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 17:25
由 xiaobai282
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 17:26
由 ouclwp
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楼我刚发的那个包安装也出现这个问题吗?
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 17:30
由 powerqwe
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)
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 17:35
由 wangdu2002
你用217楼我刚发的那个包安装也出现这个问题吗?
是的,用的刚发的包编译的结果。。。看来得sudo make uninstall这个版本了,等楼主下一个版本再帮忙测试吧。
顺便说一下。。。某是飞信邮箱用户。。。某是联通的手机号,所以不是手机号用户。。。再说,某从来不用手机注册网络上的各个玩意滴。

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 18:01
由 ouclwp
wangdu2002 写了:你用217楼我刚发的那个包安装也出现这个问题吗?
是的,用的刚发的包编译的结果。。。看来得sudo make uninstall这个版本了,等楼主下一个版本再帮忙测试吧。
顺便说一下。。。某是飞信邮箱用户。。。某是联通的手机号,所以不是手机号用户。。。再说,某从来不用手机注册网络上的各个玩意滴。

飞信邮箱用户已经支持了,不过出现段错误我还不清楚是什么原因
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 18:33
由 shinery
我用lz昨天发的源码编译什么问题也没遇到。我用的是10.04官方版。32-22的内核。
Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-25 20:36
由 powerqwe
shinery 写了:我用lz昨天发的源码编译什么问题也没遇到。我用的是10.04官方版。32-22的内核。
我也是用10.04 32-22 的内核,不过是netbook remix 而已.
从beta一直到现在都是段错误,我也觉得很奇怪...

Re: Fetion for linux,使用飞信2010最新协议[5月24日更新v1.5](支持直接短信和邮箱用户登录
发表于 : 2010-05-26 9:16
由 ouclwp
powerqwe 写了:shinery 写了:我用lz昨天发的源码编译什么问题也没遇到。我用的是10.04官方版。32-22的内核。
我也是用10.04 32-22 的内核,不过是netbook remix 而已.
从beta一直到现在都是段错误,我也觉得很奇怪...

哎,我也觉得奇怪啊,一直找不出问题所在,我再努力努力吧