winedbg out of control since Jaunty Upgrade

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mocham
Level 2
Level 2
Posts: 20
Joined: Sat May 02, 2009 2:25 am

winedbg out of control since Jaunty Upgrade

Post by mocham »

I just upgraded to Ubuntu jaunty. I've been using the Intrepid Wine repo before, then I updated my sources.list for Jaunty. All wine programs including winecfg itself throws tons of error now upon initial startup:

Code: Select all

fixme:dbghelp_dwarf:compute_location Unhandled attr op: e0
dwarf.c:1355: dwarf2_parse_variable: Assertion `subpgm->func' failed.
wine: Assertion failed at address 0xb7f95430 (thread 0152), starting debugger...
Unhandled exception: assertion failed in 32-bit code (0xb7f95430).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:b7f95430 ESP:0033e6a4 EBP:0033e6bc EFLAGS:00000202(   - --  I   - - - )
 EAX:00000000 EBX:00002f8c ECX:00002f8c EDX:00000006
 ESI:b7dd63a3 EDI:b7df4ff4
Stack dump:
0x0033e6a4:  0033e6bc 00000006 00002f8c b7cc16d0
0x0033e6b4:  b7df4ff4 0033e7dc 0033e7e4 b7cc3098
0x0033e6c4:  00000006 0033e75c 00000000 b7df4ff4
0x0033e6d4:  00000047 7daddcd0 00000068 b7d04e3f
0x0033e6e4:  0033e720 7daddcd8 7daddcd8 b7cd583b
0x0033e6f4:  b7df4ff4 00000047 7daddcd8 0033e7cc
Backtrace:
=>0 0xb7f95430 (0x0033e6bc)
fixme:dbghelp_dwarf:compute_location Unhandled attr op: e0
dwarf.c:1355: dwarf2_parse_variable: Assertion `subpgm->func' failed.
wine: Assertion failed at address 0xb801f430 (thread 0154), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 339 44") (87)
Read the Wine Developers Guide on how to set up winedbg or another debugger
I get about 30 of those messages for different threads. This never happened before in Intrepid. I was running the same version in both, 1.1.22. If I rename my .wine directory the problem goes away, but what has happened? I don't want to reinstall all my apps again.[/code]
mocham
Level 2
Level 2
Posts: 20
Joined: Sat May 02, 2009 2:25 am

Post by mocham »

Found the solution about 2 minute after I posted this.

http://bugs.winehq.org/show_bug.cgi?id=18628

I just removed libc6-dbg package from Jaunty repo. Now everything is back to normal.
Locked