Tagged Questions

0
votes
1answer
195 views

Segmentation fault during Transition of Control from C++ to Pro *C

I have written a small Pro *C/C++ application [ multi-threaded, daemon ] where, i used Pro *c to fetch some DB records and then call C++ function to generate XML files, which are sent through socket ...