From: Hong C. <hc...@N-...> - 2003-05-27 15:41:28
|
hi folks, I'm using valgrind to detect leaks in my program without any luck. When I start valgrind : valgrind -v myapp args it worked fine at the very beginning, but when it tried to load a shared object , following error messages showed up : ==2684== Jump to the invalid address stated on the next line ==2684== at 0x0: ??? ==2684== Address 0x0 is not stack'd, malloc'd or free'd Segmentation fault Without valgrind, I haven't get any trouble to run myapp. Could anyone give me a pointer ? any input would be appreciated. thanks hong |