https://bugs.winehq.org/show_bug.cgi?id=36639
Bug ID: 36639 Summary: gettimeofday() points to unaddressable memory in wininet/tests/http.c (valgrind) Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: wininet Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Depends on: 36637
==32063== Syscall param gettimeofday(tv) points to unaddressable byte(s) ==32063== at 0x4E90EBD6: gettimeofday (in /usr/lib/libc-2.18.so) ==32063== by 0x7BC93374: NtQuerySystemTime (time.c:470) ==32063== by 0x7BC8A8FB: NtDelayExecution (sync.c:940) ==32063== by 0x7B876351: SleepEx (sync.c:108) ==32063== by 0x7B87630B: Sleep (sync.c:97) ==32063== by 0x4D358A2: collect_connections_proc (http.c:358) ==32063== by 0x7BC87137: ??? (signal_i386.c:2571) ==32063== by 0x7BC87180: call_thread_func (signal_i386.c:2630) ==32063== by 0x7BC87115: ??? (signal_i386.c:2571) ==32063== by 0x7BC8E560: start_thread (thread.c:428) ==32063== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so) ==32063== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so) ==32063== Address 0x658e8d8 is on thread 1's stack ==32063==
https://bugs.winehq.org/show_bug.cgi?id=36639
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36639
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jacek@codeweavers.com Resolution|--- |WORKSFORME
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- I don't see the error here. Looking at the error, I don't see anything wrong in ntdll/wininet. Maybe glibc bug?
https://bugs.winehq.org/show_bug.cgi?id=36639
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=36639 Bug 36639 depends on bug 36637, which changed state.
Bug 36637 Summary: wininet/tests/http.c crashes under valgrind https://bugs.winehq.org/show_bug.cgi?id=36637
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED