Menu

#13 sigsev when yahoo_login

open
nobody
None
5
2010-06-15
2010-06-15
No

well.. the installation goes without errors on kubuntu and cygwin .. but i get
the same error on both for this simple code:
int main(int narg,char **args){

printf("test\n");
int id= yahoo_init(args[1], args[2]);
yahoo_login(id,0);
yahoo_close(id);

return 0;

}

Segmentation fault
in yahoo_login (id=1, initial =0) at libyahoo2.c:1709

Discussion


Log in to post a comment.