Protected: [credit card]- Authorize Capture AVS CVS August 22, 2006 HanaDaddy This post is password protected. To view it please enter your password below: Password: Submit Read More
[C] Debugging Segment Error with gdb in Linux August 22, 2006August 22, 2006 HanaDaddy Leave a comment 1. Compile the source with -g option. 2. run gdb (gdb) file exefile (gdb) run [arg is optional] After segment error occurs, type ‘up’ until you see the proper source file & line where the segment occurs. (gdb) up (more…) Read More