Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#54738 - [mono] SegFault from simple program
Attached to Project:
Arch Linux
Opened by Steve M (smmalis37) - Friday, 07 July 2017, 18:15 GMT
Last edited by Levente Polyak (anthraxx) - Tuesday, 20 March 2018, 18:15 GMT
Opened by Steve M (smmalis37) - Friday, 07 July 2017, 18:15 GMT
Last edited by Levente Polyak (anthraxx) - Tuesday, 20 March 2018, 18:15 GMT
|
DetailsDescription:
Attempting to run the attached code after compiling with mcs causes a segfault. Additional info: $ mono --version Mono JIT compiler version 5.0.0 (Stable 5.0.0.100/9667aa6 Fri May 12 07:20:13 UTC 2017) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: sgen (concurrent by default) Steps to reproduce: Download the attached .cs file. Compile with 'mcs test.cs'. Run the produced test.exe. Observe segfault. |
This task depends upon
Closed by Levente Polyak (anthraxx)
Tuesday, 20 March 2018, 18:15 GMT
Reason for closing: Fixed
Additional comments about closing: 5.10.0.160-1
Tuesday, 20 March 2018, 18:15 GMT
Reason for closing: Fixed
Additional comments about closing: 5.10.0.160-1

This is occuring with libmediainfo 0.7.97-1

Also filed at https://bugzilla.xamarin.com/show_bug.cgi?id=58015

Apparently this has been fixed in 5.2. Any eta on an update?

Nevermind, not fixed.

So this isn't fixed in the 5.2 release, but it is fixed in master at https://github.com/mono/mono/commit/e6e0fb82261340f9181d1b2b11a9706a16c5dbc7.

The 5.8 release contains this fix. Do we have an eta on that update getting published?