Re: dlopen() crash -gcc 3.4.6 20060404

2007-07-26 Thread J.C. Pizarro
Friendly Gaurav Build it with the -ggdb2 option, and follow those steps: $ gdb a.out (gdb) start (gdb) stepi (gdb) backtrace (gdb) step (gdb) bt (gdb) stepi (gdb) bt (gdb) help It's funny ;)

Re: dlopen() crash -gcc 3.4.6 20060404

2007-07-26 Thread Ben Elliston
On Thu, 2007-07-26 at 14:22 +0530, Gaurav Kheterpal wrote: > My apologies if this message doesn’t seem appropriate on this list. It's not appropriate for this list. This list is for discussing GCC development, not development with GCC. Cheers, Ben

Re: dlopen() crash -gcc 3.4.6 20060404

2007-07-26 Thread Anitha Boyapati
Hi, On a quick look --- > > My apologies if this message doesn’t seem appropriate on this list. gcc-help list is appropriate for such issues. > _handle = dlopen( "./libchrcv.so", RTLD_NOW | RTLD_GLOBAL ); Have you tried with any other library or only this ? I tried the entire program wit