 |
Tech GURU

Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Dec 21, 2006 10:19 am
[1.24] Hard crash with alias |
I get a hard crash... (i.e. access violation and application immediately closing) when I run the following alias.
I have named the alias test. the code for it is:
#LOCAL $Temp
#VAR Temp
#show init _ @Temp _ $Temp _
#NOOP %match( %params, "(%d) foo", Temp)
#show Pass 1 @Temp
#NOOP %match( %params, "(%d) foo", $Temp)
#show Pass 2 $Temp
#show done
#unvar Temp
If you execute the alias 5+ times e.g. "test the 7 food" you get a hard crash. It's repeatable on my system.
Can anyone recreate this? |
|
_________________ Asati di tempari! |
|
|
 |
Tech GURU

Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Dec 21, 2006 10:22 am |
Scratch that... I think my package may be corrupt, although most other things seem to run. I recreated in a completely new package and it works fine.
|
|
_________________ Asati di tempari! |
|
|
 |
|
|