Bug: explore pointers: subscript out of bounds if CompiledMethod among parents

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

Bug: explore pointers: subscript out of bounds if CompiledMethod among parents

Jakob Reschke
Looks like PointerExplorerWrapper>>memberNameFrom:to: does not take into account that there are objects (CompiledCode instances) that don't allow to access to the first bytes (only >= initialPC).

Error# subscript is out of bounds 1.png


Reply | Threaded
Open this post in threaded view
|

Re: Bug: explore pointers: subscript out of bounds if CompiledMethod among parents

marcel.taeumel
Hi Jakob,

I fixed that bug in Trunk on July 11 in  Tools-mt.851.

Best,
Marcel

Am 27.07.2019 01:46:53 schrieb Jakob Reschke <[hidden email]>:

Looks like PointerExplorerWrapper>>memberNameFrom:to: does not take into account that there are objects (CompiledCode instances) that don't allow to access to the first bytes (only >= initialPC).




Reply | Threaded
Open this post in threaded view
|

Re: Bug: explore pointers: subscript out of bounds if CompiledMethod among parents

Jakob Reschke
Cool, in this case sorry for the noise. Thank you!

Am Mo., 29. Juli 2019 um 09:03 Uhr schrieb Marcel Taeumel <[hidden email]>:
Hi Jakob,

I fixed that bug in Trunk on July 11 in  Tools-mt.851.

Best,
Marcel

Am 27.07.2019 01:46:53 schrieb Jakob Reschke <[hidden email]>:

Looks like PointerExplorerWrapper>>memberNameFrom:to: does not take into account that there are objects (CompiledCode instances) that don't allow to access to the first bytes (only >= initialPC).

Error# subscript is out of bounds 1.png