Friday, July 4th 2008, 9:46pm UTC+1

You are not logged in.

  • Login
  • Register

Manohar

Beginner

Posts: 7

Location: Bangalore

1

Monday, April 28th 2008, 1:55pm

Error: **** glibc detected ****

Hello Friends....
I had developed Qt application in Fedora core 4 .......
Now I ported that application to Red Hat ...
In Red Hat, during runtimes sometimes I am getting following error whenever a text is inserted into QTextEdit
Error: **** glibc detected **** double free or corruption( fast op)..........

In Fedora core 4, it is working fine.

Can anybody help me to fix this error ?

Thanks in advance

With Regards,
Manohar
With Regards,
Manohar
  • Go to the top of the page

2

Thursday, May 1st 2008, 6:51am

RE: Error: **** glibc detected ****

Maybe you really release pointer twice.
And sometimes
QString and char* has similar problem.
I met before.Try to find if as i said
  • Go to the top of the page

Manohar

Beginner

Posts: 7

Location: Bangalore

3

Tuesday, May 6th 2008, 10:27am

RE: Error: **** glibc detected ****

Now I am inserting text in Textedit through customevent.
For a longrun, I am getting same error.
With Regards,
Manohar
  • Go to the top of the page

Rate this thread