free(): invalid next size (normal)
143894Apr 19 2010 — edited Apr 20 2010I am trying to Install Oracle 10g R2 on Centos 5. Many people have installed Oracle on Centos successfully as I have seen many posts on Google about this. E.g. http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/
I have followed all the steps mentioned in the above posts but when I write ./runInstaller I get following
[omer@server255 database]$ ./runInstaller
*** glibc detected *** /home/omer/database/install/.oui: free(): invalid next size (normal): 0x080768d8 ***
======= Backtrace: =========
/lib/libc.so.6[0x4e578595]
/lib/libc.so.6(cfree+0x59)[0x4e5789d9]
/lib/libc.so.6[0x4e567660]
/lib/libc.so.6(fopen+0x2c)[0x4e56769c]
/home/omer/database/install/.oui[0x8059016]
/home/omer/database/install/.oui[0x804d57e]
/home/omer/database/install/.oui[0x8050768]
/lib/libc.so.6(__libc_start_main+0xdc)[0x4e524e9c]
/home/omer/database/install/.oui(wait+0x41)[0x8049405]
======= Memory map: ========
08048000-0805c000 r-xp 00000000 08:08 33751371 /home/omer/database/install/.oui
0805c000-0805d000 rwxp 00014000 08:08 33751371 /home/omer/database/install/.oui
0805d000-0807f000 rwxp 0805d000 00:00 0 [heap]
4e4ec000-4e506000 r-xp 00000000 08:05 262348 /lib/ld-2.5.so
4e506000-4e507000 r-xp 00019000 08:05 262348 /lib/ld-2.5.so
4e507000-4e508000 rwxp 0001a000 08:05 262348 /lib/ld-2.5.so
4e50f000-4e64e000 r-xp 00000000 08:05 262350 /lib/libc-2.5.so
4e64e000-4e64f000 ---p 0013f000 08:05 262350 /lib/libc-2.5.so
4e64f000-4e651000 r-xp 0013f000 08:05 262350 /lib/libc-2.5.so
4e651000-4e652000 rwxp 00141000 08:05 262350 /lib/libc-2.5.so
4e652000-4e655000 rwxp 4e652000 00:00 0
4e65d000-4e671000 r-xp 00000000 08:05 262363 /lib/libpthread-2.5.so
4e671000-4e672000 r-xp 00013000 08:05 262363 /lib/libpthread-2.5.so
4e672000-4e673000 rwxp 00014000 08:05 262363 /lib/libpthread-2.5.so
4e673000-4e675000 rwxp 4e673000 00:00 0
4e832000-4e83d000 r-xp 00000000 08:05 262372 /lib/libgcc_s-4.1.2-20080825.so.1
4e83d000-4e83e000 rwxp 0000a000 08:05 262372 /lib/libgcc_s-4.1.2-20080825.so.1
b7e91000-b8091000 r-xp 00000000 08:03 1837969 /usr/lib/locale/locale-archive
b8091000-b8093000 rwxp b8091000 00:00 0
b80a1000-b80a2000 r-xp b80a1000 00:00 0 [vdso]
bfcd5000-bfcea000 rwxp bffeb000 00:00 0 [stack]
./runInstaller: line 47: 4177 Aborted $CMDDIR/install/.oui -oneclick
[omer@server255 database]$
Please help me to solve this.
Habib