[torquedev] Fwd: tried it -- still getting errors.
Glen Beane
glen.beane at gmail.com
Mon Mar 10 18:10:32 MDT 2008
On Mon, Mar 10, 2008 at 6:51 PM, <csamuel at vpac.org> wrote:
>
> ----- "Glen Beane" <glen.beane at gmail.com> wrote:
>
> > anyone have any ideas here? He's trying torque on OS X 10.5. Others
> > have had success with torque on Leopard
> [...]
> > Mar 10 09:47:19 exo2 pbs_mom[48067]: pbs_mom(48067) malloc: *** error
> > for object 0x101ba0: Non-aligned pointer being freed (2)\n*** set a
> > breakpoint in malloc_error_break to debug
>
> Looks like a memory management error:
>
> http://lists.apple.com/archives/xcode-users/2007/Nov/msg01083.html
>
> # All allocations that use the OS X supplied
> # malloc are aligned to 16 bytes. You've clearly
> # tried to free something that isn't so it's invalid.
>
> That was in response to someone asking about code that
> broke under Leopard that didn't on previous releases (so
> we're not alone).
Other Leopard users are doing fine, and we shouldn't be calling free on
anything that wasn't allocated with malloc, which should return memory that
is aligned properly
this is very strange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/torquedev/attachments/20080310/dd0bde86/attachment.html
More information about the torquedev
mailing list