[Bug 34277] New: Far2 file manager crashes on start up
http://bugs.winehq.org/show_bug.cgi?id=34277 Bug #: 34277 Summary: Far2 file manager crashes on start up Product: Wine Version: 1.7.0 Platform: x86 URL: http://www.farmanager.com/history/far2.x86.msi OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: t.artem(a)mailcity.com Classification: Unclassified Created attachment 45633 --> http://bugs.winehq.org/attachment.cgi?id=45633 backtrace In recent versions of Wine, Far 2 can no longer start. Half a year ago it worked just fine. It's a regression. $ wineconsole --backend=user Far.exe fixme:storage:create_storagefile Storage share mode not implemented. fixme:iphlpapi:NotifyAddrChange (Handle 0x152e8f0, overlapped 0x152e8fc): stub fixme:heap:HeapSetInformation 0x110000 0 0x33fdfc 4 *** glibc detected *** Far.exe: double free or corruption (!prev): 0x7cb5ef08 *** ======= Backtrace: ========= -- 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=34277 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=34277 --- Comment #1 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2013-08-16 06:29:11 CDT --- Created attachment 45634 --> http://bugs.winehq.org/attachment.cgi?id=45634 registry settings You have to import this settings file to make this bug evident, or it will not trigger. -- 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=34277 --- Comment #2 from Ken Sharp <kennybobs(a)o2.co.uk> 2013-08-16 08:47:28 CDT --- (In reply to comment #0)
It's a regression.
Then you should be running a regression test. (In reply to comment #1)
You have to import this settings file to make this bug evident, or it will not trigger.
Why? Can this actually be triggered in a clean .wine in a normal way or do we have to mess about with the registry to break it? -- 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=34277 --- Comment #3 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2013-08-16 09:45:45 CDT --- (In reply to comment #2)
(In reply to comment #0)
It's a regression.
Then you should be running a regression test.
I'm a lazy your-favourite-curse-word. I will probably run a regression test some time later - but I cannot promise.
(In reply to comment #1)
You have to import this settings file to make this bug evident, or it will not trigger.
Why? Can this actually be triggered in a clean .wine in a normal way or do we have to mess about with the registry to break it?
It doesn't trigger with a clean .wine, and the settings I'm talking about, are perfectly normal - that's the real problem. Besides, have you ever heard of $WINEPREFIX? You can use a different wine prefix/installation and mess with it ;-) -- 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=34277 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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=34277 Christoph Korn <c_korn(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |c_korn(a)gmx.de --- Comment #4 from Christoph Korn <c_korn(a)gmx.de> 2013-08-21 16:39:11 CDT --- Wine wine-1.5.10 works. In wine-1.5.15 it also starts but on German I get the error message: Internal errors - invalid parameters received Strangly I do not get the error when running with LANG=C to see the error in english. It outputs "*** Error in `Far.exe': double free or corruption (!prev): 0x7df59720 ***" but does not seem to crash entirely. -- 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=34277 --- Comment #5 from Christoph Korn <c_korn(a)gmx.de> 2013-08-21 17:11:45 CDT --- The regression test between wine-1.5.12 and wine-1.5.13 has this result: ea07c310ecfee6b301e7af8413760eb446e6f184 is the first bad commit commit ea07c310ecfee6b301e7af8413760eb446e6f184 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Sep 4 13:34:15 2012 +0200 winex11: Create the whole window at window creation time. :040000 040000 62dd63d6f45078b96e4305d60fe8d1b7386b1bc0 c02b6dc1c8940fc75d22753888c3fba415848f38 M dlls -- 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=34277 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |ea07c310ecfee6b301e7af84137 | |60eb446e6f184 -- 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=34277 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2013-08-22 02:36:51 CDT --- Xlib bug, duplicate. *** This bug has been marked as a duplicate of bug 32859 *** -- 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=34277 --- Comment #7 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2013-08-25 01:55:52 CDT --- Created attachment 45729 --> http://bugs.winehq.org/attachment.cgi?id=45729 Far 2 backtrace with libX11-1.6.1 With Xlib 1.6.1 (the newest release) the bug persists. So, sorry, but I'm reopening it. -- 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=34277 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|DUPLICATE | --- Comment #8 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2013-08-25 01:56:53 CDT --- If I have to update something else, please tell 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=34277 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2013-08-25 02:23:18 CDT --- The backtrace is different so it's most likely a different bug. Still in Xlib though. -- 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=34277 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |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.
http://bugs.winehq.org/show_bug.cgi?id=34277 --- Comment #10 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2013-08-25 10:25:04 CDT --- (In reply to comment #9)
The backtrace is different so it's most likely a different bug. Still in Xlib though.
I don't get it, should I file a bug report against Xlib or what? It cannot be fixed upstream, upstream doesn't have any newer versions. -- 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=34277 --- Comment #11 from Christoph Korn <c_korn(a)gmx.de> 2013-08-25 11:54:45 CDT --- Just opened a xlib bug report: https://bugs.freedesktop.org/show_bug.cgi?id=68538 -- 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=34277 --- Comment #12 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2013-08-25 12:04:36 CDT --- (In reply to comment #11)
Just opened a xlib bug report: https://bugs.freedesktop.org/show_bug.cgi?id=68538
X.org is notorious for taking eons to resolve bugs. Sounds like I have to give up on using Far2 in 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=34277 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carlo.marchiori(a)gmail.com --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2013-09-03 06:50:11 CDT --- *** Bug 34367 has been marked as a duplicate of this bug. *** -- 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=34277 --- Comment #14 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2013-09-20 02:44:06 CDT --- (In reply to comment #11)
Just opened a xlib bug report: https://bugs.freedesktop.org/show_bug.cgi?id=68538
I guess this bug will take years to be resolved (a month has passed and there are no replies), is it possible to create a workaround in Wine? After all this Xlib issue affects Wine and Wine only. I do understand that we have exposed an Xlib bug but since it only affects Wine, there's a very small chance it will receive enough attention from X.org developers (btw, X.org development has stalled recently - drivers are being updated, but other core X.org components are left in the dust). -- 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=34277 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freedesktop.or | |g/show_bug.cgi?id=68538 -- 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=34277 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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=34277 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED --- Comment #16 from Austin English <austinenglish(a)gmail.com> --- This was inadvertently caught up in my unclosed bugs filter. NOTOURBUG should only be closed when fixed upstream. Setting back to RESOLVED NOTOURBUG. Sorry for the spam. -- 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=34277 Saulius K. <saulius2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2(a)gmail.com -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla