LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   glibc detected *** double free or corruption (!prev) (https://www.linuxquestions.org/questions/red-hat-31/glibc-detected-%2A%2A%2A-double-free-or-corruption-prev-752060/)

xuneer 09-02-2009 06:24 AM

glibc detected *** double free or corruption (!prev)
 
*** glibc detected *** double free or corruption (!prev): 0x08c4c6b0 ***

stat_low = 86
stat_high = 0
emsg:was terminated by signal 6



hi every one

i got this error when i run oracle report on server installed on it red-hat es 4.5

plz help that i cannot solve it

thanks

chaosless 09-02-2009 09:02 PM

is software error, attempt to free() an already free()d pointer or otherwise overwriting the malloc()d space.

does the report use new/untested sql? even if it does, first thing i'd try is getting updated oracle reporting/client software...

hope that helps

xuneer 09-03-2009 05:36 AM

hi

thanks very match for your help

my Report Builder is Release 6.0.8.25.0 and i apply Oracle XML Publisher Release 5.6.3

what can i do

thanks

chaosless 09-04-2009 01:41 PM

does it give that error always - e.g. even on a simple report?
if so, almost certainly is an installation issue and best to report on the oracle forum.

if is only on a certain report, then still the software should handle it better, but probably is something in your sql... fyi - sql queries get parsed to create structures, these are given to calls in the underlying db client runtime. these structures are bound to data variables as specified in your sql. would be somewhere in the software for that where it goes wrong. if you can isolate the sql that causes it you'd stand a better chance of getting help from an oracle support forum.

hope that helps.


All times are GMT -5. The time now is 11:20 PM.