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@winehq.org ReportedBy: kenorb@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
http://bugs.winehq.org/show_bug.cgi?id=14084
--- Comment #1 from bronek kenorb@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
http://bugs.winehq.org/show_bug.cgi?id=14084
--- Comment #2 from bronek kenorb@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)
http://bugs.winehq.org/show_bug.cgi?id=14084
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-06-24 02:19:54 --- Have you read this: http://wiki.freebsd.org/Wine ?
http://bugs.winehq.org/show_bug.cgi?id=14084
--- Comment #4 from bronek kenorb@gmail.com 2008-06-30 15:11:39 --- Sorry, I thought that ports contain already some patches.
http://bugs.winehq.org/show_bug.cgi?id=14084
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wininet |-unknown
--- Comment #5 from Hans Leidekker hans@meelstraat.net 2008-08-07 14:50:17 --- Not a wininet bug.
http://bugs.winehq.org/show_bug.cgi?id=14084
--- Comment #6 from Austin English austinenglish@gmail.com 2009-02-16 02:16:05 --- Is this still an issue in current (1.1.15 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=14084
Tijl Coosemans tijl@ulyssis.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tijl@ulyssis.org
--- Comment #7 from Tijl Coosemans tijl@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.
http://bugs.winehq.org/show_bug.cgi?id=14084
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2009-03-15 12:43:30 --- Closing invalid then.
http://bugs.winehq.org/show_bug.cgi?id=14084
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Dmitry Timoshkov dmitry@codeweavers.com 2009-03-16 00:11:22 --- Closing invalid.