php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12276 error orbit_object
Submitted: 2001-07-20 06:01 UTC Modified: 2006-07-25 12:10 UTC
From: marimai dot henaff at francetelecom dot com Assigned: eriksson (profile)
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.6 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: marimai dot henaff at francetelecom dot com
New email:
PHP Version: OS:

 

 [2001-07-20 06:01 UTC] marimai dot henaff at francetelecom dot com
Hi,

I installed successfully the satellite extension (apache1.3.11, php4.0.6, cvs version of orbit and glib1.2.10).

I had a first problem that i managed to resolve : if you put more than one idl file in the idl_directory, apache won't start. So i had to put all my interfaces in a single idl file, and then i could start apache.

The second problem i can't resolve is that when i put this line :

$obj = new OrbitObject($ior);

in my php script, it fails and i get these errors in the apache error_log file :

GLib-CRITICAL **: file ghash.c: line 138 (g_hash_table_lookup): assertion `hash_
table != NULL' failed.

GLib-CRITICAL **: file gmem.c: line 563 (g_mem_chunk_alloc): assertion `mem_chun
k != NULL' failed.


Thanks in advance

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-10 01:46 UTC] eriksson@php.net
Regarding having multiple .idl files:

Could you please send me (eriksson@php.net) the IDL files required for reproducing this?

Regarding messages in error_log:

Is "$obj = new OrbitObject($ior);" enough to trigger these error messages? 

Otherwise, do you perform operations on the $obj too? What operations?

Could you send me the IOR and IDL for the object that fails?
\David Eriksson, author of Satellite
 [2001-08-23 18:53 UTC] eriksson@php.net
No feedback.

Please try Universe as a replacement for Satellite:

  http://universe.2good.nu/

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 11:01:30 2025 UTC