I see those flags in the Mac OS X section of make.config, but not on the Linux part. So I added them to the Linux section, and I get the same malloc problem.

Try looking in your make.config file for the 'RC_CFLAGS' definition below. If they aren't there, it's possible that you're not linking the binaries correctly.


ifeq "${RC_ARCHS}" ""
RC_ARCHS = ppc ppc64 i386 x86_64
endif
ifeq "${RC_CFLAGS}" ""
RC_CFLAGS = $(patsubst %, -arch %, ${RC_ARCHS})
endif



On Nov 9, 2008, at 5:27 PM, Pascal Robert wrote:

FYI, I have the same problem with the WO adaptor on CentOS 5.2 64 bit.

*** glibc detected *** /usr/local/apache/bin/httpd: malloc(): memory corruption: 0x000000000fff6a70 ***
...

Hi Quinton

Its running 64 bit.  Where do i find this "core" file?

Regards,
Richard Stephens
Ph: 07 3136 3426
Mob: 0410 111 570
Email: [EMAIL PROTECTED]

On 28/09/2008, at 9:00 PM, Q wrote:

On 28/09/2008, at 2:22 PM, Richard Stephens wrote:

...

If I look in Apache's error.log I see an entry that corresponds to my request that looks like this:

*** glibc detected *** malloc(): memory corruption: 0x000000000069be80 *** [Sun Sep 28 13:55:41 2008] [notice] child pid 23031 exit signal Aborted (6)

Are you using 32 or 64 bit?
Is it generating a core file?

If anyone has any ideas what might be causing this, please let me know as I've been tearing my hair out over it for the past two days.



--
Seeya...Q

Quinton Dolan - [EMAIL PROTECTED]
Gold Coast, QLD, Australia (GMT+10)
Ph: +61 419 729 806




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com )
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/probert%40macti.ca

This email sent to [EMAIL PROTECTED]


-------------------------------------------------------
Pascal Robert

http://www.macti.ca
http://www.linkedin.com/in/macti

Skype: MacTICanada
AIM/iChat : MacTICanada

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com )
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/dlee%40apple.com

This email sent to [EMAIL PROTECTED]



-------------------------------------------------------
Pascal Robert

http://www.macti.ca
http://www.linkedin.com/in/macti

Skype: MacTICanada
AIM/iChat : MacTICanada

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to