|
|||||||||||||||||||||||||||||||||
AMBER Archive (2006)Subject: RE: AMBER: RE: Respgen segemtation fault - debug attempt
From: Simon Whitehead (SJW084_at_bham.ac.uk)
Dear Mark,
Many thanks for you mail, I did not realised that this had to be done. I did what you said and got the following response;
Reading symbols from shared object read from target memory...done.
Breakpoint 1, main (argc=7, argv=0x8f3ff4) at respgen.c:271
I then typed "x 0x8f3ff4" and got;
0x8f3ff4: 0x008f3d3c
If i type "break main" i get the following response;
Note: breakpoint 1 also set at pc 0x804b9cc.
"x 0x804b9cc" then gave;
0x804b9cc <main+12>: 0x02087d83
This does not mean anything to me does anyone else have an ideas?
Kind Regards
Simon
----------------------------------------------------------------------------------------------------
$AMBERHOME/src/antechamber
do a
then do a
At the end of this process, the compiled respgen will be moved to
cp ../../exe/respgen .
Now run "gdb ./respgen" and when in gdb, passing commandline options using:
run -i tp.ac -o something -f resp1
I also recommend a read of:
regards,
Mark
| |||||||||||||||||||||||||||||||||
|