-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault when opening a binary? #10
Comments
The open menu would invoke the system file dialog. Would you mind to give more details of your OS? |
OS: Linux Manjaro I tried several other applications that are based on Avalonia and I couldn't reproduce the bug. I was told by a friend that he has the exact same problem, on a system with the same configuration. |
Maybe setting up a VM with the same settings could help to recreate this issue. |
I have the same issue on Arch Linux.. It's normal, the build is for Ubuntu/Debian. |
Same here, under Manjaro Cinnamon |
@766F6964 I have set up a VM for this bug. Both ubuntu and debian version work on my VM. |
The issue seems to occur with Arch-based distributions only, when clicking on "Open..." |
Is your VM a Manjaro VM? Try opening an assembly by using the "Open..." context menu.
I was not able to pass a target as command line parameter. |
yes. And it works
…________________________________
From: 766F6964 <notifications@github.com>
Sent: Friday, June 7, 2019 10:07:01 AM
To: icsharpcode/AvaloniaILSpy
Cc: Jeffrey Ye; Assign
Subject: Re: [icsharpcode/AvaloniaILSpy] Segmentation fault when opening a binary? (#10)
Is your VM a Manjaro VM? Try opening an assembly by using the "Open..." context menu.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub<#10?email_source=notifications&email_token=AANIHUBAQZMZ44LCJFMFDVDPZKITLA5CNFSM4HNQHG3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXGNQQY#issuecomment-499963971>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AANIHUGIWZAR765HIOS43YDPZKITLANCNFSM4HNQHG3A>.
|
I bypassed the issue the same way. The binaries sure, but building from the sources produces the same issue. |
I seem to have the same issue as OP. I am running Manjaro Gnome on this machine and tried running the precompiled binaries for ubuntu, as well as building the source myself. Both result for me in a segfault. |
Same issue on 5.1.9 kernel Arch linux running Gnome 3.32.2. |
It is caused by this mono/SkiaSharp#927 |
Thanks for identifying it.
…________________________________
From: Thomas Ivesdal-Tronstad <notifications@github.com>
Sent: Friday, August 16, 2019 5:35:50 PM
To: icsharpcode/AvaloniaILSpy <AvaloniaILSpy@noreply.github.com>
Cc: Jeffrey Ye <lightning.x.revenant@gmail.com>; Assign <assign@noreply.github.com>
Subject: Re: [icsharpcode/AvaloniaILSpy] Segmentation fault when opening a binary? (#10)
It is caused by this mono/SkiaSharp#927<mono/SkiaSharp#927>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub<#10?email_source=notifications&email_token=AANIHUCN2BIHUIJ4LWVWGNTQE5BWNA5CNFSM4HNQHG3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4P7OAA#issuecomment-522188544>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AANIHUFAV3NKFSYPS3PS5Q3QE5BWNANCNFSM4HNQHG3A>.
|
Same here for Kali Linux 2019.4 |
A workaround for this issue is to add a call to |
Good to know. I'll look into it
…________________________________
From: Washi <notifications@github.com>
Sent: Saturday, January 18, 2020 10:19:59 AM
To: icsharpcode/AvaloniaILSpy <AvaloniaILSpy@noreply.github.com>
Cc: Jeffrey Ye <lightning.x.revenant@gmail.com>; Assign <assign@noreply.github.com>
Subject: Re: [icsharpcode/AvaloniaILSpy] Segmentation fault when opening a binary? (#10)
A workaround for this issue is to add a call to UseManagedSystemDialogs() in Program.BuildAvaloniaApp, as well as upgrading to Avalonia 0.9.1, and then build the solution using the build.sh script. Not ideal, but at least makes the application not segfault.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub<#10?email_source=notifications&email_token=AANIHUDFEUQ73W7UFEDBFW3Q6NB47A5CNFSM4HNQHG3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJJ6YMY#issuecomment-575925299>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AANIHUHULASDJDNKEWAPHNDQ6NB47ANCNFSM4HNQHG3A>.
|
I compiled the project from source on Manjaro 64-Bit.
After successfully building the project I tried running the Ubuntu and the Debian build, since there is no dedicated build for arch-distros. I was able to start the application and I saw the UI etc, however when clicking on "Open..." to load a binary the application crashes with a segmentation fault without any further information.
The text was updated successfully, but these errors were encountered: