Bug 321014 (MONO78273) - [PPC] SIGSEGV in mono when compiling with IKVM
Summary: [PPC] SIGSEGV in mono when compiling with IKVM
Status: RESOLVED FIXED
Alias: MONO78273
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: 1.1
Hardware: Other Other
: P3 - Medium : Major
Target Milestone: ---
Assignee: Paolo Molaro
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-03 03:04 UTC by Brion Vibber
Modified: 2010-03-21 12:01 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
sample Simple.java (91 bytes, text/plain)
2006-05-03 03:05 UTC, Thomas Wiest
Details
sample Simple.class: javac -target 1.4 -source 1.4 Simple.java (409 bytes, application/octet-stream)
2006-05-03 03:05 UTC, Thomas Wiest
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:57:29 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".

Comment 1 Forgotten User vxPDddArjq 2010-03-21 12:01:24 UTC
This works fine in recent mono versions.