For some special reasons, there is a possible case which need to load uclibc and glibc in one processes simutaneously. For example, I have written some code based on uclibc and a library(x.so) which based on glibc, and for some reasons, I can't get x's source code to recompile it. Furthemore, my own code is tidely related with uclibc, and it's very difficult to migrate to glibc. Then if it is possible to load both uclibc and glibc into one process space, it will be very simple to resolve this dilemma. I did try, but failed at last. The process can run until load the second c library, take glibc as example. Once load the glibc, the process will crash immediately. I don't know whether it is feasible theoretically and how to realize. Can anyone help?

最新文章

  1. 分治法求解最近对问题(c++)
  2. Java Basic - Annotation
  3. 用css实现三级导航菜单
  4. UDP丢包严重
  5. 如何对具有端点加密功能的LINE进行取证
  6. Mvc3提交表格验证(转载)
  7. 函数ut_bit_set_nth
  8. 计算N!的质因数2的个数
  9. Android asynctask使用
  10. angular实战
  11. 《Intel汇编第5版》 汇编减法程序
  12. uartz Spring与Spring Task总结
  13. CSS -- 练习(待续优化)
  14. VS2017 EF本地数据库链接
  15. FCM算法的matlab程序2
  16. 线程的信号量Semaphore
  17. Python -- print(dataframe)时,省略部分列。
  18. Continuous Subarray Sum LT523
  19. ZABBIX 3.0 配置监控NGINX性能【OK】
  20. JavaScript中isPrototypeOf函数

热门文章

  1. mysql多实例配置下,用脚本启动mysql时,出现Please read "Security" section of the manual to find out how to run mysqld as root!
  2. 分析轮子(二)- << ,>>,>> (左移、右移、无符号右移)
  3. Java中的Cloneable接口理解
  4. 隐马尔可夫模型:HMM
  5. ffmpeg中av_log的实现分析
  6. IndexedDB 教程
  7. 解决IE8下opacity属性失效问题,无法隐藏元素
  8. GDC2017【神秘海域 4】中所使用的顶点着色器技术
  9. ocelot配置
  10. GoLang之错误处理