ID: 24483
User updated by: kris dot hofmans at pandora dot be
-Summary: Apache child process segfaults or bus error whil
trying to use graph functions
Reported By: kris dot hofmans at pandora dot be
Status: Assigned
Bug Type: Unknown/Other Function
-Operating System: Solaris 8 & 9
+Operating System: Linux
-PHP Version: 4.3.2
+PHP Version: 5.0.0b1 (beta1)
Assigned To: sterling
New Comment:
The summary, os and version changed? I'm sorry I'm new at bugzilla.
Previous Comments:
------------------------------------------------------------------------
[2003-07-03 08:57:50] kris dot hofmans at pandora dot be
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 this bug report at http://bugs.php.net/?id=24483&edit=1