Hi,
I'm trying to use albatross to test some of my applications, and despite the fact that it was running a couple of months ago, now I can't get it to work. I'm using a 3.10.2 image, on a mac (leopard) and all dependences installed: FFI - (latest from universe) Applescript-jdr.6 ExternalWebBrowser-mtf.11 Albatross-ab.222 And I'm having this error: Error: cannot dispose of unallocated space Proceed Abandon Debug AEDesc(Object)>>error: AEDesc>>dispose ApplescriptInstance>>lastErrorCodeRange ApplescriptError class>>syntaxErrorFor:withComponent: [] in Applescript>>on: {[ApplescriptError syntaxErrorFor: aString withComponent: ApplescriptGeneric]} Applescript>>on:mode:onErrorDo: Applescript>>on: Applescript class>>on: Applescript class>>doIt: ExternalWebBrowserMacOS>>platformOpen: ExternalWebBrowserMacOS(ExternalWebBrowserPlatform)>>open: ExternalWebBrowser class>>openOnUrl: ABrowser>>open DRAlbatrossTestCase(ATestCase)>>setUp DRAlbatrossTestCase>>setUp [] in DRAlbatrossTestCase(TestCase)>>runCase {[self setUp. self performTest]} BlockContext>>ensure: DRAlbatrossTestCase(TestCase)>>runCase [] in DRAlbatrossTestCase(TestCase)>>debug {[(self class selector: testSelector) runCase]} BlockContext>>ensure: AEDesc(Object)>>error: AEDesc>>dispose ApplescriptInstance>>lastErrorCodeRange ApplescriptError class>>syntaxErrorFor:withComponent: [] in Applescript>>on: {[ApplescriptError syntaxErrorFor: aString withComponent: ApplescriptGeneric]} Applescript>>on:mode:onErrorDo: Applescript>>on: Applescript class>>on: Applescript class>>doIt: ExternalWebBrowserMacOS>>platformOpen: ExternalWebBrowserMacOS(ExternalWebBrowserPlatform)>>open: ExternalWebBrowser class>>openOnUrl: ABrowser>>open DRAlbatrossTestCase(ATestCase)>>setUp DRAlbatrossTestCase>>setUp [] in DRAlbatrossTestCase(TestCase)>>runCase {[self setUp. self performTest]} BlockContext>>ensure: DRAlbatrossTestCase(TestCase)>>runCase [] in DRAlbatrossTestCase(TestCase)>>debug {[(self class selector: testSelector) runCase]} BlockContext>>ensure: Any idea? Cheers, Esteban _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
The problem does not seem to be related to Albatross but to
ExternalWebBrowser/Applescript/FFI. I suggest to test with the versions listed on www.squeaksource.com/Albatross.html. E.g., I've always used FFI from SqueakMap, not universe, so this may make a difference. HTH Adrian On Jan 29, 2009, at 13:30 , Esteban Lorenzano wrote: > Hi, > I'm trying to use albatross to test some of my applications, and > despite the fact that it was running a couple of months ago, now I > can't get it to work. > > I'm using a 3.10.2 image, on a mac (leopard) and all dependences > installed: > > FFI - (latest from universe) > Applescript-jdr.6 > ExternalWebBrowser-mtf.11 > Albatross-ab.222 > > And I'm having this error: > Error: cannot dispose of unallocated space > Proceed > Abandon > Debug > AEDesc(Object)>>error: > AEDesc>>dispose > ApplescriptInstance>>lastErrorCodeRange > ApplescriptError class>>syntaxErrorFor:withComponent: > [] in Applescript>>on: {[ApplescriptError syntaxErrorFor: aString > withComponent: ApplescriptGeneric]} > Applescript>>on:mode:onErrorDo: > Applescript>>on: > Applescript class>>on: > Applescript class>>doIt: > ExternalWebBrowserMacOS>>platformOpen: > ExternalWebBrowserMacOS(ExternalWebBrowserPlatform)>>open: > ExternalWebBrowser class>>openOnUrl: > ABrowser>>open > DRAlbatrossTestCase(ATestCase)>>setUp > DRAlbatrossTestCase>>setUp > [] in DRAlbatrossTestCase(TestCase)>>runCase {[self setUp. self > performTest]} > BlockContext>>ensure: > DRAlbatrossTestCase(TestCase)>>runCase > [] in DRAlbatrossTestCase(TestCase)>>debug {[(self class selector: > testSelector) runCase]} > BlockContext>>ensure: > > AEDesc(Object)>>error: > AEDesc>>dispose > ApplescriptInstance>>lastErrorCodeRange > ApplescriptError class>>syntaxErrorFor:withComponent: > [] in Applescript>>on: {[ApplescriptError syntaxErrorFor: aString > withComponent: ApplescriptGeneric]} > Applescript>>on:mode:onErrorDo: > Applescript>>on: > Applescript class>>on: > Applescript class>>doIt: > ExternalWebBrowserMacOS>>platformOpen: > ExternalWebBrowserMacOS(ExternalWebBrowserPlatform)>>open: > ExternalWebBrowser class>>openOnUrl: > ABrowser>>open > DRAlbatrossTestCase(ATestCase)>>setUp > DRAlbatrossTestCase>>setUp > [] in DRAlbatrossTestCase(TestCase)>>runCase {[self setUp. self > performTest]} > BlockContext>>ensure: > DRAlbatrossTestCase(TestCase)>>runCase > [] in DRAlbatrossTestCase(TestCase)>>debug {[(self class selector: > testSelector) runCase]} > BlockContext>>ensure: > > > Any idea? > > Cheers, > Esteban > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |