[Bug 29753] New: glibc double free or memory corruption error
http://bugs.winehq.org/show_bug.cgi?id=29753 Bug #: 29753 Summary: glibc double free or memory corruption error Product: Wine Version: 1.4-rc1 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: reinhard.karcher(a)gmx.net Classification: Unclassified Created attachment 38625 --> http://bugs.winehq.org/attachment.cgi?id=38625 crashreport on console Borland Delphi Version 5 crashes in glibc linux is 64 bit, wine is 32 bit. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2012-01-31 12:37:55 CST --- Please install debugging symbols and attach a new log. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #2 from Reinhard Karcher <reinhard.karcher(a)gmx.net> 2012-01-31 14:29:38 CST --- for which software you want the debugging symbols? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-01-31 17:11:54 CST --- Wine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #4 from Reinhard Karcher <reinhard.karcher(a)gmx.net> 2012-02-01 02:37:47 CST --- I did make clean ; CFLAGS=-g make -j4, but got no more information in the crash log. How to proceed to produce more information? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #5 from Rico <kgbricola(a)web.de> 2012-02-01 02:51:15 CST --- You may try with CFLAGS="-g -gdwarf-2" if your on a RedHat clone. See http://wiki.winehq.org/Backtraces . -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #6 from Reinhard Karcher <reinhard.karcher(a)gmx.net> 2012-02-01 03:05:52 CST --- Created attachment 38638 --> http://bugs.winehq.org/attachment.cgi?id=38638 Backtrace with help from winedbg New backtrace with help from wiki. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #7 from Reinhard Karcher <reinhard.karcher(a)gmx.net> 2012-02-18 12:44:08 CST --- This is not an error in wine, but in xlibi6 in debian stable. As the 64 bit debian unstable has the 32 bit libraries from debian stable, the error shows in this system too. Copying the 32 bit library from 32 bit debian stable fixes the error. Many thanks to Michael Karcher for analyzing the problem and finding the solution. Please close the bug report. Reinhard -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |dank(a)kegel.com Resolution| |INVALID --- Comment #8 from Dan Kegel <dank(a)kegel.com> 2012-02-18 14:14:18 CST --- Done. Do you have a link to the debian bug report? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #9 from Reinhard Karcher <reinhard.karcher(a)gmx.net> 2012-02-19 05:23:10 CST --- Link to the bugreports: debian stable: http://bugs.debian.org/cgi-bin/660411 debian unstable: http://bugs.debian.org/cgi-bin/660413 Reinhard -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #10 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-02-19 05:55:33 CST --- (In reply to comment #9)
Link to the bugreports:
debian stable: http://bugs.debian.org/cgi-bin/660411 debian unstable: http://bugs.debian.org/cgi-bin/660413
Here are correct links: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660411 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660413 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 --- Comment #11 from Reinhard Karcher <reinhard.karcher(a)gmx.net> 2012-02-19 08:45:06 CST --- (In reply to comment #7)
This is not an error in wine, but in xlibi6 in debian stable. As the 64 bit debian unstable has the 32 bit libraries from debian stable, the error shows in this system too. Copying the 32 bit library from 32 bit debian stable fixes the error. Many thanks to Michael Karcher for analyzing the problem and finding the solution.
Please close the bug report.
Reinhard
There is a typo: I copied the good library from debian unstable to stable, not from stable to stable. Reinhard -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |adys.wh(a)gmail.com --- Comment #12 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-02-24 06:09:08 CST --- Closing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 Scott Ritchie <scott(a)open-vote.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scott(a)open-vote.org --- Comment #13 from Scott Ritchie <scott(a)open-vote.org> 2012-03-04 23:30:44 CST --- Is Ubuntu affected as well? The fact that the debian bug reports are still open worries me. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29753 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED Resolution|INVALID |UPSTREAM -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29753 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Distribution|--- |Debian --- Comment #14 from Bruno Jesus <00cpxxx(a)gmail.com> --- Both debian bugs from comment 10 are marked as fixed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29753 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.debian.org/6604 | |13 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29753 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.debian.org/6604 | |11 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org