S
Santosh
I have a program which uses POSIX semaphores and it crashes while
calling sem_destroy. The back trace looks as below:
#0 0x30008cdc in do_lookup_x ()
from /tmp/rarakali_20070719222751/85xx/lib/ld.so.1
#1 0x300090bc in _dl_lookup_symbol_x ()
from /tmp/rarakali_20070719222751/85xx/lib/ld.so.1
#2 0x3000b9c8 in fixup () from /tmp/rarakali_20070719222751/85xx/lib/
ld.so.1
#3 0x3000b854 in _dl_runtime_resolve ()
from /tmp/rarakali_20070719222751/85xx/lib/ld.so.1
#4 0x0ff8248c in mts_vdc_sem_destroy (semid=267895665)
at ../infra/mts/lib/mts_vdc.c:236
Does anyone know what the first four frames are about, i.e. what's ld
trying to resolve ?
BTW, line 236 in #4 is calling sem_destroy.
Thanks
calling sem_destroy. The back trace looks as below:
#0 0x30008cdc in do_lookup_x ()
from /tmp/rarakali_20070719222751/85xx/lib/ld.so.1
#1 0x300090bc in _dl_lookup_symbol_x ()
from /tmp/rarakali_20070719222751/85xx/lib/ld.so.1
#2 0x3000b9c8 in fixup () from /tmp/rarakali_20070719222751/85xx/lib/
ld.so.1
#3 0x3000b854 in _dl_runtime_resolve ()
from /tmp/rarakali_20070719222751/85xx/lib/ld.so.1
#4 0x0ff8248c in mts_vdc_sem_destroy (semid=267895665)
at ../infra/mts/lib/mts_vdc.c:236
Does anyone know what the first four frames are about, i.e. what's ld
trying to resolve ?
BTW, line 236 in #4 is calling sem_destroy.
Thanks