I have following error :
Total giant files in replay configuration file are :
File name : /new_file/prob1.rec
Given file /new_file/prob1.rec is successfully verified.
Splitting for giant file /new_file/prob1.rec started. Please wait....
In while loop of request searching
*** glibc detected *** ./a.out: free(): invalid next size (normal): 0x099da890 ***
======= Backtrace: =========
/lib/libc.so.6[0x47c0eefd]
/lib/libc.so.6(cfree +0x90)[0x47c12550]
./a.out[0x8049c71]
./a.out[0x80489f1]
./a.out[0x80488d9]
/lib/libc.so.6(__lib c_start_main+0x dc)[0x47bbef2c]
./a.out[0x8048761]
======= Memory map: ========
00544000-00545000 r-xp 00544000 00:00 0 [vdso]
08048000-0804b000 r-xp 00000000 08:05 3851539 /new_file/a.out
0804b000-0804c000 rwxp 00003000 08:05 3851539 /new_file/a.out
099d8000-099f9000 rwxp 099d8000 00:00 0
471da000-471f3000 r-xp 00000000 08:05 1991041 /lib/ld-2.5.so
471f3000-471f4000 r-xp 00018000 08:05 1991041 /lib/ld-2.5.so
471f4000-471f5000 rwxp 00019000 08:05 1991041 /lib/ld-2.5.so
47ba9000-47ce0000 r-xp 00000000 08:05 1991042 /lib/libc-2.5.so
47ce0000-47ce2000 r-xp 00137000 08:05 1991042 /lib/libc-2.5.so
47ce2000-47ce3000 rwxp 00139000 08:05 1991042 /lib/libc-2.5.so
47ce3000-47ce6000 rwxp 47ce3000 00:00 0
48756000-48761000 r-xp 00000000 08:05 1927591 /lib/libgcc_s-4.1.1-20061011.so.1
48761000-48762000 rwxp 0000a000 08:05 1927591 /lib/libgcc_s-4.1.1-20061011.so.1
b7e00000-b7e21000 rw-p b7e00000 00:00 0
b7e21000-b7f00000 ---p b7e21000 00:00 0
b7f63000-b7f64000 rw-p b7f63000 00:00 0
b7f72000-b7f75000 rw-p b7f72000 00:00 0
bfe8c000-bfea2000 rw-p bfe8c000 00:00 0 [stack]
In while loop of response searchingAborte d
Code is as follows :
::Code removed per Posting Guidelines::
SO please help me as soon as possible
Total giant files in replay configuration file are :
File name : /new_file/prob1.rec
Given file /new_file/prob1.rec is successfully verified.
Splitting for giant file /new_file/prob1.rec started. Please wait....
In while loop of request searching
*** glibc detected *** ./a.out: free(): invalid next size (normal): 0x099da890 ***
======= Backtrace: =========
/lib/libc.so.6[0x47c0eefd]
/lib/libc.so.6(cfree +0x90)[0x47c12550]
./a.out[0x8049c71]
./a.out[0x80489f1]
./a.out[0x80488d9]
/lib/libc.so.6(__lib c_start_main+0x dc)[0x47bbef2c]
./a.out[0x8048761]
======= Memory map: ========
00544000-00545000 r-xp 00544000 00:00 0 [vdso]
08048000-0804b000 r-xp 00000000 08:05 3851539 /new_file/a.out
0804b000-0804c000 rwxp 00003000 08:05 3851539 /new_file/a.out
099d8000-099f9000 rwxp 099d8000 00:00 0
471da000-471f3000 r-xp 00000000 08:05 1991041 /lib/ld-2.5.so
471f3000-471f4000 r-xp 00018000 08:05 1991041 /lib/ld-2.5.so
471f4000-471f5000 rwxp 00019000 08:05 1991041 /lib/ld-2.5.so
47ba9000-47ce0000 r-xp 00000000 08:05 1991042 /lib/libc-2.5.so
47ce0000-47ce2000 r-xp 00137000 08:05 1991042 /lib/libc-2.5.so
47ce2000-47ce3000 rwxp 00139000 08:05 1991042 /lib/libc-2.5.so
47ce3000-47ce6000 rwxp 47ce3000 00:00 0
48756000-48761000 r-xp 00000000 08:05 1927591 /lib/libgcc_s-4.1.1-20061011.so.1
48761000-48762000 rwxp 0000a000 08:05 1927591 /lib/libgcc_s-4.1.1-20061011.so.1
b7e00000-b7e21000 rw-p b7e00000 00:00 0
b7e21000-b7f00000 ---p b7e21000 00:00 0
b7f63000-b7f64000 rw-p b7f63000 00:00 0
b7f72000-b7f75000 rw-p b7f72000 00:00 0
bfe8c000-bfea2000 rw-p bfe8c000 00:00 0 [stack]
In while loop of response searchingAborte d
Code is as follows :
::Code removed per Posting Guidelines::
SO please help me as soon as possible
Comment