You are not logged in.

#1 2009-11-22 23:55:13

smcsw2000
Member
Registered: 2007-06-22
Posts: 130

corrupted double-linked list

I have been upgrading wine and I keep running into problems running Guildwars. Every time I upgrade wine to a newer version using pacman the program will not work correctly and freezes. So I have to downgrade to wine 1.1.20.  When I run wine thru  terminal I get
*** glibc detected *** c:\Program Files\Guild Wars\Gw.exe: corrupted double-linked list: 0x7d4bc4f8 ***
======= Backtrace: =========                                                                           
/lib/libc.so.6(+0x6b6c1)[0xb75dc6c1]                                                                   
/lib/libc.so.6(+0x6d003)[0xb75de003]                                                                   
/lib/libc.so.6(cfree+0x6d)[0xb75e0f8d]                                                                 
/usr/lib/libGLcore.so.1(+0x5964af)[0xb6b8d4af]                                                         
[0x200000]                                                                                             
/usr/lib/libGLcore.so.1(+0x5ed980)[0xb6be4980]                                                         
[0x138808b]                 
I think this is because somehow libc.so.6 and libGlcore.so.1 is double linked. If so how do I find where they are linked to and how do I get rid of the wrong link. I can only find one /lib/libc.so.6 and only one /usr/lib/libGLcore.so.1 so there are not two of each. Am I going in the right direction?

Offline

#2 2009-11-23 00:06:27

tom5760
Member
From: Philadelphia, PA, USA
Registered: 2006-02-05
Posts: 283
Website

Re: corrupted double-linked list

That error does not mean a link as in a symbolic link, but as in a data structure in the code.  See http://en.wikipedia.org/wiki/Linked_list for the idea.  The trace is saying that somewhere in libGLcore, there is a linked list which is being corrupted somehow.  This is an error inside the code, and not with your filesystem, so that would not be a way to fix it.  Check out the wine app database at http://appdb.winehq.org/ to see if anyone has had your problem.

Offline

Board footer

Powered by FluxBB