Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
I know I know... too many omit-frame-pointers André Lemos wrote: This happens after logging in. I get the message: *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x01edf250 *** and bt gives me the attached file. The version is revision 7992. Thanks

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
it's definetly something with: int ObjRead (Tcl_Interp *interp, Tcl_Obj *data, Tcl_Obj *format, Tk_PhotoHandle imageHandle, int destX, int destY, int width, int height, int srcX, int srcY) André Lemos wrote: I know I know... too many omit-frame-pointers André Lemos

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
when: image.Decode(FileData, length, CXIMAGE_FORMAT_PNG) (only happens with PNG) is called inside ObjRead() inside of utils/TkCximage/src/PhotoFormat.cpp. I get the error *** glibc detected *** wish: double free or corruption (!prev): 0x01d9bef0 *** and this happens when the contact

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
the problem is with png_read_end() under utils/TkCximage/src/CxImage/ximapng.cpp don't have the time to further investigate it right now. André Lemos wrote: when: image.Decode(FileData, length, CXIMAGE_FORMAT_PNG) (only happens with PNG) is called inside ObjRead() inside of

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Youness Alaoui
Does this look like a patch ? how many times should we say this politely and how many times should we yell before everyone understands.. for user support USE THE FORUMS!! and this is now getting frustrating especially because this issue has been answered

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
*Q: How do I capture bug report information from a segmentation fault? (LINUX)* *A:* Make sure amsn was compiled with debugging symbols, if you installed it using a binary package, you should probably download from source and recompile it. To enable debugging symbols, configure it with :

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Vivia Nikolaidou
First I thought that Youness yelled at you before I did, so no need for me to yell again. But your answer made me even angrier than I was when I saw your message. HAVE YOU SEARCHED THE DAMN FORUM?... You know the word FORUM, right? I suppose it's different from FAQ! That FAQ entry is about

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
I've already admitted that it was my mistake not to look on the forums (I thought it was out of the scope), so no need for this much fuss. have fun Vivia Nikolaidou wrote: First I thought that Youness yelled at you before I did, so no need for me to yell again. But your answer made me even

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Youness Alaoui
Vivia : I think you were wrong in yelling at him, he took the time to read the FAQ (wich is already rare) and followed the FAQ's instructions, it's our fault for not saying to look in the forums and report if it's unreported. Andre : You're right, and sorry, it's our fault for giving that

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Vivia Nikolaidou
Andre: sorry! :( I just didn't read your mail until the end :( really, really sorry about this :( In short: there is one corrupted cached display picture that makes your libpng crash. Open your cache folder with any program (it is libpng after all), find the image that makes it bug and delete

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Youness Alaoui
better solution, upgrade your libpng to the latest version On Mon, Feb 19, 2007 at 11:32:00PM +0200, Vivia Nikolaidou wrote: Andre: sorry! :( I just didn't read your mail until the end :( really, really sorry about this :( In short: there is one corrupted cached display picture that makes