|
From: Paul P. <ppl...@gm...> - 2005-08-05 14:33:19
|
On 8/5/05, Ahmet Buharali <abu...@sc...> wrote:
> I don't know what else I can say
Basic fault isolation (divide and conquer):
Does "valgrind /bin/date" run on your system?
No: there is something wrong with your system. Describe what the system is.
Yes: goto next question.
Does "int main() { return 0; }" run when linked with the same shared librar=
ies?
No: something's wrong with one of the shared libraries; try to figure
out which one.
Yes: something wrong with your app; try to comment out parts of it.
Etc. etc.
Cheers,
|