On Wed, Nov 29, 2006 at 01:39:22PM +0900, Mike McCormack wrote: > > Anybody have time to help triage an install problem? > > Sunbird (and FireFox 2) installs run in an endless loop for some people. > If you have time to try the install out and see if it works on your > system, then comment on bug 6613, it would help out. > > http://bugs.winehq.org/show_bug.cgi?id=6613 > > I'm interested in which distro you're using, which filesystem, free disk > space, locale, timezone, CPU (64bit or 32 bit?), etc.
I see a nice crash in XCheckIfEvent, however in some kind of "crash handling" program? Wine-dbg>bt Backtrace: 1 0x60dddad7 XCheckIfEvent+0x17() in libx11.so.6 (0x0034e264) =>2 0x60d45cac process_events+0x8c(display=0x37, mask=0x40) [/home/marcus/projects/wine/dlls/winex11.drv/event.c:247] in winex11 (0x0034e324) 3 0x60d45f96 X11DRV_MsgWaitForMultipleObjectsEx+0xb6(count=0x3, handles=0x34e494, timeout=0x7530, mask=0x40, flags=<register not in topmost frame>) [/home/marcus/projects/wine/dlls/winex11.drv/event.c:296] in winex11 (0x0034e464) 4 0x605d4129 MsgWaitForMultipleObjectsEx+0xf9(count=0x2, pHandles=0x34e6e0, timeout=0x7530, mask=0x40, flags=0x0) [/home/marcus/projects/wine/dlls/user32/message.c:3195] in user32 (0x0034e614) 5 0x605d418f MsgWaitForMultipleObjects+0x3f(count=0x2, handles=0x34e6e0, wait_all=0x0, timeout=0x7530, mask=0x40) [/home/marcus/projects/wine/dlls/user32/message.c:3209] in user32 (0x0034e634) 6 0x605dad36 WaitForInputIdle+0xe6(hProcess=0x118, dwTimeOut=0x7530) [/home/marcus/projects/wine/dlls/user32/message.c:3236] in user32 (0x0034e6f4) 7 0x7b86e257 wait_input_idle+0x57() in kernel32 (0x0034e714) 8 0x7b872fde WinExec+0x13e() in kernel32 (0x0034e7b4) 9 0x013299e3 in fullsoft (+0x99e3) (0x0034eae0) 10 0x01321ca1 in fullsoft (+0x1ca1) (0x0034eb48) 11 0x01321b33 in fullsoft (+0x1b33) (0x0034eb78) 12 0x01321b7a in fullsoft (+0x1b7a) (0x0034eb88) 13 0x7b8409d3 UnhandledExceptionFilter+0x53() in kernel32 (0x0034eeb8) 14 0x00b18b5e in msvcr80 (+0x8b5e) (0x0034eed8) 15 0x008c82a6 in sunbird (+0x4c82a6) (0x0034ff08) 16 0x7b870fee start_process+0xee() in kernel32 (0x0034ffe8) 17 0x6001e697 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000) Wine-dbg>x /i $eip 0x60dddad7 XCheckIfEvent+0x17 in libx11.so.6: movl 0x4d0(%edx),%eax Wine-dbg>print $edx 55 Wine-dbg> display is obviously bad. Likely a different problem, but not good anyway. Ciao, Marcus