Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Vuboy
  • Order by date
  1. Vuboy

    Calling dlopen leads to core dump

    No, this is a simple test program that only invoke a printf-like in my lib. No things run, here the sample snippet: #include <stdio.h> #include <stdlib.h> #include <dlfcn.h> void* FunctionLib; void (*FUNCTION)(void); const char *dlError; int main(int argc, char* arcgv[]) { int rc...
  2. Vuboy

    Calling dlopen leads to core dump

    Note. I run gdb, here the output: $ gdb test core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the...
  3. Vuboy

    Calling dlopen leads to core dump

    I am writing a program to dynamic call a shared lib routine. I got core dump when dlopen is executed. I am running on Solaris 2.8 SUN-Fire-480R. Any help would be appreciated.

Part and Inventory Search

Back
Top