[Bug 13376] NetBeans 6.1 Installer hangs while initializing installation [dogfood]

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 12 19:14:30 CST 2008


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





--- Comment #2 from Andrew Nguyen <arethusa26 at gmail.com>  2008-11-12 19:14:29 ---
Created an attachment (id=17241)
 --> (http://bugs.winehq.org/attachment.cgi?id=17241)
NetBeans 6.1 installer backtraces

Confirming the problem on today's Git (wine-1.1.8-120-g706b29c). Judging from a
backtrace I obtained from winedbg it seems to be a hang in GetMessageW:

Backtrace:
=>1 0xb7fc942e (0x0033fb10)
  2 0x7bc6d963 NTDLL_wait_for_multiple_objects+0x223(count=1, handles=0x33fc78,
flags=4, timeout=(nil), signal_object=(nil))
[/home/andrew/wine-git/dlls/ntdll/sync.c:1063] in ntdll (0x0033fc20)
  3 0x7bc6dc52 NtWaitForMultipleObjects+0x62(count=<register EDI not in topmost
frame>, handles=0x33fc78, wait_all=0, alertable=<register ESI not in topmost
frame>, timeout=(nil)) [/home/andrew/wine-git/dlls/ntdll/sync.c:1101] in ntdll
(0x0033fc50)
  4 0x7b890832 WaitForMultipleObjectsEx+0x102(count=1, handles=0x33fdf0,
wait_all=<is not available>, timeout=4294967295, alertable=<is not available>)
[/home/andrew/wine-git/dlls/kernel32/sync.c:192] in kernel32 (0x0033fd90)
  5 0x7e81f916 X11DRV_MsgWaitForMultipleObjectsEx+0xf6(count=1,
handles=0x33fdf0, timeout=4294967295, mask=1279, flags=0)
[/home/andrew/wine-git/dlls/winex11.drv/event.c:411] in winex11 (0x0033fdc0)
  6 0x7ed9da70 GetMessageW+0x160(msg=0x33fe40, hwnd=(nil), first=0, last=0)
[/home/andrew/wine-git/dlls/user32/message.c:2946] in user32 (0x0033fe00)
  7 0x7ed9db5d GetMessageA+0x5d(msg=<register ESI not in topmost frame>,
hwnd=(nil), first=0, last=0) [/home/andrew/wine-git/dlls/user32/message.c:2960]
in user32 (0x0033fe20)
...


-- 
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.



More information about the wine-bugs mailing list