[Mono-bugs] [Bug 362036] New: Mono 1.2.6 crashes with Segmentation fault
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Feb 14 20:44:47 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=362036
User vguzev at yandex.ru added comment
https://bugzilla.novell.com/show_bug.cgi?id=362036#c1
Summary: Mono 1.2.6 crashes with Segmentation fault
Product: Mono: Class Libraries
Version: 1.2.6
Platform: i686
OS/Version: Linux
Status: NEW
Severity: Critical
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: vguzev at yandex.ru
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Description of Problem:
Mono crashes with "Segmentation fault" message when trying to run assemblies
compiled by Microsoft Visual Studio 2005 C# compiler.
Steps to reproduce the problem:
1. Unarchive enclosed 'bug-reproduce.tar.gz'. There will be 4 files:
a) ShiftReduceParser.dll - this is a third-party DLL, which comes with
GPPG/GPLEX tools (http://plas.fit.qut.edu.au/gppg/). There are no sources for
this library.
b) pcsc.exe - Parallel C# compiler (this is a managed library, compiled by MS
Visual Studio 2005). Full source code is available here:
http://www.parallelcsharp.com/solution/ParallelCSharp.zip
c) ParallelCSharp.AST.dll - part of Parallel C# compiler (this is also a
managed library, compiled by MS Visual Studio 2005). The source code is
available in the same archive as pcsc.exe
d) test01.pcs - This is a simple test file which we'll try to compile by
pcsc.exe.
2. Run command
mono pcsc.exe test01.pcs
Actual Results:
pcsc.exe halts with "Segmentation fault" message
Expected Results:
On Windows it works fine. It should generate test01.cs and then call native
gmcs compiler and generate test01.exe file
How often does this happen?
Always.
Additional Information:
[vadim at skif]$ mono --version
Mono JIT compiler version 1.2.6 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: normal
Notifications: epoll
Architecture: x86
Disabled: none
[vadim at skif]$ uname -a
Linux skif 2.4.27 #1 SMP Thu Apr 14 15:25:11 MSD 2005 i686 athlon i386
GNU/Linux
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list