当前位置:  技术问答>linux和unix

Program received signal SIGSEGV, Segmentation fault,求帮助~

    来源: 互联网  发布时间:2017-01-23

    本文导语:  void *sock_read(int client) {         ······ } static  void sock_accept(int server_socket,short event,void *arg)//char **argv { printf("start sock_acceptn"); struct event *ev=arg; int new_server_socket; //////////////////////////////////////// ///////////////////////...

void *sock_read(int client)
{
        ······
}

static  void sock_accept(int server_socket,short event,void *arg)//char **argv
{
printf("start sock_acceptn");
struct event *ev=arg;
int new_server_socket;
////////////////////////////////////////
/////////////////////////////////
printf("start acceptn");
while(1) //服务器端要一直运行,
{
////////////////////////////////
/////////////////////////////////

struct sockaddr addr;
     socklen_t len=sizeof(addr);

//由于此结构要长期使用,所以rev必须动态分配,否则离开此函数后会自动释放,导致segment fault  
     struct event *rev=(struct event *)malloc(sizeof(struct event));//*rev
new_server_socket=accept(server_socket,&addr,&len);
if(new_server_socket==-1)
{
fprintf(stderr,"Sock Accept Failed!n");
return;
     }
fprintf(stdout,"accept socket:%dn",new_server_socket);
////////////////////////////////
///////////////////////////////

pthread_t child_thread;
pthread_mutex_init(&mutex,NULL);//初始化

printf("start talk to sock_readn");
if((pthread_create(&child_thread,NULL,sock_read(new_server_socket),NULL))

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间javax.sound.midi类shortmessage的类成员方法: program_change定义及介绍
  • I need a tftp program!!!
  • java命名空间javax.sound.midi类voicestatus的类成员方法: program定义及介绍
  • mount RPC: Program not registered
  • not enough room for program headers什么错误啊?
  • could not load the Java virtual machine.program will exit!
  • 求助:初学者对“Run Program”的疑问?
  • AIML解释器 program-o
  • 求助:he program does not have an entry point or
  • gcc编译中出现的这种错误提示 stray '357' in program
  • 哈希算法计算 Generic Hash and HMAC Program
  • Is this program wrong?
  • mysql program link error
  • How to get free disk space size in C/C++ program( Solaris system)
  • sendmail编译出错 Can not locate an M4 program
  • How to write services with Java program
  • 编译错误error: stray ‘343’in program的解决方法
  • how to install program ! i'm a beginner in linux !:)
  • 安装VMware tools 时What is the location of the "gcc" program on your mechine?
  • If I know the function used in the program,how can I get the library which provides the implemation of the BEING USED function
  • 用gcc编译linux下c++程序 报: stray '343’ in program 这样的错误,是什么意思?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3