On Sun, 9 Mar 2003 18:29:12 -0800 (PST) Michael A Chase <[EMAIL PROTECTED]> wrote:
MAC> A dialog box titled "Fatal application error" appears ... MAC> I compiled both wxWindows and M with and without debugging options. MAC> The configure commands for the versions in the backtrace were MAC> MAC> ../wxWindows-2.4/configure --enable-debug --enable-debug_gdb \ MAC> --disable-threads --disable-joystick --with-gtk MAC> and MAC> ../M/configure --with-modules=static -enable-debug --with-wxdebug [as an aside: --with-modules=dynamic should now work as well] MAC> ### Selected folder 'MyReal POP' MAC> Program received signal SIGSEGV, Segmentation fault. MAC> 0x00000000 in ?? () MAC> (gdb) bt MAC> #0 0x00000000 in ?? () MAC> #1 0x082133b9 in SSL_CTX_ctrl (ctx=0x856dcb8, cmd=-1073752720, MAC> larg=268435456, parg=0x8567a98 ": 0") at .src/util/ssl.cpp:115 Thanks, this should be fixed now. I forgot to initialize the new function pointers which were added after upgrading to cclient 2002. And calling a function using a NULL pointer is a bad idea... Could you please test it again? TIA! VZ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
