I'm getting a core dump which produces the following stack trace :
�
#0� 0x41513fa1 in kill () from /lib/libc.so.6
#1� 0x41365fe6 in raise (sig=6) at signals.c:65
#2� 0x41515264 in abort () from /lib/libc.so.6
#3� 0x414b7e55 in __default_terminate () at ../../gcc/libgcc2.c:-1
#4� 0x414b7e72 in __terminate () from /usr/lib/libstdc++-libc6.1-1.so.2
#5� 0x4182fc2b in new_eh_context () at ../../gcc/libgcc2.c:3035
#6� 0x4182ff0d in eh_context_specific () from /usr/lib/libstdc++-libc6.2-2.so.3
#7� 0x4182fe6e in eh_context_initialize () from /usr/lib/libstdc++-libc6.2-2.so.3
#8� 0x41830b4d in __rethrow (index=0x417faa44) from /usr/lib/libstdc++-libc6.2-2.so.3
#9� 0x417e0f88 in c4_HandlerSeq::c4_HandlerSeq () from /home/portal/build_area/components/metakit/libmk4.so
#10 0x417dfaf5 in c4_FormatV::At () from /home/portal/build_area/components/metakit/libmk4.so
#11 0x417dfbd8 in c4_FormatV::SetupAllSubviews () from /home/portal/build_area/components/metakit/libmk4.so
#12 0x417e0207 in c4_FormatV::Insert () from /home/portal/build_area/components/metakit/libmk4.so
#13 0x417efaae in c4_Sequence::InsertAt () from /home/portal/build_area/components/metakit/libmk4.so
#14 0x417ef793 in c4_Sequence::Resize () from /home/portal/build_area/components/metakit/libmk4.so
#15 0x41741418 in corbaMkTools::write () from /home/portal/build_area/components/do_database_lib/libdoDatabase.so
�
corbaMkTools::write is the last function in my application code that calls "SetSize" on a data view.� Does anybody have any idea what the issue might be here and any suggestion for a workaround ?
The "__rethrow" looks suspicious to me: MK does not throw exceptions.
You may want to rebuild MK with assertions enabled (-Dq4_CHECK) and debug symbols (-g).
-jcw
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
