berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

BUG: Segmentation fault on Mono/GNU/Linux #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
***NOTE - Just testing out the Issues feature on the Google Code site***

This comes from the binaries extracted from the MSI on GNU/Linux,

[mdavid@domU-12-31-37-00-03-10 Ruby.NET]$ mono ./Ruby.exe test.rb
[BUG] Segmentation fault
ruby 1.8.2 (2006-06-30) [Ruby.Net]

Killed
[mdavid@domU-12-31-37-00-03-10 Ruby.NET]$ mono ./RubyCompiler.exe test.rb
[BUG] Segmentation fault
ruby 1.8.2 (2006-06-30) [Ruby.Net]

Killed

Obviously not a lot of information but the --debug switch adds nothing to 
the stacktrace and --verbose doesn't emit anything that seems to provide 
any significant clues so its not worth posting. 

I'm going to update to the latest SVN and see if that helps and if not 
then build directly from source using gmcs (Mono's .NET 2.0 compiler) and 
then see where that leaves things.

Original issue reported on code.google.com by brendenc...@gmail.com on 20 Jul 2007 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by DrWayneK...@gmail.com on 8 Aug 2007 at 12:17

GoogleCodeExporter commented 9 years ago
This is fixed as of r60. To build on Mono, just type "make". It compiles, and 
mostly
runs correctly. However you currently need unreleased SVN version of Mono. (But 
soon
to be released Mono 1.2.5 should work too.)

Original comment by sanxiyn on 17 Aug 2007 at 1:44