swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Src to have swarm on osx


From: dclement
Subject: Re: Src to have swarm on osx
Date: Tue, 17 Dec 2002 16:51:16 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am having difficulty getting swarm.tar.gz to decompress.

gunzip gives an "Unexpected End of File" and stuffit expander simply freezes on the tk objc library.

Sincerely,
David



On Tuesday, Dec 17, 2002, at 16:08 US/Mountain, Perrone Alessandro wrote:

Hi all
Actually I am working to patch the code to have a working copy of Swam-obj on osx. On the following URL (http://pluto.dma.unive.it/~alex/swarmosx/ ) I have uploaded all the stuff I have compiled to have a minimal swarm version on my osx box. There's a package (swarm.tar.gz, which has all the needed software already compiled in static mode and the Swar libraries too; instead in the needed directory there'l all the sources of the programs I have compiled to have a working version of swarm. Actually all the samples until simpleObjCBug2 runs fine. When I try to compile the other simulation there's a memory error.
I discovered that one of the problems is due to the following line
_i_Object_s__drop (self, M(drop));
which is the last one in the
- (void)dropAllocations: (BOOL)componentAlloc
method.
I tried to substitute the line
_i_Object_s__drop (self, M(drop));
with
DROP(self);
according to the definition used in macros.h file, but I have the following error
--
*** malloc[25971]: Deallocation of a pointer not malloced: 0x65c380; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
---
BTW if I comment the _i_Object_s__drop (self, M(drop)), then all samples until simpleObjCBug2 runs fine, while if I uncomment it, I have the error described.
 any hints?
Regards.
                                ALEX

                 ==================================
  Swarm-Support is for discussion of the technical details of the day
  to day usage of Swarm.  For list administration needs (esp.
  [un]subscribing), please send a message to <address@hidden>
  with "help" in the body of the message.



- --------------------------
GnuPG Public Key:
http://www.geocities.com/dhartwellc/Clements_Public_Key.txt

Fingerprint: AE8B 37D8 D90C 7A45 15E9  D2F2 A8EB AE69 D4C8 2F5F
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (Darwin)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj3/uHkACgkQqOuuadTIL1/UUwCgyGL+p7OZkdWahsM9vuVT5JVq
wtoAnRy19KVFssn0mK7Hcvme0f1NTU6a
=bWqy
-----END PGP SIGNATURE-----


                 ==================================
  Swarm-Support is for discussion of the technical details of the day
  to day usage of Swarm.  For list administration needs (esp.
  [un]subscribing), please send a message to <address@hidden>
  with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]