This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
GTK# stackoverflow mac #257
Comments
I think the patch got reverted and we went back to the initial behaviour of stack overflow. |
Yes that patch is reverted for now. |
Do we have any workarounds? what can we do then? any ETA for a fix? This bug is annoying for us because we don't have any LibVLCSharp.Forms implementation that can work on mac. |
ping? We would really like to release a version of LibVLCSharp for GTK# that works on all 3 platforms... |
7 tasks
vlc-mirrorer
pushed a commit
to videolan/libvlcsharp
that referenced
this issue
Jan 21, 2019
This commit contains a LibVLCSharp integration with GTK with optional Xamarin.Forms support. It works on Linux and Windows only (see mono/gtk-sharp#257 as to why). (cherry picked from commit baf5d7c0bf505f3b797fc13f6a08e575db833add)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
When porting LibVLCSharp to GTK#, I encounter a native crash when the mouse cursor touches the VideoView on GTK Mac. It appears to be a stackoverflow in one of your gtk patches.
Steps to Reproduce
Current Behavior
Application crash with
Repro with lldb attached gives
Expected Behavior
Application does not crash.
On which platforms did you notice this
[x] macOS
Version Used:
Mono JIT compiler version 5.16.0.221 (2018-06/b63e5378e38 Mon Nov 19 18:08:09 EST 2018)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: altstack
Notification: kqueue
Architecture: amd64
Disabled: none
Misc: softdebug
Interpreter: yes
LLVM: yes(3.6.0svn-mono-release_60/0b3cb8ac12c)
GC: sgen (concurrent by default)
Stacktrace
Full backtrace https://gist.github.com/mfkl/921581898e21e0c85ffdff0d31eebd0d
Patch introduced in mono/bockbuild#66
/cc @jeremyVignelles
The text was updated successfully, but these errors were encountered: