Login  Register

CrashDump

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

CrashDump

Ian Bartholomew-19
274 posts
Blair,

5.1.4 included an updated VM but the CrashDump registry key still
appears to use the Dolphin 5.0 setting (HKLM/Software/Object
Arts/Dolphin Smalltalk 5.0/CrashDump). Did that change just slip through
the net or is it an indication that my machine is still using the old
VM?.

--
Ian

Use the Reply-To address to contact me.
Mail sent to the From address is ignored.


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: CrashDump

Blair McGlashan
1420 posts
"Ian Bartholomew" <[hidden email]> wrote in message
news:NP08c.23141$[hidden email]...
> Blair,
>
> 5.1.4 included an updated VM but the CrashDump registry key still
> appears to use the Dolphin 5.0 setting (HKLM/Software/Object
> Arts/Dolphin Smalltalk 5.0/CrashDump). Did that change just slip through
> the net or is it an indication that my machine is still using the old
> VM?.

Nope, that is deliberate. Although it might have been desirable to change
this with the 5.1 minor release, we did not so the 5.1.4 VM behaves as the
original 5.1 VM.

You can tell which VM you are using by evaluating:

    VMLibrary default versionString


Regards

Blair