As soon as I step into a shared library, I get the following message: 0xfead67ac in _bind_guard () at /usr/local/include/g++-3/stl_alloc.h:518 518 return(_S_chunk_alloc(__size, __nobjs)); If I then step again, I get Cannot access memory at address 0x0 If I instead do a next, gdb hangs. Any help would be greatly appreciated. Regards, Tom. gcc version = 2.95.2 gdb version = 5.0 System = SunOS Release = 5.7 KernelID = Generic_106541-14 Machine = sun4u Compile and link lines: g++ -g -I/usr/local/include/g++-3 -I/usr/local/software/trust/cc-source/libfixed -I/usr/local/software/trust/cc-source/libcore -I/usr/local/software/trust/cc-source/libsecurity -I/usr/local/software/trust/cc-source/libnumeric -I/usr/local/software/trust/cc-source/librisk -I/usr/local/Solaris_JDK_1.2.2_06/include -I/usr/local/Solaris_JDK_1.2.2_06/include/solaris -I/usr/local/software/trust/xerces-c-src1_4_0/include -I/usr/local/famelib/hli -I/usr/local/software/RW/ToolsHPP/workspaces/SOLARIS7/SUNPRO_COMPAT50/3s -I/usr/local/software/qt/include -c request.cc -o request.o g++ -g request.o -o /usr/local/software/trust/cc-source/bin/request -L/usr/local/software/trust/lib -L/usr/lib -L/usr/local/famelib/hli -lcore -lnumeric -lfixed -lrisk -lsecurity -lxerces-c1_4 -lt_date -lt_bdate -lchli ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** _______________________________________________ Bug-gdb mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gdb
