[Bug 19976] New: runasdate: running without /immediate causes a crash
http://bugs.winehq.org/show_bug.cgi?id=19976 Summary: runasdate: running without /immediate causes a crash Product: Wine Version: 1.1.29 Platform: PC URL: http://www.nirsoft.net/utils/run_as_date.html OS/Version: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com See bug 19975 for the main bug, the next few are very minor. Try: $ wine RunAsDate.exe 01/01/2001 "C:\windows\notepad.exe" You'll get a (non-fatal) crash: Backtrace: =>0 0x7ef7d8aa RtlQueryInformationActivationContext+0x3a(flags=4522032, handle=0x7ffd4f10, subinst=0x7efbb3e4, class=4521984, buffer=0x7ffd4f10, bufsize=5696344, retlen=0x7efbb600) [/home/austin/wine-git/dlls/ntdll/actctx.c:2445] in ntdll (0x0056ea6c) 1 0x0046000c (0x0056ea88) 2 0x7efbb600 call_thread_entry_point+0x70(entry=0x460000, arg=0x450000) [/home/austin/wine-git/dlls/ntdll/signal_i386.c:2310] in ntdll (0x0056eb58) 3 0x7efc39eb start_thread+0xfb(info=0x7ffd4fb8) [/home/austin/wine-git/dlls/ntdll/thread.c:468] in ntdll (0x0056f398) 4 0xf7db680e start_thread+0xbe() in libpthread.so.0 (0x0056f498) 0x7ef7d8aa RtlQueryInformationActivationContext+0x3a [/home/austin/wine-git/dlls/ntdll/actctx.c:2445] in ntdll: movl $0x0,0x0(%ecx) +relay,+seh,+tid trace attached -- 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=19976 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-09-07 21:48:07 --- Created an attachment (id=23502) --> (http://bugs.winehq.org/attachment.cgi?id=23502) +relay,+seh,+tid -- 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=19976 --- Comment #2 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-09-08 02:28:06 --- Strangely I can't reproduce the crash with 1.1.29 with a clean prefix. notepad successfully launches and produces the desired output when F5 is pressed. -- 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=19976 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-09-08 02:36:32 --- 32/64 bit? What OS/distro? -- 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=19976 --- Comment #4 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-09-08 02:46:07 --- This is Ubuntu 9.04 using the i686 arch. -- 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=19976 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-09-08 02:48:10 --- (In reply to comment #4)
This is Ubuntu 9.04 using the i686 arch.
Perhaps a 64-bit problem then. I'll test my laptop when I get a chance. -- 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=19976 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |austinenglish(a)gmail.com --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-06 17:32:10 CDT --- Works for me. I'm not sure what this program does but it works here. bjesus(a)ACER:~/Downloads$ wine RunAsDate.exe 01/01/2001 "C:\windows\notepad.exe" fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 20/02/2011, dlt (d/m/y): 16/10/2011 -- 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=19976 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2011-10-06 17:45:28 CDT --- (In reply to comment #6)
Works for me. I'm not sure what this program does but it works here.
bjesus(a)ACER:~/Downloads$ wine RunAsDate.exe 01/01/2001 "C:\windows\notepad.exe" fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 20/02/2011, dlt (d/m/y): 16/10/2011
It's my bug, no need to cc me :). Works for me on a 32-bit OS, wanted to retest on a 64-bit OS before marking fixed. Are you on 32-bit or 64-bit? -- 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=19976 --- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-06 22:55:12 CDT --- I'm running on 32 bit too. -- 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=19976 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2011-10-06 23:05:51 CDT --- kevlarman tried it on a 64-bit OS with a 32-bit prefix, which worked. Apparently it crashes in a 64-bit prefix though, but that's a separate 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=19976 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:12:41 CDT --- Closing bugs fixed in 1.3.30. -- 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.
participants (1)
-
wine-bugs@winehq.org