Issue 305 in glassdb: Error during explore of large array

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

Issue 305 in glassdb: Error during explore of large array

glassdb
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8.7

New issue 305 by [hidden email]: Error during explore of large array
http://code.google.com/p/glassdb/issues/detail?id=305

 From Thierry  
(http://forum.world.st/GLASS-1-0-beta-8-7-released-tp3923882p3933937.html):

Array explorer:
--------------------
Unfortunately, the Array explorer still has issues.  If exploring a
large array, clicking First 20, Next 20 or Last 20 generates an error.

If I open the Squeak debugger I get the halt below:
openDebugger: anException
...
                 debuggerChoice == 2
                         ifTrue: [
                                 "Debug Squeak stack"
                                 "Cannot continue through the GemStone  
debugger ... for now"
                                 self clearStack.
                                 ^self  halt.].
...

If I open the gemstone debugger I encounter another halt at
OTRangeInspectorNode | value  called from the OTInspectorNode:

childInspectorNodes

         | result items |
         result := OrderedCollection new.
         [(Pragma
                 allNamed: #inspectorriority:
                 from: self value class to: nil
                 sortedByArgument: 2) do: [ ragma |
                         items := self value perform: pragma selector.
                         items isEmptyOrNil ifFalse: [
                                 items do: [ :each |
                                         each metaNode: metaNode; tag:  
(pragma argumentAt: 1) asString ].
                                 result addAll: items ] ]] on: Error do:  
[:ex | ^#()].
         ^ result


I wanted to send you the stack but the 'copy stack' brings up the same  
error.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 305 in glassdb: Error during explore of large array

glassdb

Comment #1 on issue 305 by [hidden email]: Error during explore of  
large array
http://code.google.com/p/glassdb/issues/detail?id=305

screen shots from Thierry

Attachments:
        0000116713-Screen Shot 2012-02-13 at 11.13.31 AM.png  75.6 KB
        0000116713-Screen Shot 2012-02-13 at 11.12.11 AM.png  59.8 KB

Reply | Threaded
Open this post in threaded view
|

Re: Issue 305 in glassdb: Error during explore of large array

glassdb
Updates:
        Labels: Milestone-1.0-beta.9

Comment #2 on issue 305 by [hidden email]: Error during explore of  
large array
http://code.google.com/p/glassdb/issues/detail?id=305

(No comment was entered for this change.)