Previous stack was from gdb, dbx shows much wired stuff...
pth_signal.pthread_kill(??, ??) at 0xd005d1c0
pth_signal._p_raise(??) at 0xd005cc48
raise.raise(??) at 0xd01e64e4
abort.abort() at 0xd0206444
ut_onsig_sig_handler__FiPvT2(??, ??, ??) at 0xd5c409bc
__CleanupCatch() at 0xd138e474
unnamed block $b3564, line 227 in "vrtsat_api.cpp"
unnamed block $b3563, line 227 in "vrtsat_api.cpp"
unnamed block $b3562, line 227 in "vrtsat_api.cpp"
unnamed block $b3561, line 227 in "vrtsat_api.cpp"
unnamed block $b3555, line 227 in "vrtsat_api.cpp"
unnamed block $b3546, line 227 in "vrtsat_api.cpp"
vrtsat_api.vrtsAtGetCredentials(??, ??, ??, ??, ??), line 227 in
"vrtsat_api.cpp"
unnamed block $b8386, line 687 in "api.c"
unnamed block $b8385, line 687 in "api.c"
Note sometimes __CleanupCatch() appears on stacks otherwise
__DoThrow().
Thanks,
Kiran
kiran.dpatil@gmail.com wrote:
> Compiler - visualage 5.0.2.0
>
> Here is the stack...
>
> #0 0x0 in ?? () from (unknown load module)
> #1 0xd77edd0c in __DoThrow ()
>
> Disassbly shows instruction at 0xd77edd0c is _ptrgl.
>
> Any idea what might be going wrong here?
>
> I've nested throw catch similar to what mentioned in
> http://www-1.ibm.com/support/docview...id=isg1IY31129, but IY31129
> do not help either.
>
> Thanks,
> Kiran