> #0 0x00000000 in ?? () > #1 0x00555c05 in getRequestConfiguration (soap=0xb7de1c40) at > mod_gsoap.c:1158
This looks like getRequestConfiguration is calling a function pointer that's NULL. Perhaps there are some options or callbacks you haven't set? mod_gsoap at line 1158 will probably point to the variable in question. > Also, there are no line numbers in the Server.so in the crashed > stack dump. I think you need to add the -g option to gcc to get it to include debugging info for GDB. Cheers, Adam.
