http://bugs.winehq.org/show_bug.cgi?id=20399
Summary: Wine systematic crash running MPLAB 8.40 Product: Wine Version: 1.1.31 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: tritemio@gmail.com
Running MPLAB 8.40 under wine I have a crash selecting the "watch" item in the menu "View".
I attached the last 1000 lines of
export WINEDEBUG=+relay env WINEPREFIX="/home/anto/.wine" wine "C:\Programmi\Microchip\MPLAB IDE\Core\MPLAB.exe" 2>&1 | tee winelog.txt
The crash backtrace is at line 502.
http://bugs.winehq.org/show_bug.cgi?id=20399
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-10-17 08:59:44 --- (In reply to comment #0)
I attached the last 1000 lines of
Where is it?
export WINEDEBUG=+relay env WINEPREFIX="/home/anto/.wine" wine "C:\Programmi\Microchip\MPLAB IDE\Core\MPLAB.exe" 2>&1 | tee winelog.txt
The crash backtrace is at line 502.
http://bugs.winehq.org/show_bug.cgi?id=20399
--- Comment #2 from Antonio tritemio@gmail.com 2009-10-17 10:35:55 --- Created an attachment (id=24199) --> (http://bugs.winehq.org/attachment.cgi?id=24199) Crash log
http://bugs.winehq.org/show_bug.cgi?id=20399
--- Comment #3 from Antonio tritemio@gmail.com 2009-10-17 10:38:05 --- (In reply to comment #2)
Created an attachment (id=24199)
--> (http://bugs.winehq.org/attachment.cgi?id=24199) [details]
Crash log
Sorry, I didn't realized the the upload failed. Now should be ok:
http://bugs.winehq.org/show_bug.cgi?id=20399
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2009-10-17 10:41:55 --- (In reply to comment #2)
Created an attachment (id=24199)
--> (http://bugs.winehq.org/attachment.cgi?id=24199) [details]
Crash log
Ok. Now install debug symbols package for wine (or build from sources).
Such traces aren't very helpful:
--- =>0 0x688a9c57 in comctl32 (+0x29c57) (0x0032d7f8) 1 0x7100f33a WINPROC_wrapper+0x1a() in user32 (0x0032d828) ---
After installing debug symbols attach a new crash log without any WINEDEBUG switches, just 'wine <.exe> &> ...'.
http://bugs.winehq.org/show_bug.cgi?id=20399
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://ww1.microchip.com/do | |wnloads/en/DeviceDoc/MPLAB_ | |IDE_8_40.zip
http://bugs.winehq.org/show_bug.cgi?id=20399
Antonio tritemio@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #24199|0 |1 is obsolete| |
--- Comment #5 from Antonio tritemio@gmail.com 2009-10-17 10:57:58 --- Created an attachment (id=24201) --> (http://bugs.winehq.org/attachment.cgi?id=24201) Crash log with debug symbols
http://bugs.winehq.org/show_bug.cgi?id=20399
--- Comment #6 from Antonio tritemio@gmail.com 2009-10-17 11:00:44 --- (In reply to comment #5)
Created an attachment (id=24201)
--> (http://bugs.winehq.org/attachment.cgi?id=24201) [details]
Crash log with debug symbols
I hope this is the trace you need.
http://bugs.winehq.org/show_bug.cgi?id=20399
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine systematic crash |MPLAB 8.40 crashes |running MPLAB 8.40 |
http://bugs.winehq.org/show_bug.cgi?id=20399
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |comctl32 Ever Confirmed|0 |1
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2009-10-17 11:06:01 --- (In reply to comment #6)
(In reply to comment #5)
Created an attachment (id=24201)
--> (http://bugs.winehq.org/attachment.cgi?id=24201) [details] [details]
Crash log with debug symbols
I hope this is the trace you need.
Yeah, that's ok. I'm confirming this, our handler acts obviously unsafely.
http://bugs.winehq.org/show_bug.cgi?id=20399
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2009-10-17 11:08:18 --- I'll make a patch shortly, and let you know.
http://bugs.winehq.org/show_bug.cgi?id=20399
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com 2009-10-17 14:53:45 --- Actually native preserve a consistent Header items order array on invalid input too, it changes array to requested as far as possible. Rules aren't so obvious.
I made some tests so let's make this my next task.
http://bugs.winehq.org/show_bug.cgi?id=20399
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2009-10-19 10:03:54 --- Fixed by commit:
http://source.winehq.org/git/wine.git/?a=commit;h=5517209a241f34506533a892ae...
Watch window shows now, a minor problem is a wrong text background on currently selected cell, feel free to open another bug for that problem.
http://bugs.winehq.org/show_bug.cgi?id=20399
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2009-10-23 13:19:43 --- Closing bugs fixed in 1.1.32.
http://bugs.winehq.org/show_bug.cgi?id=20399
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5517209a241f34506533a892aee | |8c09c2d2f65ac
https://bugs.winehq.org/show_bug.cgi?id=20399
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org