https://bugs.winehq.org/show_bug.cgi?id=57143
Bug ID: 57143
Summary: Marshalled types can crash in mono_trace_enter_method
on native to managed transition
Product: Framework Mono
Version: main
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: runtime
Assignee: wine-bugs(a)winehq.org
Reporter: besentv(a)gmail.com
CC: madewokherd(a)gmail.com
Distribution: ---
Transitioning from native to managed (e.g. via com compatible wrapper) can
crash inside mono_trace_enter_method, when dealing with marshalled types, like
strings.
Say we call
public void Foo(unit i, [MarshalAs(UnmanagedType.LPStr)] string s)
{
...
}
from C with something like
comObj->Foo(10, "MyString");
we'll end up in mono_trace_enter_method, before the type marshaller for the
string is invoked, causing the trace function to interpret the C-string as
MonoType, which eventually crashes.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=55557
Bug ID: 55557
Summary: wpcap:wpcap crashes on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
wpcap:wpcap crashes on macOS:
wpcap.c:368: lib version
wpcap.c:369: supports PCAP_MMAP_32BIT: no
Unhandled exception: page fault on read access to 0xffffffffffffffff in 64-bit
code (0x000002c74cd410).
See https://test.winehq.org/data/patterns.html#wpcap:wpcap
The crash is systematic and only happens macOS (see Remi's rbernon-macos-*
cloud test machines).
The issue is probably that Wine is being compiled against macOS' pcap library
which is too old. Using a newer library would require installing it with
something like Homebrew and then making sure Wine can find and use it.
So there are two things to do:
* Detect cases when the pcap library is too old and skip the tests accordingly.
* Check if installing a newer pcap library on the macOS test machines is
feasible.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=57135
Bug ID: 57135
Summary: Star Monkey: cannot start on some Wine versions, or
started but I do not see the picture (only hear the
sound)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zdanevich.vitaly(a)ya.ru
Distribution: ---
Please run this and check
https://www.myabandonware.com/game/star-monkey-f7x#download
--
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.