From:             kris dot hofmans at pandora dot be
Operating system: Linux
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     Unknown/Other Function
Bug description:  Mono integration doesn't work

Description:
------------
I've been trying to get this to work for a couple of days now.

When I call a page that uses mono I get this in the apache logs:

** ERROR **: file jit.c: line 4100 (mono_get_lmf_addr): should not be
reached
aborting...
[Thu Jul 03 15:41:34 2003] [notice] child pid 7752 exit signal Aborted
(6)

I get this with the most basic helloworld sample from sterling.

I'm using the mono repository provided here:
http://www.debianplanet.com/mono/ on a freshly installed adamantix (former
trusteddebian) system.

Reproduce code:
---------------
<?php
$Console = new Mono('System.Console');
$Console->WriteLine("Hello World");
?> 

Expected result:
----------------
Hello World

Actual result:
--------------
nothing, just the log entry.

-- 
Edit bug report at http://bugs.php.net/?id=24483&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24483&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24483&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24483&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24483&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24483&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24483&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24483&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24483&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24483&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24483&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24483&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24483&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24483&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24483&r=gnused

Reply via email to