No free space in set

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

No free space in set

keith1y
(sorry wrong thread)
 
Error: There is no free space in this set!


I got this error when attempting to add a page

any ideas?

Keith


               
___________________________________________________________
The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: No free space in set

keith1y
and inspecting that set the tally was 0, looking at the code for set it
seems quite difficult for this to occur since I do not see Pier doing
anything out of the ordinary. Is this a wider issue? Doing a grow and
fullCheck on it returned the tally to 6.

Keith

               
___________________________________________________________
Try the all-new Yahoo! Mail. "The New Version is radically easier to use" – The Wall Street Journal
http://uk.docs.yahoo.com/nowyoucan.html

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: No free space in set

Lukas Renggli-2
> and inspecting that set the tally was 0, looking at the code for  
> set it
> seems quite difficult for this to occur since I do not see Pier doing
> anything out of the ordinary. Is this a wider issue? Doing a grow and
> fullCheck on it returned the tally to 6.

This is very strange, it never happened to me. You might want to file  
a bug to bugs.impara.de, if you can reproduce this problem.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch



_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: No free space in set

keith1y
I was showing someone pier yesterday to a non computer user and it happened almost straight away (murphys law) This happened once more in the same image - it may be an anomaly

Keith
and inspecting that set the tally was 0, looking at the code for  
set it
seems quite difficult for this to occur since I do not see Pier doing
anything out of the ordinary. Is this a wider issue? Doing a grow and
fullCheck on it returned the tally to 6.
    

This is very strange, it never happened to me. You might want to file  
a bug to bugs.impara.de, if you can reproduce this problem.

Cheers,
Lukas
  


_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: No free space in set

Damien Cassou-3
In reply to this post by keith1y
Keith Hodges wrote:
> (sorry wrong thread)
>  
> Error: There is no free space in this set!
>
>
> I got this error when attempting to add a page
>
> any ideas?

Exactly same problem for me today with a new image

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: No free space in set

Damien Cassou-3
VM: unix - a SmalltalkImage
Image: Squeak3.9gamma [latest update: #7051]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /home/cassou/Documents/squeak/image/victaid
Trusted Dir /home/cassou/Documents/squeak/image/victaid/secure
Untrusted Dir /home/cassou/Documents/squeak/image/victaid/My Squeak

Set(Object)>>error:
        Receiver: a Set(a PRPage name: 'syntax' a PRPage name: 'pier')
        Arguments and temporary variables:
                aString: 'There is no free space in this set!'
        Receiver's instance variables:
                tally: 2
                array: an Array(a PRPage name: 'syntax' a PRPage name: 'pier')

Set>>findElementOrNil:
        Receiver: a Set(a PRPage name: 'syntax' a PRPage name: 'pier')
        Arguments and temporary variables:
                anObject: a PRPage name: 'information'
                index: 0
        Receiver's instance variables:
                tally: 2
                array: an Array(a PRPage name: 'syntax' a PRPage name: 'pier')

Set>>noCheckAdd:
        Receiver: a Set(a PRPage name: 'syntax' a PRPage name: 'pier')
        Arguments and temporary variables:
                anObject: a PRPage name: 'information'
        Receiver's instance variables:
                tally: 2
                array: an Array(a PRPage name: 'syntax' a PRPage name: 'pier')

[] in Set>>rehash {[:each | newSelf noCheckAdd: each]}
        Arguments and temporary variables:
                newSelf: a Set(a PRPage name: 'syntax' a PRPage name: 'pier')
                each: a PRPage name: 'information'


--- The full stack ---
Set(Object)>>error:
Set>>findElementOrNil:
Set>>noCheckAdd:
[] in Set>>rehash {[:each | newSelf noCheckAdd: each]}
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Set>>do:
Set>>rehash
Set(Object)>>veryDeepCopyWith:
WeakKeyAssociation(Object)>>veryDeepCopyWith:
Array(Object)>>veryDeepCopyWith:
WeakIdentityKeyDictionary(Object)>>veryDeepCopyWith:
ValueHolder(Object)>>veryDeepCopyWith:
Array(Object)>>veryDeepCopyWith:
ResponseContinuation(Object)>>veryDeepCopyWith:
Association(Object)>>veryDeepCopyWith:
Array(Object)>>veryDeepCopyWith:
Dictionary(Object)>>veryDeepCopyWith:
WALRUCache(Object)>>veryDeepCopyWith:
WASession(Object)>>veryDeepCopyWith:
Association(Object)>>veryDeepCopyWith:
Array(Object)>>veryDeepCopyWith:
Dictionary(Object)>>veryDeepCopyWith:
WAApplication(Object)>>veryDeepCopyWith:
Association(Object)>>veryDeepCopyWith:
Array(Object)>>veryDeepCopyWith:
Dictionary(Object)>>veryDeepCopyWith:
WADispatcher(Object)>>veryDeepCopyWith:
WAKom(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
BlockContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
BlockContext(Object)>>veryDeepCopyWith:
Process(Object)>>veryDeepCopyWith:
Semaphore(Object)>>veryDeepCopyWith:
WAProcessMonitor(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
BlockContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
BlockContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
BlockContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
BlockContext(Object)>>veryDeepCopyWith:
MethodContext(Object)>>veryDeepCopyWith:
MessageNotUnderstood(Object)>>veryDeepCopyWith:
WAWalkback(Object)>>veryDeepCopyWith:
BlockContext(Object)>>veryDeepCopyWith:
WAAnswerHandler(Object)>>veryDeepCopyWith:
WAStateHolder(Object)>>veryDeepCopyWith:
WeakKeyAssociation(Object)>>veryDeepCopyWith:
Array(Object)>>veryDeepCopyWith:
WeakIdentityKeyDictionary(Object)>>veryDeepCopyWith:
WAStateRegistry(Object)>>veryDeepCopyWith:
WASession(Object)>>veryDeepCopyWith:
Association(Object)>>veryDeepCopyWith:
Array(Object)>>veryDeepCopyWith:
Dictionary(Object)>>veryDeepCopyWith:
-- and more not shown --

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki