Hi,

Sorry for my late reply. Could you try the latest version from svn. I 
contains some fixes that might solve the problem

Gerald

------------------------------------------------------------------------
--
Gerald Richter       ECOS electronic communication services GmbH
*******************  SECURING YOUR NETWORK  ********************

Post:       Tulpenstrasse 5            D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]            Voice:   +49 6133 939-122
WWW:        http://www.BB-5000.info    Fax:     +49 6133 939-333

Sitz der Gesellschaft: Dienheim; AG Mainz HRB 6889; GF: W.Heck, 
G.Richter
------------------------------------------------------------------------
--
 
  

> -----Original Message-----
> From: h.thurow [mailto:[EMAIL PROTECTED] 
> Sent: Friday, May 11, 2007 8:26 AM
> To: embperl@perl.apache.org
> Subject: RE: make test: Cannot load 
> /Embperl-2.2.0/blib/arch/auto/Embperl/Embperl.so into server: 
> cannot create object file image or add library
> 
> 
> Hi, Gerald,
> 
> I talked to Brian. He has the same problem as me, described here:
> 
> http://www.nabble.com/Re:-Bus-error-on-Mac-OS-X-10.4-p5717409.html
> 
> He still has no solution about it. Also he told me, you 
> couldn't help because you don't have a Mac.
> 
> I tried 
> 
> make testgdb
> 
> This is the output:
> 
> #0 ascii...                   
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_PROTECTION_FAILURE at address: 0x00000013
> 0x9722dd44 in Perl_sv_free ()
> (gdb) BT
> <-------------------------------------------------------------
> ---------
> #0  0x9722dd44 in Perl_sv_free ()
> #1  0x0104d8a0 in Embperl__Component__Config_destroy 
> (my_perl=0x1800400,
> obj=0x18ca4bc) at Config.xs:37
> #2  0x01020a7c in embperl_CleanupComponent (c=0x18ca4b4) at 
> epinit.c:1675
> #3  0x01020cbc in embperl_CleanupRequest (r=0x18ca438) at 
> epinit.c:1759
> #4  0x01013914 in embperl_ExecuteRequest (my_perl=0x1800400, 
> pApacheReqSV=0x0,
> pPerlParam=0x1861adc) at epmain.c:1484
> #5  0x01009e20 in XS_Embperl__Req_ExecuteRequest 
> (my_perl=0x1800400, cv=0xf) at
> Embperl.xs:136
> #6  0x9722494c in Perl_pp_entersub ()
> #7  0x9721d274 in Perl_runops_standard ()
> #8  0x971c96fc in S_run_body ()
> #9  0x971c9358 in perl_run ()
> #10 0x000029c4 in ?? ()
> #11 0x0000213c in ?? ()
> #12 0x00001fe0 in ?? ()
> (gdb)
> 
> The Bus Error comes from this call in test.pl:
> 
> $err = Embperl::Run::run (@testargs, ref $test->{param} eq
> 'HASH'?[$test->{param}]:$test->{param}) ;
> 
> The arguments from this call to Embperl::Run::run on my System are:
> 
> -o
> test/tmp/out.htm
> -l
> test/tmp/test.log
> -d
> 2147475453
> test/html/ascii
> 
> Would really great if you could help.
> 
> Holger
> 
> 
> -----------------------------------------------------------
> 
> Gerald Richter - ECOS GmbH wrote:
> > 
> > Hi,
> > 
> > I don't have a Mac here to verify this, but there was a 
> discussion on 
> > the list about theses issues.
> > 
> > Could please take a look at the mailing list archive, there 
> should be 
> > an answer.
> > 
> > If not, please come back to the list
> > 
> > Gerald
> > 
> > 
> > 
> ----------------------------------------------------------------------
> > --
> > --
> > Gerald Richter       ECOS electronic communication services GmbH
> > *******************  SECURING YOUR NETWORK  ********************
> > 
> > Post:       Tulpenstrasse 5            D-55276 Dienheim b. Mainz
> > E-Mail:     [EMAIL PROTECTED]            Voice:   +49 6133 939-122
> > WWW:        http://www.BB-5000.info    Fax:     +49 6133 939-333
> > 
> > Sitz der Gesellschaft: Dienheim; AG Mainz HRB 6889; GF: W.Heck, 
> > G.Richter
> > 
> ----------------------------------------------------------------------
> > --
> > --
> >  
> >   
> > 
> >> -----Original Message-----
> >> From: h.thurow [mailto:[EMAIL PROTECTED]
> >> Sent: Thursday, April 19, 2007 3:06 AM
> >> To: embperl@perl.apache.org
> >> Subject: make test: Cannot load
> >> /Embperl-2.2.0/blib/arch/auto/Embperl/Embperl.so into server: 
> >> cannot create object file image or add library
> >> 
> >> 
> >> Hello,
> >> 
> >> Im trieing to "make test" Embperl on Mac OS X 10.4.9 with Apache 
> >> 2.0.59 and mod_perl 2.0.3 dynamically linked. Embperl is Version 
> >> 2.2.0. But "make test"
> >> says
> >> 
> >> Cannot load /Embperl-2.2.0/blib/arch/auto/Embperl/Embperl.so
> >> into server:
> >> cannot create object file image or add library
> >> 
> >> There is no Embperl.so in this directory (and nowhere else):
> >> 
> >> [ht:Embperl-2.2.0] admin% ls -l blib/arch/auto/Embperl total 1056
> >> -rw-r--r--   1 admin  staff     449 Apr 19 01:51 Embperl.bs
> >> -rwxr-xr-x   1 admin  staff  534008 Apr 19 01:51 Embperl.bundle
> >> 
> >> So
> >> 
> >> LoadModule embperl_module
> >> ".../Embperl-2.2.0/blib/arch/auto/Embperl/Embperl.so"
> >> 
> >> in httpd.conf.min is failing.
> >> 
> >> Is there anyone, who can help?
> >> 
> >> Thanks in advance
> >> Holger
> >> --
> >> View this message in context: 
> >> http://www.nabble.com/make-test%3A-Cannot-load--Embperl-2.2.0-
> >> blib-arch-auto-Embperl-Embperl.so-into-server%3A-cannot-create
> >> -object-file-image-or-add-library-tf3604309.html#a10069992
> >> Sent from the Embperl mailing list archive at Nabble.com.
> >> 
> >> 
> >> 
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >> 
> >> 
> >> ** Virus checked by BB-5000 Mailfilter ** 
> >> !DSPAM:416,4626c20f277708986210960!
> >> 
> >> 
> > 
> > ** Virus checked by BB-5000 Mailfilter **
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> 
> --
> View this message in context: 
> http://www.nabble.com/make-test%3A-Cannot-load--Embperl-2.2.0-
> blib-arch-auto-Embperl-Embperl.so-into-server%3A-cannot-create
> -object-file-image-or-add-library-tf3604309.html#a10426563
> Sent from the Embperl mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ** Virus checked by BB-5000 Mailfilter ** 
> !DSPAM:416,46440e45295934855555866!
> 
> 

** Virus checked by BB-5000 Mailfilter **

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to