[Bug 14084] New: SEGV in thread_init() when starting some program from cmd
http://bugs.winehq.org/show_bug.cgi?id=14084 Summary: SEGV in thread_init() when starting some program from cmd Product: Wine Version: 1.0.0 Platform: PC OS/Version: FreeBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs(a)winehq.org ReportedBy: kenorb(a)gmail.com 338 user_shared_data->SystemTime.LowPart = now.u.LowPart; #0 0x9c1e9ab8 in thread_init () at thread.c:338 peb = (PEB *) 0x110000 teb = (TEB *) 0x114000 addr = (void *) 0x114000 size = 16384 info_size = 0 exe_file = 0x0 now = {u = {LowPart = 3014115776, HighPart = 29939029}, {LowPart = 3014115776, HighPart = 29939029}, QuadPart = 128587153443111360} thread_data = (struct ntdll_thread_data *) 0x1141d4 thread_info = {stack_base = 0x0, stack_size = 0, teb_base = 0x114000, teb_size = 16384, teb_sel = 19, pid = 86397, tid = 100162, entry = 0x1, exit_status = 0} debug_info = {str_pos = 0x9c222828 "", out_pos = 0x9c222c28 "", strings = '\0' <repeats 1023 times>, output = '\0' <repeats 1023 times>} __func__ = "thread_init" --- more in attachment -- 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=14084 --- Comment #1 from bronek <kenorb(a)gmail.com> 2008-06-23 12:32:43 --- Created an attachment (id=14306) --> (http://bugs.winehq.org/attachment.cgi?id=14306) full backtrace log of SEGV -- 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=14084 --- Comment #2 from bronek <kenorb(a)gmail.com> 2008-06-23 12:37:13 --- It's always crashing when argument is unknown. Like:
wine-pthread --helpaa Segmentation fault (core dumped) wine-pthread --version wine-1.0 wine-pthread --versi Segmentation fault (core dumped) wine-pthread -h Segmentation fault (core dumped)
-- 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=14084 --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-24 02:19:54 --- Have you read this: http://wiki.freebsd.org/Wine ? -- 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=14084 --- Comment #4 from bronek <kenorb(a)gmail.com> 2008-06-30 15:11:39 --- Sorry, I thought that ports contain already some patches. -- 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=14084 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|wininet |-unknown --- Comment #5 from Hans Leidekker <hans(a)meelstraat.net> 2008-08-07 14:50:17 --- Not a wininet 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=14084 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-02-16 02:16:05 --- Is this still an issue in current (1.1.15 or newer) wine? -- 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=14084 Tijl Coosemans <tijl(a)ulyssis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tijl(a)ulyssis.org --- Comment #7 from Tijl Coosemans <tijl(a)ulyssis.org> 2009-03-15 07:47:34 --- The reason for the crash is that by running wine-pthread directly RLIMIT_DATA isn't reduced and allocation of user_shared_data fails so you get a NULL pointer dereference. You shouldn't have to run wine-pthread directly though and since 1.1.17 it doesn't exist anymore so this bug can be closed now. -- 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=14084 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-03-15 12:43:30 --- Closing invalid then. -- 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=14084 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-03-16 00:11:22 --- Closing invalid. -- 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