WinFrame / ACTION_CHANGE_SIGNAL

This forum is for general developer support questions.
Post Reply
User avatar
gdridi
Posts: 106
Joined: Sat Aug 11, 2012 11:17 am
Contact:

WinFrame / ACTION_CHANGE_SIGNAL

Post by gdridi »

Hello!

I have a crash on my A1222FEupdate3 when using piped command like:

"run dir | dir" from a script file say co and

Protect co +s
Then
SystemTags("co", TAG_DONE); // my console

Here are The grim reaper images :

Image

Image

Image


What is WinFrame 2 Process ?

Is console.device.kmod really on error?

How to implement ACTION_CHANGE_SIGNAL ?


Regards
DGILLES
Last edited by gdridi on Fri Oct 31, 2025 8:41 pm, edited 1 time in total.
User avatar
colinw
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 224
Joined: Mon Aug 15, 2011 10:20 am
Location: Brisbane, QLD. Australia.

Re: WinFrame / ACTION_CHANGE_SIGNAL

Post by colinw »

So what else would you expect with an unterminated taglist pointing to
random stack memory. ?

Seriously !!
User avatar
gdridi
Posts: 106
Joined: Sat Aug 11, 2012 11:17 am
Contact:

Re: WinFrame / ACTION_CHANGE_SIGNAL

Post by gdridi »

I added TAG_DONE but it was in place in my code.

Sorry,
DGILLES

Post scriptum
My code is unstable with FEupdate2|3 , I think this is because of enhancer and run, dir commands from V54 installed in my A1222.
All is ok with my SAM440ep FEupdate0
Post Reply