In one of my C++ code, I'm trying to open a file in write mode with gdbm_open function. I tried the following modes: GDBM_WRITER, GDBM_NEWDB and GDBM_WRCREAT.
The code hangs exactly at the point of calling the gdbm_open function and doesn't proceed further.
It neither fails nor succeeds, but hangs.
The linux system in which the code is run is EL 5.
Any help/guidance from previous similar experience, in this regards would be appreciated.
Thanks in advance. Murali