Bugzilla – Bug 321014
[PPC] SIGSEGV in mono when compiling with IKVM
Last modified: 2010-03-21 12:01:24 UTC
---- Reported by brion@pobox.com 2006-05-02 20:04:28 MST ---- Description of Problem: When compiling a Java class to an assembly with IKVM, the Mono runtime crashes with a SIGSEGV on Mac OS X/PowerPC. Steps to reproduce the problem: 1. Download IKVM 0.26.0.1 2. Obtain some small Java class file 3. $ mono ikvmc.exe Simple.class Actual Results: ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= Stacktrace: Abort trap Expected Results: Should produce "Simple.exe" without crashing. How often does this happen? Every time. Additional Information: Tested 1.1.13 and current SVN on Mac OS X/PPC. Works fine with 1.1.8.3 on Linux/x86. ---- Additional Comments From brion@pobox.com 2006-05-02 20:05:03 MST ---- Created an attachment (id=169729) sample Simple.java ---- Additional Comments From brion@pobox.com 2006-05-02 20:05:45 MST ---- Created an attachment (id=169730) sample Simple.class: javac -target 1.4 -source 1.4 Simple.java ---- Additional Comments From miguel@ximian.com 2006-07-15 16:30:30 MST ---- Sorry. This is a PPC bug, reassigning to Paolo. Imported an attachment (id=169729) Imported an attachment (id=169730) Unknown bug field "cf_op_sys_details" encountered while moving bug <cf_op_sys_details>Mac OS X 10.4.6</cf_op_sys_details> Unknown operating system unknown. Setting to default OS "Other".
This works fine in recent mono versions.