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

pthread共享模式链接时是不是有问题啊?

    来源: 互联网  发布时间:2015-12-17

    本文导语:  我写了个很小的程序,使用了pthread库,如果加上-shared选项进行编译,出来的可执行会出segmentation fault 但,如果不加-shared选项编译出来的可执行则一切正常 这是为何? 我的系统是red hat 9,内核是2.4.20-8 ...

我写了个很小的程序,使用了pthread库,如果加上-shared选项进行编译,出来的可执行会出segmentation fault
但,如果不加-shared选项编译出来的可执行则一切正常

这是为何?
我的系统是red hat 9,内核是2.4.20-8

|
-shared 是编译动态库的.
你加-shared的目的是什么呢? 如果要编译可执行文件不要加-shared

|
如果是编译动态库,也不要静态链接pthread库(在动态库中不要静态链接线程库,但在最终的可执行文件中以),否则会出现函数重入的问题,也就是第二次调用pthread_create函数时不再返回,

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












  • 相关文章推荐
  • unix/Linux下c/c++ pthread库读写锁函数介绍
  • pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);和pthread_detach(pthread_self()); 有区别吗。怎么我执行的效果不一样
  • pthread_attr_init()及pthread_cond_wait使用疑惑
  • pthread_cond_signal和pthread_cond_wait两个函数是怎么意思?
  • 包含了#include <pthread.h>,为什么还有pthread_create错误?
  • 先pthread_cancel()再pthread_join(),主线程退出?
  • 请问pthread_mutex_lock()和pthread_mutex_unlock()可不可以用于对不同进程的线程进行同步。
  • 请问一下红色字体处的区别,及pthread_self()和pthread_creat()函数第一个参数的区别?
  • pthread_cond_wait 之前的 pthread_mutex_lock 语句 有什么作用,可以不用吗?
  • pthread_cancel和pthread_cond_wait
  • pthread_cond_t和pthread_mutex_t的疑问?
  • pthread_cond_t进入等待状态,则pthread_mutex_t无效...
  • LINUX关于pthread_create 和pthread_join
  • Pthread
  • pthread_create成功返回,但pthread_kill(thrdid, 0)返回说进程不存在?
  • 问一个关于pthread线程删除(取消)的问题
  • pthread 阻塞问题
  • pthread_cond_timedwait用来让线程睡眠无效?
  • pthread_cond_timedwait用法
  • 关于线程pthread.h
  • linux下运行pthread库出错的问题


  • 站内导航:


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

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

    浙ICP备11055608号-3